@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------
			Partie Artistes
-------------------------------------------------*/
/*   Partie de gauche   */
.liste_artistes {
	float:left;
	display:block;
	width:840px;
	border: 2px solid #ededed;
	padding:10px;
	margin-bottom:20px;
}

.liste_Artiste_titre_cat {
	float:left;
	display:block;
	width:300px;
	padding:15px;
	margin:0px;
}

.liste_Artiste_opt_rech {
	float:right;
	display:block;
	width:auto;
	height:20px;
	margin-right:15px;
	text-align:center;
	padding:15px;
}

.donnees_artiste {
	position:relative;
	float:left;
	display:inline;
	margin:17px 9px 0 8px;
	width:188px;
	height:258px;
	background-image:url(/media/img/fond_artiste.jpg);
	background-repeat:no-repeat;
}

.photo_artiste {
	width:160px;
	height:200px;
	margin:10px 10px 0 10px;
}

.liste_artiste_nom {
	position:relative;
	float:left;
	display:block;
	padding:0 15px 0 15px;
	width:195px;
	height:19px;
	background-image:url(/media/img/fd_titre_photo.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin:0 0 10px 10px;
}

.bloc_petite_video {
	position:absolute;
	top:215px;
	left:133px;
	margin:0;
	width:38px;
	height:35px;
	background-color:#424242;
}

.bloc_video_haut{
	display:block;
	width:38px;
	height:4px;
	background-image:url(../media/img/haut_video_liste.png);
	background-repeat:no-repeat;
}

.bloc_video_centre{
	display:block;
	width:38px;
	height:27px;
	background-color:#424242;
}

.bloc_thumbmail {
	display:block;
	width:38px;
	height:25px;
	margin:1px;
}

.bloc_video_time{
	position:absolute;
	top:11px;
	left:13px;
	height:15px;
	width:13px;
	background-image:url(/media/img/bt_lecture.png);
	background-repeat:no-repeat;
	z-index:20;
}

.bloc_video_bas{
	display:block;
	width:38px;
	height:4px;
	background-image:url(../media/img/bas_video_liste.png);
	background-repeat:no-repeat;
}


.donnees_artiste_liste {
	float:left;
	display:block;
	width:200px;
	height:25px;
	padding:2px 0 0 25px;
	margin:3px 0 0 20px;
	background-image:url(../media/img/fleche_artiste.png);
	background-repeat:no-repeat;
	text-align:left;
}
