/***************** 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:#000000 url(../../charte/images/bg-body.jpg) center top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:scroll #FFF url(../../charte/images/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:226px;
display:block;/*obligatoire si il y a un flash*/
}

/***************** MENU LEFT *****************/
#menuLeft{
padding-top:20px;
float:left;
width:200px;
background:url(../../charte/images/bg-menuLeft.jpg) left top no-repeat;
list-style:none;
}
#menuLeft li a{
background:none;
text-decoration:none;
font:bold 13px/26px Arial, Helvetica, sans-serif;
color:#FFF;
display:block;
height:26px;
overflow:hidden;
border:solid #FFF;
border-width:0 0 0px 0;
padding:0 30px 0 0px;
text-align:right;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background:url(../images/menu-over.gif);
color:#e75be5;
}
/***************** SOUS MENU */
#menuLeft li ul{
list-style:none;
}
#menuLeft li ul li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#6abcd4;
display:block;
height:20px;
overflow:hidden;
padding:0 30px 0 0px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#e75be5;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../../charte/images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
	float:left;
	width:745px;
	padding:20px 0 10px 10px;
}


/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:54px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer1{
width:100%;
height:54px;
clear:both;
position:relative;
margin:-54px auto;
background: url(../../charte/images/footer.gif) left top repeat-x;

}
#footer{
position: relative;/*---obligatoire pour le footer---*/
margin:auto;
width:960px;
height:54px;
background: url(../../charte/images/bg-footer.gif) left top no-repeat;
}

#idep{
position:absolute;
left:0;
top:15px;
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:#e75be5;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/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;
}