/***************** 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.index{
background:#484441 url(../images/charte/bg-body.gif) left top repeat-x;
}
body{
background:#484441 url(../images/charte/bg-body.gif) left -200px repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
height:auto!important;
height:100%;
width:990px;
margin:0 auto;
background:#a6a486 url(../images/charte/bg-container.gif) left top repeat-y;
}
/***************** HEADER *****************/
#headerIndex{
width:990px;
height:380px;
background:url(../images/charte/header.gif) left top no-repeat;
}
#header{
width:990px;
height:180px;
background:url(../images/charte/header.jpg) left top no-repeat;
}
/***************** MENU LEFT *****************/
#colLeft{
width:290px;
float:left;
background:url(../images/charte/bg-menu-left.jpg) left top no-repeat;
}
#menuLeft{
float:left;
width:290px;
height:220px;
}
#bottom{
padding:0 10px 10px 10px;
width:270px;
}
#colLeft #bottom p{
font:11px/15px Arial, Helvetica, sans-serif;
color:#333333;
text-align:justify;
}
#colLeft #bottom a{
color:#000;
text-decoration:underline;
}
#colLeft #bottom a:hover{
color:#fff;
text-decoration:none;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:660px;
padding:20px;
background:url(../images/charte/bg-contenu.gif) left top no-repeat;
}
#contenu #top{
float:left;
width:660px;
margin-bottom:20px;
height:190px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:50px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer1{
width:100%;
height:50px;
clear:both;
position:relative;
margin:-50px auto;
background:url(../images/charte/bg-footer.gif) left top repeat-x;
}
#footer{
position: relative;/*---obligatoire pour le footer---*/
margin:auto;
width:990px;
height:50px;
color:#fff;
background:url(../images/charte/footer.gif) left top no-repeat;
}
#idep{
position:absolute;
left:0;
top:20px;
width:195px;
height:24px;
}
#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:underline;
color:#fff;
}
