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

#menu {
	width: 347px;
	height: 744px;
	float: left;
	margin-left: 52px;
}
#box {
	height: 744px;
	width: 1100px;
}
#accueil a{
	background-image: url(../images/accueil_01.png);
	background-repeat: no-repeat;
	height: 36px;
	background-color: transparent;
	display: block;
}
#accueil   a:hover { /* masquage de l'image1 au survol */
	background-image: url(../images/accueil_02.png);
}
#news a{
	background-image: url(../images/news_01.png);
	background-repeat: no-repeat;
	height: 34px;
	background-color: transparent;
	display: block;
}
#news   a:hover { /* masquage de l'image1 au survol */
	background-image: url(../images/news_02.png);
}
#biographie a{
	background-image: url(../images/bio_01.png);
	background-repeat: no-repeat;
	height: 37px;
	background-color: transparent;
	display: block;
}
#biographie   a:hover { /* masquage de l'image1 au survol */
	background-image: url(../images/bio_02.png);
}
#photos a{
	background-image: url(../images/photos_01.png);
	background-repeat: no-repeat;
	height: 36px;
	background-color: transparent;
	display: block;
}
#photos   a:hover { /* masquage de l'image1 au survol */
	background-image: url(../images/photos_02.png);
}
#videos a{
	background-image: url(../images/videos_01.png);
	background-repeat: no-repeat;
	height: 35px;
	background-color: transparent;
	display: block;
}
#videos   a:hover { /* masquage de l'image1 au survol */
	background-image: url(../images/videos_02.png);
}
#discographie a{
	background-image: url(../images/disco_01.png);
	background-repeat: no-repeat;
	height: 37px;
	background-color: transparent;
	display: block;
}
#discographie   a:hover { /* masquage de l'image1 au survol */
	background-image: url(../images/disco_02.png);
}
#forum a{
	background-image: url(../images/forum_01.png);
	background-repeat: no-repeat;
	height: 37px;
	background-color: transparent;
	display: block;
}
#forum   a:hover { /* masquage de l'image1 au survol */
	background-image: url(../images/forum_02.png);
}
#liens a{
	background-image: url(../images/liens_01.png);
	background-repeat: no-repeat;
	height: 36px;
	background-color: transparent;
	display: block;
}
#liens   a:hover { /* masquage de l'image1 au survol */
	background-image: url(../images/liens_02.png);
}
#guestbook a{
	background-image: url(../images/guest_01.png);
	background-repeat: no-repeat;
	height: 37px;
	background-color: transparent;
	display: block;
}
#guestbook   a:hover { /* masquage de l'image1 au survol */
	background-image: url(../images/guest_02.png);
}