/***************** 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:#97BFEE url(../images/bg-body.gif) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
	position:relative;
	min-height:100%;
	width:990px;
	margin:0 auto;
	background:url(../images/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
	width:990px;
	height:200px;
	/*obligatoire si il y a un flash*/
	display:block;
	outline:0;
}
/***************** MENU LEFT *****************/
#menuLeft_bg{
	float:left;
	width:250px;
	background:url(../images/bg-menuLeft.png) left top no-repeat;
	background-position: 18px 0;
}
#menuLeft{
	width:250px;
	margin:10px 0 0 0;
	list-style:none;
	outline:none;
}
/***************** CONTENU *****************/
#contenu_bg {
	float:left;
	width:740px;
	background:url(../images/bg-contenu.jpg) left top no-repeat;
}
#contenu{
	float:left;
	width:695px;
	padding:20px 0 0 30px;
}
#contenu-gauche{
	float:left;
	width:430px;
}
#contenu-droite{
	float:left;
	width:235px;
	margin:0 0 0 20px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
	clear:both;
}
#clearFooter{
	height:140px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
	position:relative;
	clear:both;
	width:990px;
	height:140px;
	margin:-140px auto 0;
	background:url(../images/bg-footer.jpg) center bottom no-repeat;
}
#idep{
	position:absolute;
	left:20px;
	top:110px;
	width:175px;
	height:30px;
}
#idep img{
	float:left;
}
#footer #idep a.idep{
	text-decoration:none;
	display:block;
	font:9px/8px Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:7px 0 0;
}
#footer #idep a.idep.optea{
	margin:0;
}
#footer #idep a:hover.idep{
	text-decoration:none;
	color:#fff;
}
/******************* STYLE FOOTER *****************/
#footer p{
	font:10px/30px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:right;
	padding:110px 30px 0 0;
}
#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#000;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;
	color:#082861;
}

/* les risques*/
.risqueMenu
{
	width:332px;
	height: 80px;
	padding-top:4px;
	/*background-color:white;*/
	background:url(../../images/risques/fond-menu.png);
	padding-left:8px;
	margin:16px auto 16px 0;
	
}

.risqueBlocImage
{
	
	margin-left: 40px; 
	width:350px; 
	text-align:center; 
	margin-top:12px;
	margin-bottom:12px;
}

.risqueBlocImage img {
	border:1px solid #97BFEE;
}
