/* -----------------------------------------------------------------------------------------------------
 * MENU FR
 * -----------------------------------------------------------------------------------------------------*/

#menu_acceuil {
	width:93px;
	height:26px;
	float:left;
}

#menu_biographie {
	width:97px;
	height:26px;
	float:left;
}

#menu_news{
	width:76px;
	height:26px;
	float:left;
}

#menu_discographie {
	width:104px;
	height:26px;
	float:left;
}

#menu_photos {
	width:82px;
	height:26px;
	float:left;
}

#menu_critiques {
	width:88px;
	height:26px;
	float:left;
}

#menu_repertoire {
	width:97px;
	height:26px;
	float:left;
}

#menu_contact {
	width:110px;
	height:26px;
		float:left;
}

/*----------------------menu haut----------------------*/
#xhtml_menu {
	height:26px;	
	z-index: 			0;
	position: 			relative;
	z-index: 			50;
}


/*----------------------sous menu----------------------*/
#xhtml_smenu {
	position: 	absolute;
	z-index: 	10;

}

#smenu1 {
	width: 			104px;
	height: 		21px;
	line-height: 	21px;
	color: 			#4D4D4D;
	text-align: 	left;
	font-size: 		10px;
	display: 		block;
	float: 			left;
	position:		absolute;
	background-color:#7FCDEE;
	left:267px;
}

#smenu2 {
	width: 			88px;
	height: 		21px;
	line-height: 	21px;
	color: 			#4D4D4D;
	text-align: 	left;
	font-size: 		10px;
	display: 		block;
	float: 			left;
	position:		absolute;
	background-color:#7FCDEE;
	left:453px;
}

#smenu3 {
	width: 			97px;
	height: 		21px;
	line-height: 	21px;
	color: 			#4D4D4D;
	text-align: 	left;
	font-size: 		10px;
	display: 		block;
	float: 			left;
	position:		absolute;
	background-color:#7FCDEE;
	left:541px;
}

#smenu4 {
	width: 			82px;
	height: 		21px;
	line-height: 	21px;
	color: 			#4D4D4D;
	text-align: 	left;
	font-size: 		10px;
	display: 		block;
	float: 			left;
	position:		absolute;
	background-color:#7FCDEE;
	left:371px;
}

/*home*/
#xhtml_conteneur #smenu1{
	margin-left: 0px;
}


.smenuOver a{
	color: 				#FFFFFF;
	border:				1px solid #A0B9C9;
	border-top:			none;
	text-decoration: 	none;
	font-weight:		bold;
	line-height: 		17px;
	display: 			block;
	text-align:center;
	background-color:#7FCDEE;
}
.smenuOver a:hover{
	color:				#164769;
	opacity: 			1;
	filter:				alpha(opacity=100);
	text-decoration: 	none;
	
}