body{
	background-color:#FFFFFF;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	text-align:center;
}
a{
	color:#990606;
	font-weight:bold;
}
#site{
	width:771px;
	height:auto;
	margin:auto;
	border:1px solid #000000;
	text-align:left;
}
#conteneur-site{
	width:771px;
	height:auto;
	background-color:#FFFFFF;
}
#header{
	width:771px;
	height:118px;
	background:url('./imagesr/header.jpg') no-repeat;
}
#conteneur-menu{
	width:150px;
	height:auto;
	float:left;
	padding-left:10px;
	padding-right:3px;
}
#menu a{
	color:#990606;
	text-decoration:none;
	font-weight:bold;
}
#menu ul,li{
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu li{
	width:120px;
	height:16px;
	padding-left:20px;
	background:url('./imagesr/fleche.gif') no-repeat left center;
	background-color:#B9B9B9;
	margin-top:2px;
}
#conteneur-contenu{
	width:550px;
	float:left;
	height:auto;
}
#contenu{
 width:550px;
 float:left;
}
h1{	
	display:block;
	font-size:18px;
	color:#000000;
	border-bottom:1px solid #586F90;
}
#footer{
	clear:both;
	padding-left:5px;
	padding-right:5px;
	color:#999;
	border-top:1px solid #CCCCCC;
}
#footer a{
	color:#999;
	font-weight:normal;
	text-decoration:none;
}
.idroite{
	float:right;
	margin:5px;
	margin-right:0px;
	border:0px;
}.igauche{
	float:left;
	margin:5px;
	margin-left:0px;
	border:0px;
}
.clear1{
	clear:both;
}
.clear2{
	clear:both;
	text-align:right;
}	