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

/* Liens */
a:link { color: #757575; text-decoration: none; }
a:visited { color: #757575; 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: 800px;
	width: 800px;
	text-align: center;
	background-color: black;
}

#haut {
	height: 100px;
}

#corps {
	height: 700px;
}

#bas {
	height: 100px;
}

/* Bandeau de lien */
#lien {
	height: 60px;
	margin-left: 100px;
}
/* Ligne Copyright */
#copyright {
	height: 40px;
	margin-top: 10px;
	color: #757575;
	cursor: default;
}

/* Retour */
.retour {
	font-family: "Courier New", Courier, sans-serif;
	font-size: 24px;
	position: relative;
	display: block;
	top: 40px;
	text-align: center;
}

/* 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;
}

.player_video {
/*	height: 400px;*/
/*	width: 800px;*/
}

video {
	width: 800px;
}

.liste {
	height: 400px;
}

ul {
	border: solid 5px #555;
	font-family: sans-serif;
	font-size: 18px;
	list-style: none;
	margin: auto;
	padding: 0px;
	max-height: 465px;
	overflow-y: scroll;
}
ul li {
	text-align: left;
	height: 34px;
	line-height: 34px;
	white-space: nowrap;
}
ul li:nth-child(even) {
	background-color: #F0F0F0;
}
ul li:nth-child(odd) {
	background-color: #FEFDFD;
}
ul li a,
ul li a:visited,
ul li a:hover {
	color: white;
}
ul li a:hover {
	color: black;
}

.auteur {
	font-size: 12px;
}

.feat {
	font-size: 13px;

}

/* Chanson Direct */
.chanson_direct {
	display: inline-block;
	margin-left: 20px;
	vertical-align: 20px;
	height: 30px;
	width: 630px;
}

/* Chanson Youtube */
.cadre_chanson_youtube {
	display: inline-block;
	margin-left: auto;
	height: 30px;
	width: 110px;
}
.chanson_youtube a {
	display: inline-block;
	margin-left: auto;
	vertical-align: 10px;
	height: 30px;
	width: 110px;
	background: url("../image/chanson_youtube.png") 0 0 no-repeat;
}
.chanson_youtube a:hover {
	background-position: 0 -30px;
}
