/***************** 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) center repeat-y;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/bg_container.jpg) scroll repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:200px;
display:block;/*obligatoire si il y a un flash*/
background:url(../images/visu-temp-header.jpg) top center no-repeat;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:30px;
background:url(../images/bg_menu.jpg) top left no-repeat;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
width:137px;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
text-transform:uppercase;
display:block;
height:30px;
overflow:hidden;
border:solid #b0adad;
border-width:0 1px 0 0;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background:#b5b5b5;
color:#a73627
;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:160px;
top:-6000px;
left:0;
background:#000;
opacity:0.7;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
background:none;
width:auto;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
text-decoration:none;
border:solid #FFFFFF;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
background:#000;
color:#b38c4f;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:190px;
padding:95px 0 0 10px;
background:url(../images/bg_left.jpg) top left no-repeat;
list-style:none;
}
#menuLeft h4 span{
display:none;
}
#menuLeft #titreColLeft{
width:131px;
height:21px;
float:left;
margin:0 0 0 20px;

}
#menuLeft #diapoLeft{
width:167px;
height:218px; 
float:left;
margin:5px 0 0 13px;
display:block;/*obligatoire si il y a un flash*/
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:760px;
	background:url(../images/bg_contenu.jpg) top left no-repeat;
}
#contenu{
	float:left;
	width:740px;
	padding:30px 0 10px 15px;
}

#contenu-droite{
	float:left;
	width:238px;
	margin:25px 0 0 0 ;
}



#contenu-gauche{
	float:left;
	width:450px;
	margin:0 25px 0 15px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:32px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:32px;
margin:-32px auto 0;
background:url(../images/bg_footer.jpg) top left no-repeat;
}
#idep{
position:absolute;
left:0;
top:3px;
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:#898888;
margin:5px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#898888;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#898888;
text-align:right;
letter-spacing:1px;
padding:4px 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#898888;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#898888;
}

#galerieFlash{
	width:400px;
	height:126px;
	margin:15px auto;
	display:block;
	outline:0;
}