/***************** 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 url(../images/charte/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
height:auto!important;
height:100%;
width:990px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) center top repeat-y;
}
/***************** colonnes *****************/
#colLeft{
width:270px;
min-height:570px;
height:auto!important;
float:left;
background:url(../images/charte/col-left.jpg) left top no-repeat;
}
#colMiddle{
width:440px;
min-height:570px;
height:auto!important;
float:left;
background:url(../images/charte/col-middle.jpg) left top no-repeat;
}
#colRight{
width:280px;
min-height:600px;
height:auto!important;
float:left;
background:url(../images/charte/col-right.jpg) left top no-repeat;
}
/*************** logo ************/
#logo{
height:140px;
width:270px;
}
/*************** logo ************/
#header{
height:290px;
width:440px;
}


/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:250px;
text-align:right;
padding-right:20px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
}
#menuLeft a{
text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:32px;
overflow:hidden;
}
#menuLeft a:hover,
#menuTop a.trigered{
color:#666;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color: #FF0066;
display:block;
height:20px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color: #7D03C7;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:720px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
height:0;
margin:0;
padding:0;
line-height:0;
min-height:0;
}
#clearFooter{
height:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:30px;
margin:-30px auto 0;
background:url(../images/charte/footer.jpg) left top no-repeat;
}
#idep{
position:absolute;
left:55px;
top:0;
width:215px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#666;
margin:0px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:underline;
color:#fff;
}

