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

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

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

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

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

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

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

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

#menu_contact {
	width:130px;
	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 {  /* DISCOGRAPHIE */
	width: 			106px;
	height: 		21px;
	line-height: 	21px;
	color: 			#4D4D4D;
	text-align: 	left;
	font-size: 		10px;
	display: 		block;
	float: 			left;
	position:		absolute;
	background-color:#7FCDEE;
	left:274px;
}

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

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

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

/*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;
	
}