@charset "utf-8";
/* CSS Document */

#menu {
	width: 347px;
	height: 350px;
	left: 52px;
	top: 160px;
	position: relative;
	z-index: 999;
}

a#accueil{
	display:block;
	width:347px;
	height:36px;
	background:url(../images/btn_accueil.png) no-repeat 0 0;
	font-size:0px;
}
a#accueil:hover{
	background:url(../images/btn_accueil.png) no-repeat 0 -36px;
}
a#news{display:block;width:347px;height:34px;background:url(../images/btn_news.png) no-repeat 0 0;font-size:0px;}
a#news:hover{background:url(../images/btn_news.png) no-repeat 0 -34px;}
a#biographie{display:block;width:347px;height:37px;background:url(../images/btn_bio.png) no-repeat 0 0;font-size:0px;}
a#biographie:hover{background:url(../images/btn_bio.png) no-repeat 0 -37px;}
a#photos{display:block;width:347px;height:36px;background:url(../images/btn_photos.png) no-repeat 0 0;font-size:0px;}
a#photos:hover{background:url(../images/btn_photos.png) no-repeat 0 -36px;}
a#videos{display:block;width:347px;height:35px;background:url(../images/btn_videos.png) no-repeat 0 0;font-size:0px;}
a#videos:hover{background:url(../images/btn_videos.png) no-repeat 0 -35px;}
a#discographie{display:block;width:347px;height:37px;background:url(../images/btn_disco.png) no-repeat 0 0;font-size:0px;}
a#discographie:hover{background:url(../images/btn_disco.png) no-repeat 0 -37px;}
a#forum{display:block;width:347px;height:37px;background:url(../images/btn_forum.png) no-repeat 0 0;font-size:0px;}
a#forum:hover{background:url(../images/btn_forum.png) no-repeat 0 -37px;}
a#liens{display:block;width:347px;height:36px;background:url(../images/btn_liens.png) no-repeat 0 0;font-size:0px;}
a#liens:hover{background:url(../images/btn_liens.png) no-repeat 0 -36px;}
a#guestbook{display:block;width:347px;height:37px;background:url(../images/btn_guest.png) no-repeat 0 0;font-size:0px;}
a#guestbook:hover{background:url(../images/btn_guest.png) no-repeat 0 -37px;}

#navigation span{visibility:hidden;font-size: 0px;display: none;}
#navigation, navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 347px;
}
#navigation, navigation ul a {
	position: relative;
	z-index: 1;
	background-image: url(none);

}

#navigation li {float: left;}

