/***************** 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:#f2f2f2 url(../images/charte/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:#f2f2f2 url(../images/charte/bg-container.jpg) center top  repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:199px;
background:url url(../images/charte/bg.jpg)center top  no-repeat;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:36px;
list-style:none;
background:#ffffff url(../images/charte/bg-menu.jpg) center top  no-repeat;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop li span{
display:none;
}
#menuTop li.bt1 a {
background:url(../images/charte/bt1.jpg);
width:113px; 
}
#menuTop li.bt2 a {
background:url(../images/charte/bt2.jpg);
width:177px;
}
#menuTop li.bt3 a {
background:url(../images/charte/bt3.jpg);
width:156px;
}
#menuTop li.bt4 a {
background:url(../images/charte/bt4.jpg);
width:106px;
}
#menuTop li.bt5 a {
background:url(../images/charte/bt5.jpg);
width:131px;
}
#menuTop li.bt6 a {
background:url(../images/charte/bt6.jpg);
width:57px;
}
#menuTop li.bt7 a {
background:url(../images/charte/bt7.jpg);
width:102px;
}
#menuTop li.bt8 a {
background:url(../images/charte/bt8.jpg);
width:117px;
}

#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
display:block;
height:36px;
overflow:hidden;
}

#container #menuTop a:hover,
#container #menuTop a.trigered{
text-decoration:none;
background-position:left bottom;
}
/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
width:1px;
top:-6000px;
left:20px;

background:#c2d393;
border:solid #fff;
border-width:0px 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 #fff;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#96ad5c;
}
/***************** CONTENU *****************/
#contenu{
width:900px;
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:43px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:43px;
margin:-43px 0 0 0;
background: url(../images/charte/bg-foot.gif)  center top  repeat-x	;
}
#foot {
width:980px;
height:43px;
margin:0 auto;
display:block;
background:url(../images/charte/bg-footer.gif) no-repeat;}

#footer #foot #idep{
width:240px;
height:43px;
float:left;
}
#idep img{
float:left;
}
#foot #idep a.idep{
text-decoration:none;
display:block;
font:9px/10px Arial, Helvetica, sans-serif;
color:#fff;
margin:20px 0 0;
}
#foot #idep a.idep.optea{
margin:0;
}
#foot #idep a:hover.idep{
text-decoration:none;
color:#f58501;
}

