@charset "UTF-8";
/* CSS Document */
body
{ 
	width: 830px;
	display:block;
	position:relative;
	left:140px;	
	background-color: black;
}
#boite
{
	Display : block;
	width: 760px;
	height: 730px;
	margin-left: 0px;
	margin-top: 35px;
	padding: 0px;
	background-color: black;
	color: white;
}

#boite2
{
	Display : block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-ms-border-radius: 15px;
	border: 1px solid red;
	width: 760px;
	height: 530px;
	margin-left: 0px;
	margin-top: 35px;
	padding: 0px;
	background-color: black;
	color: white;
}

#logo
{
	display: inline-block;
	width: 180px;
	height: 150px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
h1
{
	background-color: black;
	font-size: 2.5em;
	font-weight: normal;
	display: inline-block;
	color: #DAA520;
	margin-left: 35px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.info
{
	vertical-align: top;
	width: 300px;
	height: 530;
	color: white;
}
.politique	
{
	vertical-align: top;
	width: 650px;
	height: 530;
	color: white;
}
.mini	
{
	width: 90px;
	height: 80px;
}
.section_photo
{
	width: 300px;
	vertical-align: top;
}
