body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: white;
	background-color: black;
}

/* Liens */
a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:hover { color: white; text-decoration: underline; }

/* Pas d'encadrement en pointillé autour des images */
a:focus { outline: 0; }

/* Pas de cadre autour des images */
img { border: 0; }

/* Pas de point pour le menu */
ul { list-style-type: none; }

/* Format de la page */
#page {
	margin: auto;
	height: 725px;
	width: 800px;
	text-align: center;
	background-color: black;
	background-image: url(image/fond.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#haut {
	height: 160px;
}

#corps {
	height: 465px;
}

#bas {
	height: 100px;
}

/* Bandeau de lien */
#lien {
	height: 60px;
	margin-left: 100px;
	background: url("image/lien.png") 0 0 no-repeat;
}
/* Ligne Copyright */
#copyright {
	height: 40px;
	margin-top: 10px;
	color: #757575;
	cursor: default;
}

/* Collaboration */
.collaboration a {
	position: absolute;
	display: block;
	margin-top: 30px;
	margin-left: 120px;
	height: 150px;
	width: 150px;
	background: url("image/collaboration.png") 0 0 no-repeat;
}
.collaboration a:hover {
	background-position: 0 -150px;
}

/* Video */
.video a {
	position: absolute;
	display: block;
	margin-top: 48px;
	margin-left: 310px;
	height: 150px;
	width: 150px;
	background: url("image/video.png") 0 0 no-repeat;
}
.video a:hover {
	background-position: 0 -150px;
}

/* Album Le murmure des autres */
.le_murmure_des_autres a {
	position: absolute;
	display: block;
	margin-top: 70px;
	margin-left: 500px;
	height: 150px;
	width: 150px;
	background: url("image/le_murmure_des_autres.png") 0 0 no-repeat;
}
.le_murmure_des_autres a:hover {
	background-position: 0 -150px;
}

/* Album Révisions absurdes */
.revisions_absurdes a {
	position: absolute;
	display: block;
	margin-top: 240px;
	margin-left: 180px;
	height: 150px;
	width: 150px;
	background: url("image/revisions_absurdes.png") 0 0 no-repeat;
}
.revisions_absurdes a:hover {
	background-position: 0 -150px;
}

/* Farewell */
.farewell a {
	position: absolute;
	display: block;
	margin-top: 260px;
	margin-left: 420px;
	height: 150px;
	width: 150px;
	background: url("image/farewell.png") 0 0 no-repeat;
}
.farewell a:hover {
	background-position: 0 -150px;
}

/* Lien Facebook */
.facebook a {
	position: absolute;
	display: block;
	margin-top: 5px;
	margin-left: 80px;
	height: 50px;
	width: 50px;
	background: url("image/facebook.png") 0 0 no-repeat;
}
.facebook a:hover {
	background-position: 0 -50px;
}

/* Lien Soundcloud */
.soundcloud a {
	position: absolute;
	display: block;
	margin-top: 5px;
	margin-left: 210px;
	height: 50px;
	width: 50px;
	background: url("image/soundcloud.png") 0 0 no-repeat;
}
.soundcloud a:hover {
	background-position: 0 -50px;
}

/* Lien Bandcamp */
.bandcamp a {
	position: absolute;
	display: block;
	margin-top: 5px;
	margin-left: 340px;
	height: 50px;
	width: 50px;
	background: url("image/bandcamp.png") 0 0 no-repeat;
}
.bandcamp a:hover {
	background-position: 0 -50px;
}

/* Lien Youtube */
.youtube a {
	position: absolute;
	display: block;
	margin-top: 5px;
	margin-left: 470px;
	height: 50px;
	width: 50px;
	background: url("image/youtube.png") 0 0 no-repeat;
}
.youtube a:hover {
	background-position: 0 -50px;
}
