﻿/***************** 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:#fff url(../images/charte/bg-body.jpg) center top no-repeat;
font:normal 12px Arial;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:#fff;
}
/***************** HEADER *****************/
#header{
width:960px;
height:226px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:200px;
min-height:338px;
background:url(../images/charte/bg-menu.jpg) left top no-repeat;
}
#menuLeft ul{
list-style:none;
}
#menuLeft span{
display:none;
}
#menuLeft a{
display:block;
overflow:hidden;
background-position:top left;
}
a.bt1{
background: url(../images/charte/btn_01.gif) no-repeat;
height:38px; margin-top:30px;
}
a.bt2{
background: url(../images/charte/btn_02.gif) no-repeat; 
height:36px;
}
a.bt3{
background: url(../images/charte/btn_03.gif) no-repeat; 
height:28px;
}
a.bt4{
background: url(../images/charte/btn_04.gif) no-repeat;
height:42px; 
}
a.bt5{
background: url(../images/charte/btn_05.gif) no-repeat;
height:31px; 
}
a.bt6{
background: url(../images/charte/btn_06.gif) no-repeat; 
height:30px;
}
a.bt7{
background: url(../images/charte/btn_07.gif) no-repeat; 
height:41px;
}
a.bt8{
background: url(../images/charte/btn_08.gif) no-repeat; 
height:31px;
}


#menuLeft a:hover,
#menuLeft a.trigered{
background-position:top right;
}
/***************** SOUS MENU */
/*#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#98a451;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#7d8a2e;
}*/
/***************** CONTENU *****************/
#contenu{
float:left;
width:740px;
background:#ffffff url(../images/charte/bg-contenu.jpg) left top no-repeat;
padding:40px 10px 30px 10px;
}
#presentation{
float:left;
width:490px;
padding:0px 10px 10px 10px;
}
#diapo{
float:right;
width:202px;
height:240px;
margin-top:5px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:36px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:36px;
margin:-36px auto;
background:#5f101c url(../images/charte/bg-footer2.jpg) center repeat-x;
}
#footer2{
position:relative;
clear:both;
width:960px;
margin:0 auto ;
height:36px;
background:#5f101c url(../images/charte/bg-footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
left:0;
top:0;
width:195px;
height:36px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
margin:12px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#93a3a4;
}
