body 
{ 
	font: 8pt/12pt arial; 
	background-color:#686565;
	margin-top:-0px;
}


div#conteneur
{
	text-align: left ;
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	height:auto;
	border:1px solid black;
	background-color:#fff;
}

div#banniere
{
	float:left;
	width:1000px;
	height:178px;
	background:url(imgs/banniere.jpg) no-repeat;
}

div#milieu
{
	float:left;
	width:980px;
	height:auto;
	background-color:white;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	font-size:10pt;
}

div#menu
{
	position:absolute;
	width:990px;
	height:20px;
	top:157px;
	left:10px;
}

div#menu a
{
	color:white; 
	text-decoration: none ; 
	font-weight: bold ; 
	font-size:12px;
}

div#bas
{
margin-top:10px;
float:left;
width:1000px;
height:24px;
background:url(imgs/bas.jpg);
padding-top:10px;
color:#fff;
}

div#bas a{
	color:#fff;
}
