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

#titre-principal-disco {
	float:left;
	height:20px;
	margin:0 0 10px 0px;
	padding:5px 10px 0 10px;
	background-color:#d40b69;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

/* Discographie*/
#conteneur-cover {
/*	float:left;*/
	width:420px;
/*	margin:0 0 20px 0;*/
}

#cover-multi-box {
	float:left;
	width:95px;
	margin:0 8px 10px 0;
	padding:0 0 0 0;
}
#cover-multi-box img {
	float:left;
	width:95px;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#cover-multi-box img:hover {
	float:left;
	width:95px;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-color:#5d91dc;
	}


#titre-album {
	font-size:10px;
	float:left;
	width:100px;
	height:auto;
	font-weight:bold;
	text-transform:uppercase;
	color:#d40b69;
	text-align:center;
	padding:5px 0 0 0;
}
#date-album {
	font-size:9px;
	float:left;
	width:100px;
	height:auto;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	text-align:center;
	padding:5px 0 0 0;
}
/* Discographie détails */
.titre-disco {
	font-weight:bold;
	color:#d40b69;
	text-transform:uppercase;
}
.infos-disco {
	font-size:11px;
}

#discobox {
	float:left;
	width:100%;
		margin:0 0 0 0;
	padding:0 0 0 0;
}

#cover {
	float:left;
	width:95px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#cover img {
	float:left;
	width:95px;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#cover2 {
	float:left;
	width:150px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#cover2 img {
	float:left;
	width:150px;
	height:auto;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#liens-disco {
	text-align:left;
	float:left;
	width:150px;
	margin-top:7px;
}

#content-disco {
	float:right;
	width:250px;
}
#sep-disco {
	float:left;
	width:100%;
	height:10px;
	margin:10px 0 10px 0;
	background-image:url(../images/sep-qui.gif);
}

#conteneur-playlist {
	float:left;
	width:300px;
	margin:0 0 0 0;
	padding:0;
	font-size:12px;
}

#conteneur-playlist ul {
	list-style-type: decimal;
	color:#d40b69;
	margin-left:0px;
	padding-left:22px;
}

#titre-playlist {
	width:100%;
	font-weight:bold;
	color:#d40b69;
	text-transform:uppercase;
	font-size:14px;
}

#track {
	float:left;
	width:280px;
	height:20px;
	color:#d40b69;
}

#paroles {
	float:left;
	width:20px;
	height:20px;
}

#paroles-text {
	float:left;
	width:400px;
	font-size:11px;
}

#track img {
	float:right;
	margin:0;
	padding:0;
	border:1px;
}
#track img a {
	margin:0;
	padding:0;
	border:none;
}
