#fancymenu {
	position: relative;
	width: 790px;
	padding: 0px;
	margin: 0px 0;
	overflow: hidden;
}

#fancymenu ul {
	padding: 0;
	margin: 0 0 0 23%;
	list-style:none;
}

#fancymenu ul li {
	float: left;
	list-style: none;
}

#langflag {
	float:right;
	margin-top:0.5em;
}

.flagdistance {
	margin-right:2px;
}

#limiter {
    position:relative;
    margin-top:7.9%;
    width:100%;
    height:6.5px;
    background-image: url('../img/bg_menu_white.png');
}

#fancymenu a  {
	color: white;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow:hidden;
	margin-left:5px;
}

/*	Biographie dans les 3 langues	*/

#menu_biographie a {
	width: 133px;
	height:51px;
	background: url('../img/btn_biographie.png') no-repeat top right;
	
}
#menu_biography a {
	width: 133px;
	height:51px;
	background: url('../img/btn_biography.png') no-repeat top right;
	
}
#menü_biography a {
	width: 133px;
	height:51px;
	background: url('../img/btn_biography.png') no-repeat top right;
	
}

/*	Filmographie dans les 3 langues	*/

#menu_filmographie a {
	width: 150px;
	height:51px;
	background: url('../img/btn_filmographie.png') no-repeat top right;

}
#menu_filmography a {
	width: 150px;
	height:51px;
	background: url('../img/btn_filmography.png') no-repeat top right;

}
#menü_filmography a {
	width: 150px;
	height:51px;
	background: url('../img/btn_filmography.png') no-repeat top right;

}

/*
	Contact.
	La première version pour la version française et celle en anglais.
	La deuxième pour la version allemande
*/

#menu_contact a {
	width: 121px;
	height:51px;
	background: url('../img/btn_contact.png') no-repeat top right;

}

#menü_kontakt a {
	width: 121px;
	height:51px;
	background: url('../img/btn_contact.png') no-repeat top right;

}

#fancymenu li.background {
	background: url('../img/bg_menu_right_white.png') no-repeat bottom right !important;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	background: url('../img/bg_menu_white.png') no-repeat bottom left !important;
	height: 51px;
	margin-right: 0px;
	margin-left: 0px; 
}
#menu_admin{
    display:none;
}