.rating_container {  
     clear:both;  
 } 
  
.rating_container a {  
     float:left;  
     display:block;  
     width:25px;  
     height:17px;  
     border:0;  
     background-position:0 0px;
     background-image:url("../img/habillage/star_on.png");  
     background-repeat: no-repeat;
 } 
  
.rating_container a.rating_off {  
     width:25px;  
     height:17px;  
     background-position:0 0px;  
	 background-image:url("../img/habillage/star_off.png");
	 background-repeat: no-repeat;
 } 
  
.rating_container a.rating_half {  
     background-position:0 -25px;  
 } 
  
.rating_container a.rating_on {  
	 width:25px;  
     height:17px;  
     background-position:0 0px;  
     background-image:url("../img/habillage/star_on.png");
     background-repeat: no-repeat;
 } 
  
.rating_container a.rating_selected {  
     width:25px;  
     height:17px; 
     background-position:0 0px;  
     background-image:url("../img/habillage/star_on.png");
     background-repeat: no-repeat;
 }  
