/***************** 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:#000;
}
/***************** DIAPO *****************/
#diapo {
width:700px;
height:396px;
float:left;
margin-bottom:25px;}

/***************** INTRO *****************/
#intro {
width:700px;
height:262px;
margin:0;
float:left;
}

/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
background:#080704 url(../images/charte/bg-container.jpg) top center no-repeat;
}
/***************** HEADER *****************/
#header{
width:750px;
height:55px;
padding:25px 0 0 0;
float:left;
text-align:right;
}

#header a{
margin:0 20px;
font:bold 14px/25px "trebuchet MS", Arial, Helvetica, sans-serif;
color:#FFF;
text-decoration:none;
}
#header a:hover{
color: #CCCCCC;
text-decoration:none;
}
/***************** LOGO *****************/
#logo{
float:left;
width:240px;
height:310px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:240px;
background:url(../images/charte/bg-menuleft.jpg) top right repeat-y;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
}
#menuLeft a{
background:#8a8080;
text-decoration:none;
font:bold 14px/30px "trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
display:block;
text-align:right;
height:30px;
overflow:hidden;
padding:0 0px 0 0;
margin:5px 0;
}
#menuLeft a:hover,
#menuTop a.trigered{
color:#fff;
}

#menuLeft a.btn01 ,#menuLeft a.btn01:hover {
background:#847a6c;}
#menuLeft a.btn02, #menuLeft a.btn02:hover {
background:#927365;}
#menuLeft a.btn03, #menuLeft a.btn03:hover {
background:#936975;}
#menuLeft a.btn04, #menuLeft a.btn04:hover {
background:#847086;}
#menuLeft a.btn05,#menuLeft a.btn05:hover {
background:#5c7b8e;}
#menuLeft a.btn06,#menuLeft a.btn06:hover {
background:#6b8b89;}

.logo {
width:240px;
height:270px;}

/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/11px "trebuchet MS", Arial, Helvetica, sans-serif;
color:#1c1c1c;
display:block;
height:11px;
overflow:hidden;
text-align:left;
padding:0 10px 0 115px;
}
#container #menuLeft li a:hover{
text-decoration:none;
color: #333333;
}

/***************** CONTENU *****************/
#contenu{
float:left;
width:700px;
min-height:100%;
margin:0 25px;
background: #9A8C7C;
}
/*---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:990px;
height:30px;
margin:-30px auto 0;
}
#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:#8a8080;
margin:12px 0 0;
}
#footer #idep a.idep.optea{
color:#8a8080;
margin:12px 0 0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#666363;
}
