/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:#000 url(../images/bg-body.jpg) top center no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:962px;
margin:0 auto;
background:#FFF url(../images/bg-container1.jpg) center top no-repeat;
}
/***************** HEADER *****************/
#header{
width:962px;
height:244px;
display:block;/*obligatoire si il y a un flash*/
background:url(../images/bg-header.jpg) no-repeat;

}

/***************** MENU LEFT *****************/
#menuLeft{
float:left;
background: #00CC00 url(../images/bg-menu1.jpg) left top no-repeat;
width:200px;
height:322px;
list-style:none;

}
#menuLeft li a{
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#dc5a10;
height:25px;
padding:0px 0px 0 30px;
margin-left:15px;

background:url(../images/puce.gif) left top no-repeat;
}
#menuLeft li a:hover{
color:#aad224;
background:url(../images/puce2.gif) left top no-repeat;
}

/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:11px/20px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 50px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#dc5a10;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
}
#contenu{
	float:left;
	width:755px;
	
}

#contenu-droite{
	float:left;
	width:243px;
	margin:0 0 0 0px;
}

/*---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:960px;
height:30px;
margin:-30px auto 0;
background:url(../images/bg-footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
left:10px;
top:0;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#FFF;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#ad490e;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:9px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}