/***************** 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:#e5f0df url(../images/charte/bg-body.gif) no-repeat top center;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:980px;
margin:0 auto;
background:#e5f0df url(../images/charte/bg-container.gif) repeat-y left top;
}
/***************** HEADER *****************/
#header{
width:980px;
height:206px;
}
/***************** MENU TOP *****************/
#menuTop{
width:980px;
height:23px;
list-style:none;

}


#menuTop li{
float:left;
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-align: center;
letter-spacing: 0.15em;






}
#menuTop li span{
display:none;
}

#container #menuTop a:hover,
#container #menuTop a.trigered{
text-decoration:none;
background-position:bottom;
}


#menuTop li.bt1 a {
background:url(../images/charte/bt01.gif);
width:184px;
line-height: 23px;
text-indent: 24px;

}




.bt1current {
text-decoration:none;
background:url(../images/charte/bt01.gif);
background-position: bottom left;
width:184px;
line-height: 12px;
text-indent: 24px;
}

.bt2current {
text-decoration:none;
background:url(../images/charte/bt02.gif);
background-position: bottom left;
width:162px;
height:23px;
}

.bt3current {
text-decoration:none;
background:url(../images/charte/bt03.gif);
background-position: bottom left;
width:207px;
height:23px;
}

.bt4current {
text-decoration:none;
background:url(../images/charte/bt04.gif);
background-position: bottom left;
width:153px;
height:23px;
}

.bt5current {
text-decoration:none;
background:url(../images/charte/bt05.gif);
background-position: bottom left;
width:137px;
height:23px;
text-indent: 7px;
}

.bt6current {
text-decoration:none;
background:url(../images/charte/bt06.gif);
background-position: bottom left;
width:137px;
height:23px;
}


#menuTop li.bt2 a {
background:url(../images/charte/bt02.gif);
width:162px;


}


#menuTop li.bt3 a {
background:url(../images/charte/bt03.gif);
width:207px;


}
#menuTop li.bt4 a {
background:url(../images/charte/bt04.gif);
width:153px;


}
#menuTop li.bt5 a {
background:url(../images/charte/bt05.gif);
width:137px;
text-indent: 7px;


}
#menuTop li.bt6 a {
background:url(../images/charte/bt06.gif);
width:137px;


}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
display:block;
height:23px;
line-height: 23px;
overflow:hidden;
}

/***************** SOUS MENU *****************/
/*#menuTop li ul{
list-style:none;
position:absolute;
width:128px;
top:-6000px;
left:5px;
background:#000000;
border:solid #fff;
border-width:1px;
}
#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 #913c6a;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#c90f0f;
}*/
/****************** CONTENU *****************/
#contenu{
width:920px;
padding:20px 0 0 30px;
}

#contenu-text{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: justify;
font-weight: normal;
line-height: 18px;
color:#000;


}

/*---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:980px;
height:30px;

margin:-30px auto 0;
background:#84ae61 url(../images/charte/bg-footer.gif) repeat-y;
}
#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:#fff;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#407d0b;
}


#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
letter-spacing:1px;
padding:0 20px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
font-size: 10px;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}
.invisible{
display: none;

}

