html, body{
margin-top:2px;
margin-bottom:2px;
padding:0;
background: #000 url(/images/bg-top.jpg) no-repeat top center scroll;
font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
font-size:13px;
}
body a{
font-size:13px;
} 
#pagewidth{
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
#header{
	position:relative;
	height:151px;
	background: transparent url("/images/fond_head.jpg") no-repeat top left;
	width:1000px;
	border-bottom: 1px solid #cbcd92;
} 
#lemenu{
	position:relative;
	height:50px;
	width:1008px;
	background: transparent url("/images/fond_rech.png") no-repeat top right;
	border-left:1px solid #CBCD92;
} 
#annonce911{
	position:relative;
	height:20px;
	background: #E8EBB5;
	padding-left:20px;
	font-size:13px;
}
#leftcol{
width:160px;
float:left;
position:relative;
background: #E8EBB5 url("/images/fond-leftcol.gif") repeat-x top left;
  }
#twocols{
 width:690px; 
 float:left; 
 position:relative; 
padding-bottom:30px;
  }
#rightcol{
 width:300px; 
 float:left; 
 position:relative; 
 margin-top:20px;
 }
#maincol{  
 float: right; 
 display:inline; 
 position: relative; 
 width:524px; 
 margin-top:20px;
}
#footer{
	height:166px;
	clear:both;
	background: #999966 url("/images/volutes-footer.jpg") no-repeat bottom left;
	position: relative;
	border-right: 1px solid #cbcd92;
	border-left: 1px solid #cbcd92;
	border-right: 1px solid #cbcd92;
	padding-top:100px;
 } 
 #footer p{
	position:absolute;
	font-size:9px;
	color:#CCC;
	margin-top: 165px;
 } 
 #footer center{
 	margin-top: 165px;
	font-size:9px;
  	text-align:left;
	color:#000;
 }
  /* *** Float containers fix: */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
.clearfix{display: inline-block;
border-right: 1px solid #cbcd92;
border-left: 1px solid #cbcd92;
border-top: 1px solid #cbcd92;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;
 background-color:#999966;
 background-image: url(/images/DegClearfix.jpg);
background-repeat: repeat-x;
 }
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}