@charset "utf-8";
/* CSS Document */
.menu-choix {
	width:225px;
	height:35px;
	padding:0px 0px 0px 0px;
	margin:0px;
	z-index:9999;
	font-size:11px;
	clear:both;
}
.menu-choix ul{
	padding:0px;
	margin:0px auto;
	width:225px;
}
.menu-choix ul li {
	display:block;
	width:225px;
	list-style-type:none;
	text-align:center;
	margin:0px;
	padding:0px 0px 0px 0px;
}

/****/
.menu-choix ul li a {
	display:block;
	background:url(../images/global/choix-titre.gif) center center no-repeat;
	height:25px;
	line-height:25px;
	color:#0376a7;
	text-decoration:none;
	font-size:12px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	font-weight:bold;
}
.menu-choix ul li a:hover  {
	text-decoration:none;	
	background:url(../images/global/choix-titre.gif) center center no-repeat;
	z-index:100;
}
.menu-choix :hover > a{
	text-decoration:none;	
	background:url(../images/global/choix-titre.gif) center center no-repeat;
	z-index:110;
}
/**2**/
.menu-choix ul ul {
	visibility:hidden;
	position:absolute;
	height:auto;
	top:25px;
	left:9px;
	width:209px;
	z-index:9999;
	padding:4px 0px 0px 0px;
	background:url(../images/global/haut-menu-spa-box.gif) no-repeat;
}
.menu-choix ul ul li {
	display:block;
	width:209px;
	height:auto;
	position:relative;
	line-height:12px;
	text-transform:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:none;
	float:left;

}
.menu-choix ul ul a {
	display:block;
	width:200px;
	font-weight:bold;
	color:#0376a7;
	font-size:11px;
	padding:2px 0px 2px 9px;
	text-align:left;
	background:none;
	height:16px;
	line-height:16px;
}
.menu-choix ul ul li.bis {
	display:block;
	width:104px;
	height:auto;
	position:relative;
	line-height:12px;
	text-transform:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:none;
	float:left;

}
.menu-choix ul ul li.bis a {
	display:block;
	width:95px;
	font-weight:bold;
	color:#0376a7;
	font-size:11px;
	padding:2px 0px 2px 9px;
	text-align:left;
	background:none;
	height:16px;
	line-height:16px;
}
.menu-choix ul ul li.bas-menu {
	display:block;
	width:209px;
	height:4px;
	background:none;
	border-bottom:none;
	float:none;
	clear:both;
	background:url(../images/global/bas-menu-spa-box.gif) bottom no-repeat;
}
.menu-choix li:hover {
	position:relative;
}
.menu-choix a:hover {
	position:relative;
}
.menu-choix ul ul li a:hover, .menu-choix ul ul li.bis a:hover{
	background:none;
	color:#333333;
}
.menu-choix ul ul li :hover > a, .menu-choix ul ul li.bis :hover > a{
	background:none;
	color:#333333;
}
.menu-choix ul ul a.actif{
}
.menu-choix ul a:hover ul ,.menu-choix ul li:hover ul {
	visibility:visible;
	position:absolute;
	width:209px;
}
.menu-choix ul a:hover ul.inverse ,.menu-choix ul li:hover ul.inverse {
	visibility:visible;
	position:absolute;
	width:209px;
}
.menu-choix ul ul li.basmenu {
	display:block;
	height:4px;
	background:url(../images/global/deroule-bas.gif) no-repeat;
	border-bottom:none;
}
/***IE6***/
.menu-choix ul table ul a, .menu-choix ul table ul a:visited  {
	width:209px;
	w\idth:209px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu-choix table {
	position:absolute;
	left:0;
	top:0;
	font-size:11px; 
	z-index:-1;
	width:209px;
	margin:0px;
	padding:0px;
	border:none;
}


