/***************** 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:#90a6c2;
---*/
}
body{
background:#fff url(../images/bg.jpg) center top no-repeat;
}


body#langue {
background:#fff url(../images/bg2.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
}
/***************** HEADER *****************/
#header{
width:960px;
height:200px;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
}
/***************** MENU TOP *****************/
#menuTop{
width:761px;
height:34px;
padding:0px 0 0 200px;
background:url(../images/bg-menu.jpg) no-repeat;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
width:108px;
background:url(../images/menu-separ.jpg) right top no-repeat;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#c0e4fd;
text-align:center;
text-transform:uppercase;
display:block;
height:34px;
line-height:17px;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
color:#fff;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:108px;
top:-6000px;
left:0;
background:#FFF;
border:solid #fff;
border-width:1px 0 0 0;
line-height:12px;
}
#menuTop li li{
float:none;
background:none;
}
#container #menuTop li li a{
background:#c2faf9;
width:auto;
position:relative;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#12407d;
height:34px;
text-decoration:none;
border:solid #12407d;
border-width:0px 0px 1px 0px;
padding:0 0 2px 0;
}
#container #menuTop li li a:hover{
color:#FFF;
background:#12407d;
}
/**************** IMG COL GAUCHE ************/
#picLeft{
position:absolute;
width:200px;
height:436px;
top:270px;
left:50%;
margin-left:-480px;
background:url(../images/visu-gauche.gif) no-repeat top left;
}
/***************** CONTENU *****************/
#contenu_bg {
float:right;
width:767px;
background:url(../images/bg-contenu.jpg) top right no-repeat;
}
#contenu{
width:745px;
padding:20px 0 10px 10px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:114px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:114px;
margin:-114px auto 0;
background:url(../images/bg-footer.jpg) left top repeat-x;
/*background:url(../images/bg-footer.gif) left top repeat-x;*/
}
#foot-container{
width:960px;
height:114px;
margin:0 auto;
background:url(../images/bg-footer-bottom.jpg) right top no-repeat;
}
#idep{
position:absolute;
left:50%;
top:60px;
margin-left:-450px;
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:#12407d;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#000;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#12407d;
text-align:right;
letter-spacing:1px;
padding:50px 15px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#12407d;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#000;
}