/***************** 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:url(../images/bg.jpg) top center no-repeat #fff;

}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:960px;
height:345px;
display:block;/*obligatoire si il y a un flash*/
}
/***************** MENU TOP *****************/
#menuTop{
position:absolute;
z-index:10;
top:96px;
right:0;
width:699px;
height:30px;
list-style:none;
}
#menuTop li span{
visibility:hidden;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop a{
display:block;
text-decoration:none;
height:30px;
background:left top no-repeat;

}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background-position:left bottom;
}
#menuTop li.bt1 a{background-image:url(../../charte/images/bt1.jpg);width:97px;}
#menuTop li.bt2 a{background-image:url(../../charte/images/bt2.jpg);width:116px;}
#menuTop li.bt3 a{background-image:url(../../charte/images/bt3.jpg);width:128px;}
#menuTop li.bt4 a{background-image:url(../../charte/images/bt4.jpg);width:128px;}
#menuTop li.bt5 a{background-image:url(../../charte/images/bt5.jpg);width:96px;}
#menuTop li.bt6 a{background-image:url(../../charte/images/bt6.jpg);width:134px;}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:160px;
top:-6000px;
left:0;
background:#fff;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
width:auto;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#666666;
padding:0 0 0 10px;
text-decoration:none;
border:solid #fda300;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#fda300;
color:#fff;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
background:url(../../charte/images/bg-menuLeft.jpg) left top no-repeat;
list-style:none;
}
#menuLeft li a{
background:#D5D9E2;
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#2C2F35;
display:block;
height:25px;
overflow:hidden;
border:solid #FFF;
border-width:0 0 1px 0;
padding:0 0 0 10px;
}
#menuLeft li a:hover ,
#menuLeft li a.rubrique_active{
background:#2C2F35;
color:#fff;
}
/***************** 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:#2C2F35;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#menuLeft li ul li a:hover{
text-decoration:underline;
color:#FFF;
background:none;
}
/***************** CONTENU *****************/
#contenu_bg {
float:left;
width:960px;
background:url(../images/bg_contenu.jpg) top left no-repeat;
}
#contenu{
float:left;
width:940px;
padding:20px 0 10px 15px;
}
#contenu-gauche{
float:left;
width:650px;
margin:0 25px 0 15px;
}
#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:38px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#bg-footer{/*-- pour fond footer 100% --*/
position:relative;
clear:both;
width:100%;
height:38px;
margin:-38px 0 0;
background:url(../../charte/images/bg-footer.jpg) left top repeat-x;
}
#footer{
position:relative;
width:960px;
height:38px;
margin:0 auto;
background:url(../../charte/images/bg-footer.jpg) left top repeat-x;
}
#idep{
position:absolute;
left:0;
top:7px;
width:175px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#afaeaf;
margin:6px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#d9661e;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#6f6b6e;
text-align:right;
padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#6f6b6e;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#d9661e;
}


