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

#menu ul {
	width: 205px;
	height: 250px;
	
	margin: 0 0 173px 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: 205px;
	height: 50px;

	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/bt/btn_home.jpg);
	
	line-height: 50px; /* Pour IE6 */
	text-decoration: none;
}

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

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

#menu ul li.btn2 a {
	width: 205px;
	height: 25px;

	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/bt/btn_item1.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	line-height: 25px; /* Pour IE6 */
	text-decoration: none;
}

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

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

#menu ul li.btn3 a {
	width: 205px;
	height: 25px;

	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/bt/btn_item2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	line-height: 25px; /* Pour IE6 */
	text-decoration: none;
}

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

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

#menu ul li.btn4 a {
	width: 205px;
	height: 50px;

	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/bt/btn_item3.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	line-height: 50px; /* Pour IE6 */
	text-decoration: none;
}

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

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

#menu ul li.btn5 a {
	width: 205px;
	height: 25px;

	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/bt/btn_activities.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	line-height: 25px; /* Pour IE6 */
	text-decoration: none;
}

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

/* ***********************************************
BOUTON 6
*********************************************** */

#menu ul li.btn6 a {
	width: 205px;
	height: 50px;

	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/bt/btn_map.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	line-height: 50px; /* Pour IE6 */
	text-decoration: none;
}

#menu ul li.btn6 a:hover {
	background-image: url(../images/bt/btn_map.jpg);
	background-position: 0 -50px ;
	background-repeat: no-repeat;
}

/* ***********************************************
BOUTON 7
*********************************************** */

#menu ul li.btn7 a {
	width: 205px;
	height: 25x;

	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/bt/btn_contact.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	line-height: 25px; /* Pour IE6 */
	text-decoration: none;
}

#menu ul li.btn7 a:hover {
	background-image: url(../images/bt/btn_contact.jpg);
	background-position: 0 -25px ;
	background-repeat: no-repeat;
}
