html, body {
	margin:0;
	padding:0;	
}
body {
	width: 100%; 
	margin:auto;
	font-family: arial;
	z-index: 1;
	color:#396285;
	font-size: 16pt;
}
/*----------------------------- home -------------*/
.contenu_home{
	position:relative;
	top:70px
}
.corps_home {
	text-align: center;
	vertical-align:top;
	position:relative; 
	top: -100px; 
}
.corps_home p{
	text-align: justify;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.corps_home img{
	width: 100%;
}
.corps_video{
	width: 100%;	
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
}
.corps_video video{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
} 
.legende_video {
	text-align: center;
	vertical-align:top;
	position:relative; 
	top: -190px; 	
	color: #FFFFFF;
	background-color: rgba(212, 212, 212, 0.4);
	font-size: 30pt;
	font-weight: bold;
	margin-left: 4%;
	margin-right:4%;
}
/*----------------------------- -------------*/
.contenu{
	position:relative;
	top:30px;
}
.corps{
	width: 100%;
	text-align: justify;
	background-color: rgba(255, 255, 255, 0.7);
	padding-left: 3%;
	padding-right: 3%;
}
.corps img{
	text-align: center;
}
.corps p{
	margin: 1%;
}
.corps a {
	color:#396285;
	text-decoration: none;
}
.corps a:hover {
	color:#fecd06;
}
/*----------------------------- Titres------------------------------------------------------------------------*/
.titre {
	font-weight: bold; 
	font-size: 22pt; 
	color: #63a6e1; 
	font-family: Verdana; 
	text-align:center;
	position:absolute;
	top:10px; 
	width:100%;
}
.titre a{
	text-decoration:none;
	font-weight: bold; 
	font-size: 22pt; 
	color: #63a6e1; 
	font-family: Verdana; 
}
h1 {
	font-weight: bold; 
	font-size: 20pt; 
	color: #000000; 
	font-family: Verdana; 
	text-align:center;
	margin-top: 50px;
}
h2 {
	font-size: 18pt; 
	color:#396285; 
	font-family: arial;
	font-style:italic;
}
/*------------------------------------------------BOX------------------------------------------------------------------*/
.box_jaune { 
	width:100%; 
	align:center;
	text-align: center; 
	border:0px;
	background-color:#fecd06;
	vertical-align:middle;
}
.box_jaune img { 
	width:20%;
	padding: 5px; 
	border:0px;
}
.box_jaune a:hover { 
	opacity: 0.5;
}
.box_gris { 
	width:100%; 
	text-align: center; 
	border:0px;
	background-color: rgba(212, 212, 212, 0.3);
	vertical-align:middle;
	padding-left:5%;
	padding-right:5%;
	padding-top:1%; 
}
.box_gris h1{ 
	width: 90%;
}
.box_gris h2{ 
	width: 90%;
}
.box_gris p{ 	
	text-align: justify;
	width: 90%;
	margin: 0;
}
.box_gris li{ 	
	text-align: justify;
	width: 90%;
}
/*------------------------------------------------line --------------------------------------------------------------------------------------------*/
hr {
	border-right: medium none; 
	border-top: #396285 2px solid; 
	border-bottom: medium none; 
	border-left: medium none; 
	width: 100%; 
	height: 0px; 
}
/*------------------------------------------------NAV HAUT----------------------------------------------------------------------------------*/
.bandeau-sup {
	z-index:2; 
	position:fixed; 
	top:0;
	background-color: #FFFFFF;
	width: 100%;
}
#nav {
	margin: auto;
	position:absolute;
	top:20px;
	right: 20px;
	font-size: 10pt;
	font-weight: bold;	
}
#header{	
	z-index: 3;
	list-style-type: none;
}
#header li{
	float: left;
	width: 100px;
	list-style-type: none;
	text-align:center;
	margin: 2px; 
	padding: 0;
	border: 0;
	position: relative;
}
#header li a:link, #header li a:visited{
	display: block;
	height: 1%;
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0;
	padding: 4px 1px; 
	color:#396285;
	text-decoration: none;
}
#header li a:hover{ 
	background-color:#396285;
	color: #FFFFFF;
}
#header li a:active { 
	color: #396285; 
}
#header .sousmenu{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-left:2px ridge #4b78bb;
	position:absolute;
	z-index: 200;
	background-color: rgba(255, 255, 255, 1);
}
#header .sousmenu li{
	float: none;
}
#header .sousmenu li a:link, #header .sousmenu li a:visited{
	display: block;
	background-color: rgba(255, 255, 255, 1); 
	color: #396285;
	text-decoration: none;
}
#header .sousmenu li a:hover{
	background-color:#396285;
	color: #FFFFFF;
}
#header li:hover > .sousmenu { 
	display: block; 
}
/*------------------------------------------------NAV BAS--------------------------------------------------------------------------*/
.menubas {
	color:#396285;
	font-family: arial;
	color:#396285;
	font-size: 10pt;
	font-weight: bold;
}
.menubas a:link{
	text-decoration:none;
	color:#396285;
	font-size: 10pt;
	font-weight: bold;
}
.menubas a:visited {
	color:#396285;
}
.menubas a:hover {
	color: #ff4c00;
}
/*-----------------------------------------------sitemap-----------------------------------------------------------------*/
#sitemap_menu{
	list-style-type:square;
	text-decoration:none;
	text-align:left;
}
#sitemap_menu a:link{
	text-decoration:none;
	color: #396285;
}
#sitemap_menu a:hover {
	color: #ff4c00;
}
#sitemap_sousmenu{
	list-style-type: circle;
	font-size: 10pt;
	text-decoration:none;
	text-align:left;
}
#sitemap_sousmenu a:link{
	text-decoration:none;
	color: #396285;
}
#sitemap_sousmenu a:hover {
	color: #ff4c00;
}
