/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
span.rating{cursor:pointer;margin:2em;clear:both;display:block}
span.rating:after{content:".";display:block;height:0;width:0;clear:both;visibility:hidden}
span.cancel,span.star{float:left;width:14px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
span.star,span.star a{background-image:url("/img/etoiles.png");}
span.cancel a,span.star a{display:block;width:12px;height:100%;background-position:0 0px;border:none}
span.star_on a{background-position:0 -16px!important}
span.star_hover a,span.star_live a:hover{background-position:0 -32px}
/* Read Only CSS */
span.star_readonly a,span.star_readonly a:hover{cursor:default !important}
/* Partial Star CSS */
span.star{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */