body {
	margin: 0;
	padding: 0;
	background: url('/images/background/bg-01.jpg') no-repeat top left;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
}
#home_cover, #home_player {
	width: 490px;
	height: 400px;
	background: #1d1d1d;
	float: left;
}
#home_player {
	width: 450px;
	height: 360px;
	padding: 20px;
}
#home_player h2 {
	font-size: 24px;
	font-weight: 500;
	color: #e5e5e5;
	padding-bottom: 5px;
	border-bottom: 1px solid #505050;
	margin-bottom: 5px;
}

.artistes_home {
	font-size: 12px;
		height: 50px;
}
	.artistes_home img {
		width: 50px;
		height: 50px;
		float: left;
		margin-right: 10px;
	}