*{
margin:0;
padding:0;
border:0
}
body{
	background-color:#404040;
	background-image: url(img/interface/fond.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#contenaire{
	width:1280px;
	position:absolute;
	left: 50%;
	z-index:10;
	margin-left:-700px;
	margin-top: 50px;
}

#volet_gauche{
	float:left;
	background-image: url(img/interface/col_gauche.jpg);
	height: 737px;
	width: 237px;
}
#volet_droite{
float:left;
	background-image: url(img/interface/col_droite.jpg);
	height: 737px;
	width: 121px;
}
#contenaire_site{
	float:left;
	width: 917px;
}
.deblayage {
  height: 0;
  clear: both;
}
a:link {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none;
}
a:active {
color:#000000;
text-decoration:none;
}
a:hover {
color:#666666;
text-decoration:underline;
}