/***************** 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:#711717 url(../images/bg-header.jpg) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/bg-container.gif) right top repeat-y;
}
/***************** 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{
position:relative;
z-index:10;
width:760px;
padding:0 0 0 200px;
height:50px;
background:url(../../charte/images/bg-menu.jpg) left top;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop a span{
display:none;
}
#menuTop a{
display:block;
height:50px;
overflow:hidden;
background-position:center top;
}
#menuTop li.bt1 a{
background-image:url(../../charte/images/bt1.jpg);
width:93px;
}
#menuTop li.bt2 a{
background-image:url(../../charte/images/bt2.jpg);
width:135px;
}
#menuTop li.bt3 a{
background-image:url(../../charte/images/bt3.jpg);
width:122px;
}
#menuTop li.bt4 a{
background-image:url(../../charte/images/bt4.jpg);
width:92px;
}
#menuTop li.bt5 a{
background-image:url(../../charte/images/bt5.jpg);
width:92px;
}
#menuTop li.bt6 a{
background-image:url(../../charte/images/bt6.jpg);
width:112px;
}
#menuTop li.bt7 a{
background-image:url(../../charte/images/bt7.jpg);
width:108px;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background-position:bottom;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:125px;
top:-6000px;
left:0;
background:#000;
border:solid #fff;
border-width:1px 0 0 0;
}
#menuTop li li{
float:none;
background:none;
}
#container #menuTop li li a{
background:none;
width:auto;
position:relative;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
height:20px;
text-decoration:none;
border:solid #fff;
border-width:0 0 1px 0;
padding:0 0 2px 0;
}
#container #menuTop li li a:hover{
color:#FF3366;
}
/**************** IMG COL GAUCHE ************/
#picLeft{
float:left;
width:200px;
height:340px;
background:url(../images/visu-gauche.gif) no-repeat;
}
/***************** CONTENU *****************/
#contenu_bg {
float:right;
width:760px;
background:url(../images/bg-contenu.jpg) top right no-repeat;
min-height:500px;
}

*html #contenu_bg {
	height:500px;
}

#contenu{
width:720px;
padding:10px 0 10px 30px;
}
#contenu-gauche{
	float:left;
	width:450px;
	margin:0 20px 0 0px;
}

#contenu-droite{
	float:left;
	width:233px;
	margin:10px 0 0 0 ;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:71px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:100%;
height:71px;
margin:-71px 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:71px;
margin:0 auto;
background:url(../images/bg-footer-bottom.jpg) right top no-repeat;
}
#idep{
position:absolute;
left:50%;
top:13px;
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:#F8C8C8;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:9px/30px Arial, Helvetica, sans-serif;
color:#E4332D;
text-align:right;
letter-spacing:1px;
padding:10px 15px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#E4332D;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#B82626;
}