/***************** 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:url(../images/bg.jpg) #FFFFFF top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/bg_container.jpg) bottom no-repeat;
}
/***************** HEADER *****************/
#header{
width:960px;
height:200px;
background:url(../images/header.jpg) no-repeat;
/*obligatoire si il y a un flash*/
display:block;
outline:none;
}
/***************** MENU TOP *****************/


#menuTop{
width:761px;
height:50px;

padding:0 0 0 200px;
background:url(../images/bg-menu.jpg) no-repeat;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
width:150px;
background:url(../images/menu-separ.jpg) right top no-repeat;
}
#menuTop a{
margin:10px 0 0 0;
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#1454a3;
text-align:center;
text-transform:uppercase;
display:block;
height:40px;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
color:#c30d96;
}

/**************** IMG COL GAUCHE ************/
#picLeft{
float:left;
width:193px;
height:140px;
background:url(../images/bg_gauche.jpg) no-repeat;
}
/***************** CONTENU *****************/
#contenu_bg {
float:right;
width:767px;
background:url(../images/bg-contenu.jpg) top right no-repeat;
}
#contenu{
width:725px;
padding:55px 0 10px 30px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:118px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:118px;
margin:-118px 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_foot.gif) top;
}
#idep{
position:absolute;
left:50%;
top:88px;
margin-left:-275px;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
margin-top:8px;
font:9px/8px Arial, Helvetica, sans-serif;
color:#000;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#344e12;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#000;
text-align:right;
letter-spacing:1px;
padding:88px 15px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#000;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#344e12;
}