body {
	color:#000;
	font-family:Arial;
	text-transform:uppercase;
	font-size:14px;
	background-color:#000;
	background-image:url(background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#container {
	width:800px;
	margin:auto;
	margin-top:540px;
	background-color:#FFF;
	padding:10px;
	border:5px solid #fff;
}

ul.links {
	padding:0px;
}

ul.links li {
	display:inline;
	padding:0px;
	margin:0px;
}

ul.links li a {
	color:transparent;
}

ul.links li.break {
	clear:both;
}

a {
	color:#FFF;
}

h1.title {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:5px solid #000;
}

.album {
	font-size:16px;
	font-weight:bold;
}

.album .pochette {
	float:left;
}

img.pochette {
	border:1px solid #fff;
}

.album .libelle, .album .artiste, .album .label {
	position:relative;
	left:10px;
}

.album .libelle {
	font-size:18px;
}

.numero_piste {
	width:30px;
}

.artiste_piste {
	width:200px;
}

.libelle_piste:before {
	content: " - ";
}

.piste {
	font-size:11px;
	font-weight:normal;
	list-style-type: none;
	padding:0px;
}

ul.pistes {
	clear:both;
	padding:0px;
	padding-top:10px;
}

.piste li {
	margin-left:0px;
	font-size:15px;
}

#code_telechargement {
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin-top:20px;
}

#footer {
	display:none;
}

.label {
	font-size:12px;
	font-weight:normal;
}

.label:before {
	content: "label : ";
}
