/* STAR RATING */

.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .cote-courante{background: url(/images/star-rater.gif) left -1000px repeat-x;}

.star-rating {position:relative; width:76px; height:14px; overflow:hidden; list-style:none; margin:0 0 15px 0; padding:0; background-position: left top; }
.star-rating li{display: inline;} 
.star-rating a, .star-rating .cote-courante {position:absolute; top:0; left:0; text-indent:-1000em; height:14px; line-height:14px; outline:none; overflow:hidden; border: none; background-color: inherit}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {background-position: left bottom;}
.star-rating a.une-etoile{width:20%; z-index:6;}
.star-rating a.deux-etoiles{width:40%; z-index:5;}
.star-rating a.trois-etoiles{width:60%; z-index:4;}
.star-rating a.quatre-etoiles{width:80%; z-index:3;}
.star-rating a.cinq-etoiles{width:100%; z-index:2;}
.star-rating .cote-courante{z-index:1; background-position: left center; background-color: red;}

.star-rating {
	float: right;
}
