.menu{
	position:static;
	background-color:#ececec;
	font-size:0.8em;
	color:#CC9966;
	text-align:center;
	z-index:10;
	position:relative;
	
}
.menupage{
	list-style-type: none;
	list-style-image: none;
	border-left-color:#331100;
border-left-style:dashed;
	border-left-width:thin;
}

 .menu .menupage ul {
	padding:0em;
	margin-top:-5px;
	margin-left:5px;
	list-style-type:none;
	
}
.menu .menupage ul li{
border-right-color:#331100;
border-right-style:dashed;
	border-right-width:thin;
	
	border-bottom-color:#331100;
	border-bottom-style:groove;
	border-bottom-width:medium;
	float:left;
	padding-left:24px;
	padding-right:18px;
	padding-top:10px;
	padding-bottom:10px;
	width:110px;
}
 .menu .menupage ul li a {
	display:block;
	float:left; 
	list-style:none;
	text-decoration: none;
	width:110px;	
	color:#331100;
	letter-spacing: 0em;
	position:relative;
	}
 .menu .menupage ul li a:hover {
	color:#AF2103;
	list-style: none;
	display: block;
	background-color:#EAC89D;
	margin-left:-24px;
	margin-top:-9px;
	margin-bottom:-9px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:24px;
	padding-right:18px;
	width:110px;
}
.menu .menupage li a.courant{
color:#FDF2D9;
background-color:#AF2103;
margin-left:-24px;
	margin-top:-9px;
	margin-bottom:-9px;
	padding-top:9px;
	padding-bottom:9px;
	padding-left:24px;
	padding-right:18px;
} 

.sousmenu{
	position:static;
	font-size:1em;
	color:#336699;
	margin-left:-1px;
	margin-bottom:30px;
}
.sousmenupage{
	list-style-type: none;
	list-style-image: none;
	padding-bottom:20px;
	margin-right:7px;
	border-right-style:solid;
	border-right-color:#003366;
	border-right-width:thin;
}

 .sousmenu .sousmenupage ul {
	margin-left:-36px;
	margin-right:-8px;
	margin-bottom:5px;
	
}
.sousmenu .sousmenupage ul li{
	list-style-type: none;
	list-style-image: none;
	float:left;
	padding-left:6px;
	
	border-left-style:solid;
	border-left-color:#003366;
	border-left-width:thin;
	padding-bottom:2px;
	padding-top:2px;
	padding-right:5.7px;
}
 .sousmenu .sousmenupage ul li a {
	display:block;
	float:left; 
	list-style:none;
	text-decoration: none;
	color:#003366;
	letter-spacing:-0.1ex;
	}
 .sousmenu .sousmenupage ul li a:hover {
	color:#990000;
	background-color:#ececec;
	list-style: none;
	padding-bottom:10px;
	margin-bottom:-10px;
	padding-top:10px;
	margin-top:-10px;
	padding-left:6px;
	margin-left:-6px;
	padding-right:5.7px;
	margin-right:-5.7px;
	
	
}
