/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:#fff url(../images/bg-body.jpg) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:980px;
margin:0 auto;
background:url(../images/bg-contenair.gif) top center repeat-y;
}
/***************** HEADER *****************/
#header{
width:980px;
height:230px;
display:block;/*obligatoire si il y a un flash*/
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:210px;
padding:0px 0 0 0px;
list-style:none;
background:url(../images/bg-menuLeft.jpg) top left no-repeat;
}
#menuLeft li a{
background:url(../images/bt-left0.gif) top left no-repeat;
text-decoration:none;
font:bold 12px/27px Arial, Helvetica, sans-serif;
color:#d1cfcf;
display:block;
height:27px;
overflow:hidden;
padding:0 0 0 20px;
text-transform:uppercase;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background:url(../images/bt-left.gif) top left no-repeat;
color:#fceed6;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:11px/12px Arial, Helvetica, sans-serif;
color:#928d7a;
display:block;
height:20px;
overflow:hidden;
padding:2px 0 1px 14px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#efa22c;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:770px;
	background:url(../images/bg-contenu.jpg) top left no-repeat;
}
#contenu{
	float:left;
	width:732px;
	padding:30px 0 10px 18px;
}


#contenu-gauche{
	float:left;
	width:450px;
	margin:0 25px 0 0px;

}
#contenu-droite{
	float:left;
	width:243px;
	margin:10px 0 0 0 ;

}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:980px;
height:30px;
margin:-30px auto 0;
background:url(../images/bg-footer.jpg) top left no-repeat;
}
#idep{
position:absolute;
left:15px;
top:0;
width:200px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#ff0000;
margin:5px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#efa22c;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/40px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
padding:0 20px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#ff0000;
}