/* Menu Rollover / Bujinkan Dôjô France - Par Alexis Riche */

#menu ul {
	width: 800px;
	height: 58px;
	
	margin: 0;
	padding: 0;
	
	overflow: hidden;
	
	list-style: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
	
	float: left;
	
	overflow: hidden;
}

#menu ul li a {
	text-indent: -2000em; /* Fait disparaître le texte des <li> */
}

/* ***********************************************
BOUTON 1
*********************************************** */

#menu ul li.btn1 a {
	width: 160px;
	height: 58px;

	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	
	background-image: url(../images/menu/btn1_fr_accueil.jpg);
	
	line-height: 58px; /* Pour IE6 */
	text-decoration: none;
}

#menu ul li.btn1 a:hover {
	background-image: url(../images/menu/btn1_fr_accueil.jpg);
	background-position: 0 -29px ;
	background-repeat: no-repeat;
}

/* ***********************************************
BOUTON 2
*********************************************** */

#menu ul li.btn2 a {
	width: 160px;
	height: 58x;

	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	
	background-image: url(../images/menu/btn2_fr_chalet.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	line-height: 58px; /* Pour IE6 */
	text-decoration: none;
}

#menu ul li.btn2 a:hover {
	background-image: url(../images/menu/btn2_fr_chalet.jpg);
	background-position: 0 -29px ;
	background-repeat: no-repeat;
}

/* ***********************************************
BOUTON 3
*********************************************** */

#menu ul li.btn3 a {
	width: 160px;
	height: 58px;

	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	
	background-image: url(../images/menu/btn3_fr_services.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	line-height: 58px; /* Pour IE6 */
	text-decoration: none;
}

#menu ul li.btn3 a:hover {
	background-image: url(../images/menu/btn3_fr_services.jpg);
	background-position: 0 -29px ;
	background-repeat: no-repeat;
}

/* ***********************************************
BOUTON 4
*********************************************** */

#menu ul li.btn4 a {
	width: 160px;
	height: 58px;

	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	
	background-image: url(../images/menu/btn4_fr_activites.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	line-height: 58px; /* Pour IE6 */
	text-decoration: none;
}

#menu ul li.btn4 a:hover {
	background-image: url(../images/menu/btn4_fr_activites.jpg);
	background-position: 0 -29px ;
	background-repeat: no-repeat;
}

/* ***********************************************
BOUTON 5
*********************************************** */

#menu ul li.btn5 a {
	width: 160px;
	height: 58px;

	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	
	background-image: url(../images/menu/btn5_fr_contacts.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	line-height: 58px; /* Pour IE6 */
	text-decoration: none;
}

#menu ul li.btn5 a:hover {
	background-image: url(../images/menu/btn5_fr_contacts.jpg);
	background-position: 0 -29px ;
	background-repeat: no-repeat;
}

