/**
 *  CSS de la fiche artiste partie Sons
 */

#sons_list { border-collapse:collapse; width:100%; margin:20px 0; }
#sons_list td { padding:10px 0; }
#sons_list td.td_titre { width:350px; }
#sons_list td.td_style { width:150px; }
#sons_list td.td_action { width:30px; text-align:center; padding:10px 0; }
#sons_list td.td_action a { display:block; width:16px; height:16px; background: url(../../../images/icons/play.gif) no-repeat left 2px; }
#sons_list td.td_action a span { display:none; }

#contenu .attention { color:#F00; }

/* Notes étoiles (repris telles quelles à partir de la V2) */
.star-rating{
	list-style:none;
	margin: 0px;
	margin-top:-4px;
	padding:0px;
	width: 95px;
	height: 19px;
	position: relative;
	background: url(../../../images/artistes/fiche/sons/star_rating.gif) top left repeat-x;
}
.star-rating li.current-rating{
	background: url(../../../images/artistes/fiche/sons/star_rating.gif) left bottom;
	position: relative;
	height: 19px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	padding-top:0px;
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:19px;
	height: 19px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	cursor:default;
}
.star-rating li a:hover{
	cursor:default;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:19px;
}
.star-rating a.two-stars{
	left:19px;
}
.star-rating a.two-stars:hover{
	width: 38px;
}
.star-rating a.three-stars{
	left: 38px;
}
.star-rating a.three-stars:hover{
	width: 57px;
}
.star-rating a.four-stars{
	left: 57px;
}
.star-rating a.four-stars:hover{
	width: 76px;
}
.star-rating a.five-stars{
	left: 76px;
}
.star-rating a.five-stars:hover{
	width: 95px;
}

