.rabidRating {	
	cursor: pointer;
	background: #222222;
}

.rabidRating,.rabidRating span {
	display: block;
	width: 110px;
	height: 25px;
}

.rabidRating span {
	position: relative;
	top: 0;
	left: 0;
	text-indent: -999em;
}

.rabidRating .ratingStars {
	display: block;
	background: url('../imgs/hearts.png') no-repeat center;
}

.rabidRating .ratingFill {
	background: #ff9c0f; /* Résultats, pas encore voté */
	width: 50px;
}

.rabidRating .ratingVoted {
	cursor: default;
}

.ratingActiveFillColor {
	background: #ff5e0f; /* Over */
}

.ratingVotedFillColor {
	background: #ff310f; /* voté !*/
}
