#menu_conteneur{
	position: relative;
	z-index: 1000;
}

#menu {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 950px;
	height: 210px;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .accueil {
	width: 150px;
	height: 60px;
	background: url(_images/bt_accueil.png) no-repeat;
	left: 5px;
	top: 35px;
}
#menu .accueil span {
	width: 127px;
	height: 44px;
	background: url(_images/bt_accueil-over.png) no-repeat;
	left: 10px;
	top: -15px;
}
#menu .histoire {
	width: 150px;
	height: 60px;
	background: url(_images/bt_histoire.png) no-repeat;
	left: 80px;
	top: 120px;
}
#menu .histoire span {
	width: 119px;
	height: 44px;
	background: url(_images/bt_histoire-over.png) no-repeat;
	left: -10px;
	top: -15px;
}
#menu .personnages {
	width: 200px;
	height: 60px;
	background: url(_images/bt_personnages.png) no-repeat;
	left: 250px;
	top: 60px;
}
#menu .personnages span {
	width: 48px;
	height: 44px;
	background: url(_images/bt_personnages-over.png) no-repeat;
	left: -10px;
	top: 0px;
}
#menu .chansons {
	width: 114px;
	height: 60px;
	background: url(_images/bt_chansons.png) no-repeat;
	left: 340px;
	top: 130px;
}
#menu .chansons span {
	width: 104px;
	height: 44px;
	background: url(_images/bt_chansons-over.png) no-repeat;
	left: -60px;
	top: 30px;
}
#menu .photos {
	width: 150px;
	height: 60px;
	background: url(_images/bt_photos.png) no-repeat;
	left: 470px;
	top: 35px;
}
#menu .photos span {
	width: 104px;
	height: 44px;
	background: url(_images/bt_photos-over.png) no-repeat;
	left: -10px;
	top: -20px;
}
#menu .videos {
	width: 150px;
	height: 60px;
	background: url(_images/bt_videos.png) no-repeat;
	left: 680px;
	top: 70px;
}
#menu .videos span {
	width: 111px;
	height: 44px;
	background: url(_images/bt_videos-over.png) no-repeat;
	left: -60px;
	top: 20px;
}
#menu .contact {
	width: 150px;
	height: 60px;
	background: url(_images/bt_contact.png) no-repeat;
	left: 655px;
	top: 130px;
}
#menu .contact span {
	width: 90px;
	height: 44px;
	background: url(_images/bt_contact-over.png) no-repeat;
	left: 150px;
	top: 55px;
}
#menu .agenda {
	width: 150px;
	height: 60px;
	background: url(_images/bt_agenda.png) no-repeat;
	left: 480px;
	top: 110px;
}
#menu .agenda span {
	width: 111px;
	height: 44px;
	background: url(_images/bt_agenda-over.png) no-repeat;
	left: -20px;
	top: -5px;
}
#menu .resa {
	width: 150px;
	height: 60px;
	background: url(_images/bt_reservations.png) no-repeat;
	left: 480px;
	top: 110px;
}
#menu .resa span {
	width: 111px;
	height: 44px;
	background: url(_images/bt_reservations-over.png) no-repeat;
	left: 60px;
	top: 60px;
}
#menu .fond {
	position: inherit;
	width: 210px;
	height: 90px;
	background: url(_images/nuage.png) no-repeat;
	left: -30px;
	top: -15px;
	z-index: -1;
}