/***************** 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:#0b1f3d url(../images/charte/bg-body.gif) repeat-x;

}
#fond{
position:absolute;
width:100%;
height:480px;
top:0px;
background:url(../images/charte/bg-ciel.jpg) no-repeat top center;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:940px;
margin:0 auto;
background:url(../images/charte/bg-container.gif) repeat-y;
}
/***************** HEADER *****************/
#header{
width:940px;
height:200px;
background:url(../images/charte/bg-header.jpg);
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:870px;
height:30px;
list-style:none;
padding-left:70px;
background:url(../images/charte/bg-menu.jpg);
}
#menuTop li{
position:relative;
float:left;
width:125px;
}
#menuTop a{
text-decoration:none;
font:11px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
display:block;
height:30px;
overflow:hidden;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
color:#fbd66b;
}
/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
top:-6000px;
left:0;
background:#152c64;
border:solid #000;
border-width:1px;
margin-left:-1px;
width:124px;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
text-decoration:none;
border:solid #000;
border-width:0 1px 1px 0;
width:124px;
}
#container #menuTop li li a:hover{
background:#4a5c88;
width:124px;
}
#container #menuTop li p{
background:#65718e;
color:#000;
font:bold 10px/20px Arial, Helvetica, sans-serif;
height:20px;
text-align:center;
}
#container #menuTop li p a{
height:20px;line-height:20px;
}
/***************** CONTENU *****************/
#contenu{
width:940px;
min-height:200px;
background:url(../images/charte/bg-hautContenu.jpg) no-repeat;
}
#flash{
width:570px;
height:200px;
float:left;
}
#content{
width:460px;
float:left;
padding-left:80px;
padding-top:10px;
}
#bordureGauche{
width:70px;
height:700px;
position:absolute;
left:50%;
margin-left:-470px;
top:0px;
z-index:20;
background:url(../images/charte/bg-contenu.jpg);
}
#adresse{
width:370px;
height:470px;
float:right;
background:url(../images/charte/bg-adresse.jpg);
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:60px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:940px;
height:60px;
margin:-60px auto 0;
background:url(../images/charte/bg-footer.gif);
}
#idep{
position:absolute;
left:70px;
top:20px;
width:195px;
height:30px;
}
#idep img{
padding-top:7px;
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#414f64;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
