html, body {
	background: #828386;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: tahoma, arial, verdana; 
	font-size: 13px;
	text-align: justify;
	color: #000000;
}

/*Index*/
.div_principal {
	-moz-box-shadow: 0 1px 8px 0px #202020;
	-webkit-box-shadow: 0 1px 8px 0px #202020;
	box-shadow: 0 1px 8px 0px #202020;
	width: 992px;
	height:100%;
	background: #363535;
	margin: 0px auto;
}

.menu2  {
	float: left;
	width: 992px; 
	height: 49px;
	background-color: #00787a;
	font-family: Tahoma;
	font-size: 12px;
    text-decoration: none;
    color: #fff;
}
.fin {
	height: 30px;
	width: 992px;
	color: #005091;
}
/*Fin index*/


/*Photos centrales*/
.logo1 {
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	z-index: 1000;
	left: 30px;
	padding: 18px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
}

.slogan {
	font-size: 22px;
	font-family: "Open Sans Pro" Tahoma;
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	z-index: 900;
	left: 0px;
	right: 0px;
	padding: 8px;
	padding-left: 20px;
	display: none;
	color: #149492;
	font-style:normal;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
}
/*Fin  photos centrales*/

/*Rubrique type présentation*/
#slider { width: 313px; height: 236px; overflow: hidden; border: 1px solid #096896;  }

#nav3 {text-align:left;  margin-top: 3px; margin-left: 0px; color: #096896; margin-bottom: 50px; }
#nav3 a {font-family: Tahoma; font-size: 11px; font-weight: bold; padding: 5px 7px;  color: #096896;  }
#nav3 a.activeSlide{background: #096896;  color: #ffffff; }
#nav3 a:focus { outline: none; }
.texte_type1{
	height:90px;
	overflow:hidden;
}
/* Fin rubrique type présentation*/

/*Rubrique type contact*/
.cadre_coordonnees{
background: #096896;
}

.plan_acces{
	width:280px;
	margin-bottom:15px;
	border:1px solid #096896;
}
/*Fin rubrique type contact*/