/***************** 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:#222325 url(../images/charte/bg-body.jpg) top center repeat-y;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) 0 163px no-repeat;
}
/***************** HEADER *****************/
#header{
width:960px;
height:128px;
}
/***************** MENU TOPSEARCH *****************/
#menuTop form{
width:200px;
height:35px;
list-style:none;
float:left;
}
#menuTop input{
width:149px;
height:15px;
background: url(../images/charte/input.jpg) no-repeat;
font:normal 10px Arial, Helvetica, sans-serif;
color:#333333;
padding:3px 0 0 5px;
margin:8px 0 0 13px;
border:none;
float:left;
}
#menuTop form a{
float:left;
border:none;
height:22px;
padding:4px 0 0 0;
}

/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:35px;
background: url(../images/charte/bg-menutop.jpg) no-repeat;
list-style:none;
float:left;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop li span{
display:none;
}
#menuTop li.bt1 a {
background:url(../images/charte/bt1.jpg);
width:111px;
}
#menuTop li.bt2 a {
background:url(../images/charte/bt2.jpg);
width:115px;
}
#menuTop li.bt3 a {
background:url(../images/charte/bt3.jpg);
width:154px;
}
#menuTop li.bt4 a {
background:url(../images/charte/bt4.jpg);
width:139px;
}
#menuTop li.bt5 a {
background:url(../images/charte/bt5.jpg);
width:128px;
}
#menuTop li.bt6 a {
background:url(../images/charte/bt6.jpg);
width:113px;
}
#menuTop a{
text-decoration:none;
font:bold 12px/35px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
display:block;
height:35px;
overflow:hidden;
}
#menuTop a span{
display:none;
}


#container #menuTop a:hover,
#container #menuTop a.trigered{
text-decoration:none;
background-position:bottom;
}


/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
width:154px;
top:-6000px;
left:0;
background: #940f0f;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
width:156px;
text-align:left;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#FFF;
text-decoration:none;
padding-left:5px;
}
#container #menuTop li li a:hover{
color:#FFF;
text-decoration:underline;
}


/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
border:sloid 1px red;
}
#menuLeft ul{
list-style:none;
padding:10px 0;
}
#menuLeft a{
text-decoration:none;
font:bold 12px/45px Arial, Helvetica, sans-serif;
color:#7d8a2e;
display:block;
height:45px;
overflow:hidden;
padding:0 0 0 10px;
}
#menuLeft a span{
display:none;
}
#menuLeft a:hover,
#menuTop a.trigered{
}
.outils {
background:url(../images/charte/bg-outils.gif) no-repeat;
}

/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:normal 11px/20px Arial, Helvetica, sans-serif;
color:#FFF;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
text-decoration:none;
color:#FFF;
background:#ba0808;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:700px;
padding:12px 0 0 30px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:33px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:33px;
margin:-33px auto 0;
background: url(../images/charte/bg-footer.gif) no-repeat;
}
#idep{
position:absolute;
left:0;
top:0;
width:195px;
height:33px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#FFF;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#CCC;
}

