/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:14px;height:14px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
/*div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat -1px -17px}*/
div.star-rating a{background:url(/Content/Images/Common/Various/etoile-avis-fblanc.gif) no-repeat bottom left;}
div.rating-cancel a,div.star-rating a{display:block;width:14px;height:14px;background-position: bottom left; border:0}
div.star-rating-on a {background-position: top left;}
div.star-rating-hover a{background-position: top left; /*background-position:0 -32px*//*positionnement de base*/}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
*div.star-rating{background-position: top left;}
                        
/*css de base*/                  
/*div.star-rating{background:transparent!important;overflow:hidden!important}*/

/* END jQuery.Rating Plugin CSS */