@import url("_lives.css");
@import url("_news.css");
@import url("_social.css"); 


#dernieressorties {
	margin: 30px 0;
}

#dernieressorties li {
	display: inline;
	float: left;
	height: 245px;
	margin: 0 5px 25px 0;
	overflow: hidden;
	width: 153px;
}

#dernieressorties a {
	color: #000;
	display: block;
	padding: 5px;
}

#dernieressorties a:hover {
	background: #c6c6c6;
}

#dernieressorties span {
	display: block;
}

#dernieressorties .titre {
	color: #979797;
	font-size: 9px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

#dernieressorties .artiste {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}


#playlist {
	margin: 0 0 65px 0;
}