/***************** 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-image:url(../images/charte/bg.gif);
background-repeat:repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
border:solid #C13A16;
border-width:0 1px;
background:#fff url(../images/charte/bg-container.jpg);
}
/***************** HEADER *****************/
#header{
width:960px;
height:163px;
}
/***************** MENU TOP *****************/
#bordGauche{
background-image:url(../images/charte/menuTop_bordG.jpg);
background-repeat:no-repeat;
margin-top: 0px;
margin-left: 0px;
}
#menuTop{
position:relative;
z-index:10;
width:810px;
padding-left:150px;
height:30px;
background: url(../images/charte/menuTop_bordG.jpg) repeat-x;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop li span{
display:none;
}
#menuTop li.bt1 a {
background:url(../images/charte/menu_01.jpg);
width:196px;
}
#menuTop li.bt2 a {
background:url(../images/charte/menu_02.jpg);
width:197px;
}
#menuTop li.bt3 a {
background:url(../images/charte/menu_03.jpg);
width:197px;
}
#menuTop li.bt4 a {
background:url(../images/charte/menu_04.jpg);
width:220px;
}
#menuTop li.bt1 a:hover{
background:url(../images/charte/menu_01.jpg);
background-position: 0px  -35px;
width:196px;
}
#menuTop li.bt2 a:hover {
background:url(../images/charte/menu_02.jpg);
background-position: 0px  -35px;
width:197px;
}
#menuTop li.bt3 a:hover {
background:url(../images/charte/menu_03.jpg);
background-position: 0px  -35px;
width:197px;
}
#menuTop li.bt4 a:hover {
background:url(../images/charte/menu_04.jpg);
background-position: 0px  -35px;
width:220px;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#000;
text-align:center;
text-transform:uppercase;
display:block;
height:30px;
overflow:hidden;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
color:#C13A16;

}
/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
width:160px;
top:-6000px;
left:0;
background:#ffc0a9;
border:solid #fff;
border-width:1px 0 0 0;
}
#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:#fff;
text-decoration:none;
border:solid #ffcfbd;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#ff8598;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:150px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
}
#menuLeft a{
background:#000;
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#7d8a2e;
display:block;
height:30px;
overflow:hidden;
padding:0 0 0 10px;
}

#menuLeft .btn1 a{
background:url(../images/charte/btn_gauche_01.jpg);
width:140px;
}
#menuLeft .btn2 a{
background:url(../images/charte/btn_gauche_02.jpg);
width:140px;
}
#menuLeft .btn3 a{
background:url(../images/charte/btn_gauche_03.jpg);
width:140px;
}
#menuLeft .btn1 a:hover{
background:url(../images/charte/btn_gauche_01.jpg);
background-position: 0px  -30px;
width:140px;
}
#menuLeft .btn2 a:hover{
background:url(../images/charte/btn_gauche_02.jpg);
background-position: 0px  -30px;
width:140px;
}
#menuLeft .btn3 a:hover{
background:url(../images/charte/btn_gauche_03.jpg);
background-position: 0px  -30px;
width:140px;
}
#menuLeft a:hover,
#menuTop a.trigered{
background:#7d8a2e;
color:#fff;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#98a451;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#7d8a2e;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:750px;
padding:20px 0 0 30px;
}
/*---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:#EFEFEF;
}
#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:#8E8F91;
margin:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#C13A16;
}

