/***************** 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;}


/***************** 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:990px;
height:180px;
float:left;
text-align:right;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:990px;
height:30px;
list-style:none;
float:left;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop a{
text-decoration:none;
font:bold 13px/30px "trebuchet MS", Arial, Helvetica, sans-serif;
color:#948c79;
text-align:center;
text-transform:uppercase;
display:block;
height:30px;
overflow:hidden;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
color:#FFFFFF;
}
#menuTop a.blc {
color:#FFFFFF;
text-decoration:none;}
#menuTop a.blc:hover {
color:#FFFFFF;
text-decoration:underline;}




/***************** 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:240px;
margin-top:32px;
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 12px/22px "trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
display:block;
text-align:right;
height:22px;
overflow:hidden;
padding:0 10px 0 0;
margin:5px 0;
}
#menuLeft a:hover,
#menuTop a.trigered{
color:#fff;
}
#menuLeft a.btn-top{
background:#847a6c;
font-size:14px;
margin:0 0 10px;
padding:5px 10px;
color:#FFF;
}
#menuLeft a.btn-top:hover {
color:#111;
}
#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;}
#menuLeft a.btn07,#menuLeft a.btn07:hover {
background:#79896d;}

.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:32px 25px 0 25px;
}
/*---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:8px 0 0;
}
#footer #idep a.idep.optea{
color:#8a8080;
margin:12px 0 0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#666363;
}

