/***************** 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:#ee7a00 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) left 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{
width:760px;
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:125px;

}
#menuTop a{
text-decoration:none;
font:bold 12px/70px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
text-transform:uppercase;
display:block;
height:50px;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
color:#feb70b;
}
/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:125px;
top:-6000px;
left:0;
background:#4faa0d;
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:#feb70b;
}
/**************** IMG COL GAUCHE ************/
#picLeft{
position:absolute;
width:194px;
height:220px;
top:250px;
left:50%;
margin-left:-480px;
background:url(../images/visu-gauche.gif) top no-repeat;
}
/***************** CONTENU *****************/
#contenu_bg {
float:right;
width:766px;
background:url(../images/bg-contenu.jpg) top 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:#fff;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#ee7a00;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#2a9001;
text-align:right;
letter-spacing:1px;
padding:50px 15px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#2a9001;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#ee7a00;
}

#galerieFlash{
	width:375px;
	height:140px;
	margin-bottom:15px;
	display:block;
	outline:0;
	float:left;
	margin-left:35px;

}