#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 108px;
	background: url(images/menu-bg.png) no-repeat;
	position: relative;
}
#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: 455px;
	height: 50px;
	background: url(images/accueil.png) no-repeat;
	left: 180px;
	top: 0px;
}
#menu .accueil span {
  width: 89px;
  height: 72px;
  background: url(images/acc-mini.png) no-repeat;
  left: 30px;
  top: -10px;
}
#menu .violons {
	width: 155px;
	height: 35px;
	background: url(images/violons.png) no-repeat;
	left: 124px;
	top: 67px;
}
#menu .altos {
	width: 110px;
	height: 35px;
	background: url(images/altos.png) no-repeat;
	left: 313px;
	top: 67px;
}
#menu .vc {
	width: 240px;
	height: 35px;
	background: url(images/vc.png) no-repeat;
	left: 456px;
	top: 67px;
}