@charset "windows-1252";

#Menu {
	font-family: "Century Gothic";
	font-size: 16pt;
	color: #FFF;
}

#contener_menu {
	height: 60px;
	position: absolute;
	top: 249px;
	left: 50px;
	font-family: "Century Gothic";
	font-size: 16pt;
	color: #FFF;
}	

#Position_menu{	
	margin: 0 auto;
	background-color: #E84130;
	height: 60px;
	text-align: right;
	}

	#menu li {
		position: relative;
		display: inline;
		top: -2px;
		margin: 0px 20px;
		list-style-type: none;
		/*top: 50x;*/
		border-bottom: 9px solid #E84130;
		/*width:200px;*/
	}
	#menu a {
		display: inline-block;
		color: #fff;
		padding: 30px 20px 10px 20px; /*Position menu + taille fd du survol*/
		text-decoration: none;
	}	
	/*Taille Sous menu*/
	#menu ul a {
		display: block;
		/*color: #fff;*/
		padding: 5px; 
		text-decoration: none;
	}	
	
	#menu ul {
		position: absolute;
		top: 42px; /*position sous menu*/
		left: 0;
		font-size: 12pt;
		text-align: left;
		background: #E84130;
		list-style:none;
		border: 1px solid #CCC;
		padding-top: 3px; /*Pour laisser apparaître le border gris*/
	}

	#menu a:hover, #menu a:focus, #menu a:active{
	/*Couleur fond menu*/	
		background-color:#3d2877;
		border-bottom: 8px solid #004f6e;}
			
	#menu ul.cache {
		left: -999999px;
	}
	
	#menu ul li {
		display: block;
		margin: 0;
		padding:0;
		width: 250px;
		border-bottom: 0px;
	}
	#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active{
		background-color:#fff;
		color:#E84130;
		border-bottom:0;}
	

/* ------- Menu Haut ---- */
#Nav_haut {
	width: 90%;
	margin: 0 auto;
	height: 30px;
	text-align: right;
	vertical-align: central;
	color: #FFF;
	font-family: "Century Gothic";
}
#Nav_haut ul {
	list-style-type: none;
	vertical-align: middle;
	text-align:right;
	padding-top: 3px;
}


#Nav_haut ul li {
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}


#Nav_haut ul a{
	color: #fff;
}


/* ------- Menu Bas ---- */

#Nav_bas {
	font-family: "Century Gothic";
	color:#FFF;
	/*background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.6);*/
	background-color: #008dc5;
	height: 27px;
	padding-top: 3px;
	margin-top: 20px;
}

#Nav_bas ul {
	list-style-type: none;
	margin-left: 11%;
}



#Nav_bas ul li {
	display: inline;
	text-align:center;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 14px;
}

#Nav_bas ul a{
	/*color: #008dc5;*/
	color: #FFF;
	text-decoration:underline;
	font-size: 14px;
}

#Nav_bas ul a:hover{
	text-decoration: none;
}

/* ------- Menu Partie ---- */

.menu_partie a {
    background-color: #E84130;
	font-family: "Century Gothic";
	text-align: center;
    color: #FFF;
	text-decoration:none;
	font-size: 12pt;
	line-height: 30px;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
	height: 100px;
	width: 120px;
	float: left;
	margin: 1px;
	border:1px solid #E84130;
}

.menu_partie a:hover {
	background-color: #fff; /* alternative solide*/ 
	color: #E84130;
}


/* ------- A classer ---- */



