html, body {
	background: #1e5c8b;
	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;
	background: #232729;
	margin: 0px auto;
}
.fin {
	height: 30px;
	color: #232729;
}
.menu2  {
	float: left;
	width: 992px; 
	height: 49px;
	background-color: #232729;
	font-family: Tahoma;
	font-size: 12px;
    text-decoration: none;
    color: #fff;
}
/*Fin index*/


/*Photos centrales*/
.logo1 {
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	z-index: 1000;
	left: 30px;
	padding: 38px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
}

.slogan {
	font-size: 24px;
	font-family: 'PT Sans' Tahoma;
	font-weight: 400;
	/*font-style: italic;*/
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	z-index: 900;
	left: 0px;
	right: 0px;
	padding: 4px 25px;
	display: none;
	color: #086192;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
}
/*Fin  photos centrales*/

/*Rubrique type présentation*/
#slider { 	width: 362px; height: 306px; overflow: hidden; border: 1px solid #232729;  }

#nav3 {text-align:left;  margin-top: 3px; margin-left: 0px; color: #232729; margin-bottom: 50px; }
#nav3 a {font-family: Tahoma; font-size: 11px; font-weight: bold; padding: 5px 7px;  color: #232729;  }
#nav3 a.activeSlide{background: #232729;  color: #ffffff; }
#nav3 a:focus { outline: none; }
/* Fin rubrique type présentation*/

/*Rubrique type contact*/
.cadre_coordonnees{
	background: #232729;
}

.plan_acces{
	width:280px;
	margin-bottom:15px;
	border:1px solid #232729;
}
/*Fin rubrique type contact*/