BODY {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #9A9B9F;
	background-color: #000000;
	margin: 0;
}

.conteneur {
    position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	top: 50%;
	height:400px;
    margin-top: -200px;
}


#Entete {
	display:block;
	height:auto;
}
#Corps {
/*		display:inline;
display:inline-block;*/
    position:absolute;
}
#Pied {
	display:block;
    position:relative;
	height:20px;
}
#Corps a, #Corps a:link, #Corps a:visited {
	font-size:10px;
	color: #CD752D;
	text-decoration:none;
/*	border-bottom:1px dotted #CD752D;*/
}
#Corps a:hover {
	color: #EEEEEE;
	text-decoration:none;
	border-bottom:1px dotted #EEEEEE;
}


p { font-size: 12px; text-align:center; }
img { border:0; }
a img:hover { text-decoration: none; border:0; }

#Corps .illustration {
	float:right; position:relative; vertical-align:middle;
}
#Corps #Gauche {
	float:left; position:relative;
}
