

/*-- accueil --*/
a.accueil {
	position:absolute;
	top: 0px;
	left: 1020px;
	display: block;
	height: 40px;
	width: 80px;
	background: url('../img/menu/menu1a.png') no-repeat;
	
}
a.accueil:hover {
	background: url('../img/menu/menu1b.png') no-repeat;
	
}

/*-- artiste --*/
a.artistes {
	position:absolute;
	top: 15px;
	left: 180px;
	display: block;
	height: 100px;
	width: 120px;
	background: url('../img/menu/menu2a.png') no-repeat;
	
}
a.artistes:hover {
	background: url('../img/menu/menu2b.png') no-repeat;
	
}

/*-- scene --*/
a.scene {
	position:absolute;
	top: 15px;
	left: 315px;
	display: block;
	height: 100px;
	width: 120px;
	background: url('../img/menu/menu3a.png') no-repeat;
	
}

a.scene:hover {
	background: url('../img/menu/menu3b.png') no-repeat;
	
}

/*-- noces --*/
a.noces {
	position:absolute;
	top: 17px;
	left: 440px;
	display: block;
	height: 100px;
	width: 139px;
	background: url('../img/menu/menu4a.png') no-repeat;
	
}

a.noces:hover {
	background: url('../img/menu/menu4b.png') no-repeat;
	
}

/*-- instants --*/
a.memoire {position:absolute;
	top: 15px;
	left: 617px;
	display: block;
	height: 100px;
	width: 120px;
	background: url('../img/menu/menu5a.png') no-repeat;
	
}

a.memoire:hover {
	background: url('../img/menu/menu5b.png') no-repeat;
	
}

/*-- rue --*/
a.rue {
	position:absolute;
	top: 35px;
	left: 765px;
	display: block;
	height: 100px;
	width: 164px;
	background: url('../img/menu/menu6a.png') no-repeat;
	
}

a.rue:hover {
	background: url('../img/menu/menu6b.png') no-repeat;
	
}
/*-- private room --*/
a.private {
	position:absolute;
	top: 53px;
	left: 970px;
	display: block;
	height: 50px;
	width: 160px;
	background: url('../img/menu/menu10a.png') no-repeat;
	
}

a.private:hover {
	background: url('../img/menu/menu10b.png') no-repeat;
	
}
/*-- liens --*/
a.liens {
	position:absolute;
	top: 0px;
	left: 1100px;
	display: block;
	height: 40px;
	width: 80px;
	background: url('../img/menu/menu7a.png') no-repeat;
	
}

a.liens:hover {
	background: url('../img/menu/menu7b.png') no-repeat;
	
}



/*-- contact --*/
a.contact {
	position:absolute;
	top: 0px;
	left: 1170px;
	display: block;
	height: 40px;
	width: 80px;
	background: url('../img/menu/menu9a.png') no-repeat;
	
}

a.contact:hover {
	background: url('../img/menu/menu9b.png') no-repeat;
	
}