﻿.star-rating a
{
	background-image:none!important;
	padding:0!important
}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating
{
	background-position:left -1000px;
	background-repeat:repeat-x!important
}
.star-rating
{
	position:relative;
	width:70px;
	height:14px;
	overflow:hidden;
	background-position:left top!important
}
.star-rating li
{
	padding:0!important;
	display:inline
}
.star-rating a, 
.star-rating .current-rating
{
	position:absolute;
	top:0;
	left:0;
	text-indent:-5000em;
	line-height:10px;
	height:14px;
	outline:none;
	overflow:hidden;
	border:none
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus
{
	background-position:left bottom!important
}
.star-rating a.one-star
{
	width:20%;
	z-index:6
}
.star-rating a.two-stars
{
	width:40%;
	z-index:5
}
.star-rating a.three-stars
{
	width:60%;
	z-index:4
}
.star-rating a.four-stars
{
	width:80%;
	z-index:3
}
.star-rating a.five-stars
{
	width:100%;
	z-index:2
}
.star-rating .current-rating
{
	z-index:1;
	background-position:left center!important
}	
/* for an inline rater
------------------------------------------------------------------------------*/
.inline-rating
{
	position:relative;
	float:left;
	margin-right:4px;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align:middle
}

.star-rating.orange,
.star-rating.orange a:hover,
.star-rating.orange a:active,
.star-rating.orange a:focus,
.star-rating.orange .current-rating
{
 background-image:url(../img/etoiles_orange.png)!important
}

.star-rating.orange_recette,
.star-rating.orange_recette a:hover,
.star-rating.orange_recette a:active,
.star-rating.orange_recette a:focus,
.star-rating.orange_recette .current-rating
{
 background-image:url(../img/etoiles_orange_recette.png)!important
}

.star-rating.violet,
.star-rating.violet a:hover,
.star-rating.violet a:active,
.star-rating.violet a:focus,
.star-rating.violet .current-rating
{
 background-image:url(../img/etoiles_violet.png)!important
}

.note  span 
{
	display:block!important;
}