/***************** 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:scroll #64d0e7 url(../images/charte/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:#fff url(../images/charte/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:197px;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:653px;
height:40px;
background:url(../images/charte/bg-menutop.jpg) left top no-repeat;
list-style:none;
padding:0px 0 0 307px;

}
#menuTop li{
position:relative;
float:Left;
}
#menuTop li a{
/*background:#d7e1a5;*/
text-decoration:none;
font:bold 12px/40px Arial, Helvetica, sans-serif;
display:block;
height:40px;
overflow:hidden;
background-position:top left;
/*border:solid #b5c76b;
border-width:0 0 1px 0;*/
}

#menuTop a:hover, 
#menuTop a.trigered{
/*background:#7d8a2e;*/
color:#fff;
background-position:top right;
}

#menuTop span{
display:none;
}

.bt1{background: url(../images/charte/btn_01.gif) no-repeat;}
.bt1:hover{background: url(../images/charte/btn_01.gif) top right no-repeat;}
.bt2{background: url(../images/charte/btn_02.gif) no-repeat; }
.bt2:hover{background: url(../images/charte/btn_02.gif) top right no-repeat; }
.bt3{background: url(../images/charte/btn_03.gif) no-repeat; }
.bt3:hover{background: url(../images/charte/btn_03.gif) top right no-repeat; }
.bt4{background: url(../images/charte/btn_04.gif) no-repeat; }
.bt4:hover{background: url(../images/charte/btn_04.gif) top right no-repeat; }
.bt5{background: url(../images/charte/btn_05.gif) no-repeat; }
.bt5:hover{background: url(../images/charte/btn_05.gif) top right no-repeat; }


/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
width:131px;
top:-6000px;
left:0;
background:#e6f2b9;
}
#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:#237e23;
text-align:center;
}
#container #menuTop li li a:hover{
color:#2291cd;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:214px;
height:310px;
background:#fff url(../images/charte/bg-menuleft.jpg) left top no-repeat;
list-style:none;
padding:18px 0 0 0px;
}
#menuLeft ul{
list-style:none;
}
#menuLeft span{
display:none;
}
#menuLeft a{
display:block;
height:30px;
overflow:hidden;
background-position:top left;
}
#menuLeft a:hover,
#menuLeft a.trigered{
background-position:top right;
}

a.btL1{background: url(../images/charte/btnL_01.gif) no-repeat; }
a.btL2{background: url(../images/charte/btnL_02.gif) no-repeat; }
a.btL3{background: url(../images/charte/btnL_03.gif) no-repeat; }
a.btL4{background: url(../images/charte/btnL_04.gif) no-repeat; }
a.btL5{background: url(../images/charte/btnL_05.gif) no-repeat; }
a.btL6{background: url(../images/charte/btnL_06.gif) no-repeat; }
a.btL7{background: url(../images/charte/btnL_07.gif) no-repeat; }
a.btL8{background: url(../images/charte/btnL_08.gif) no-repeat; }
a.btL9{background: url(../images/charte/btnL_09.gif) no-repeat; }



/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#085408;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 50px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#67a52c;
}

/***************** CONTENU *****************/
#contenu{
float:left;
width:746px;
height:281px;
min-height:281px;
height:auto !important;
background:#fff url(../images/charte/bg-contenu.jpg) left top no-repeat;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:40px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:40px;
margin:-40px auto 0;
background:#fff url(../images/charte/bg-footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
left:0;
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:#6cb6de;
margin:15px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#081c46;
}
