@charset "utf-8";

/*
Menu Horizontal
*/
#menu_hz{
	margin:0 50px 0 17px;
	background:#FFFFFF url(../images/header/bordure_droite.png) right repeat-y;
	height:21px;
	z-index:200;
	position:relative;
}
#menu_hz ul{
	font-size:11px;
	padding:2px 0 2px 0;
}
#menu_hz li{
	display:inline;
	margin-left:25px;
}
#menu_hz a:link,#menu_hz a:visited,#menu_hz a:active{
	color:#333333;
	text-decoration:none;
}
#menu_hz a:hover{
	color:#000000;
	text-decoration:none;
}
.flag_lang{position:absolute;left:26px;}

/*
Menu Vertical
*/
#corps .menu{
	width:150px;
	margin-left: 23px;
	float:left;
	position:absolute;
	top:155px;
}
#corps .menu ul{
	list-style-type:none;
	line-height:16px;
	font-size:11px;
	padding:2px 0 0 0px;
	background-image:url(../images/body/menu_milieu.png);
	background-repeat: repeat-y;
}
#corps .menu li.titre{
	padding:10px 0 0 10px;
	background-image:url(../images/body/menu_item2.png);
	background-repeat: no-repeat;
	background-position: -4px 13px;
}
#corps .menu li.titre:hover{
	background:none;
	background-image:url(../images/body/menu_item2.png);
	background-repeat: no-repeat;
	background-position: -4px 13px;
	border-left:none;
	border-bottom:1px solid #adb3ca;
}
#corps .menu h1{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color:#333333;
	font-weight:normal;
	position:relative;
	z-index:20;
	overflow:visible;
	overflow:hidden;	
}
#corps .menu h1:first-letter {
	font-weight:bold;
	color:#FFFFFF;	
}
#corps .menu li{
	padding:1px 10px 0 20px;
	position:relative;
	z-index:20;
	overflow:visible;
	border-bottom:1px solid #adb3ca;
}
#corps .menu li:hover{
	background-color:#FFF;
}
#corps .menu li a{color:#333333;}
#corps .menu li a:hover{color:#333333;text-decoration:underline;}
#corps .menu .haut{
	background-color:white;
	position:relative;
	top:20px;
	z-index:0;
}


/*
Menu Footer
*/
#footer .menu{
	background:url(../images/footer/bordure_bas.png);
	background-repeat:repeat-x;
	background-position:0 100%;
	margin-left:30px;
	height:30px;
}
#footer .menu ul{
	height:21px;
	padding-top:9px;
	font-size:10px;
	text-align:center;
	background:url(../images/footer/coin_droit.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	list-style-type:none;
}
#footer .menu li{
	display:inline;
	color:#333333;
	font-weight:bold;
	margin-left:-2px;
}
#footer .menu li a{
	color:#333333;
	padding:0 15px;
	border-left:2px solid #4f4f4f;
}
#footer .fin a{
	border-right:2px solid #4f4f4f;
}
#footer .menu li a:hover{
	background-color:#5e5e5e;
	color:#FFFFFF;
	border-top:2px solid #4f4f4f;
}
#footer .vignette{
	position:relative;
	top:1px;
}

