/* Comprend body et Gene  */

body{
	font-family:"Arial" ;
	font-size:13px;
	color:black;
	margin-top:0px;
	width:100%
}
.Gene{margin:0px auto;width:100%;}
a{text-decoration:none;color:inherit;}

/*-----------------------------------------------------------------------------*/

@font-face {
    font-family: 'zenithcpregular';
    src: url("polices/Zenith.otf"), /* pour Firefox, Chrome*/
		 url('polices/zenith-webfont.woff2') format('woff2'),
         url('polices/zenith-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


a{text-decoration:none;color:inherit;}

nav{
	position:fixed;
	border-bottom: 1px solid #CECACA; 
	background-color:white;
  top:0px;
	width:100%;
	height:118px;
	z-index:2;
}

#banniere {padding:16px;}
#titre{
	font-family: 'zenithcpregular';		/*font-family:"ZenithCP" ;*/
	font-size:90px;
	color:#800000;
	width:430px;
	
}
#menu{
	margin: -10px 100px 0 0;
	/*display:inline-block;*/
	font:18px "Calibri Light";
	float:right;
	width:600px;
	height:120px;
	
}
li{list-style-type:none;}
#menu li{
	padding:0 8px;
	margin:0 2px;
	float:left;
	/*display:inline-block;*/
	width:80px;
	text-align:center;
	height:25px;
	color:#800000;
	border-bottom:1px solid white;
	background-color:white;
	transition: color 0.8s, background-color 0.8s,border-bottom 0.8s;
}

#menu li:hover{
	background-color:#FAC800;
	border-bottom:1px solid #C80700;
	color:red;
}
.sousmenu{
	margin-top:1px;
	display:none;
    margin-left:-50px;
}
.sousmenu li{
	opacity:0.9;
}
#menu li:hover .sousmenu{display:block; color:red;}
#menu li:hover .sousmenu li:hover{background-color:#FDEB74;}
#banniere{margin:95px 0 0 0;width:1077px;}

.consult{
	color:white;
	margin-top:-35px;
	margin-left:960px;
	width:118px;
	font-style:italic;
}

hr {
	height: 1px;
	border: 0;
	color: black;
	background-color: black;
	margin:1px 0 1px 0;
	width:1270px;
} 