.stars{
    margin-left: 3px;
}

.stars, .stars span{
    height:13px;
    width:60px;
    display: block;
}

.stars .empty{
    background:url("/images/common/etoile_min.png") no-repeat scroll -4px -2px transparent;
}

.stars .full{
    background:url("/images/common/etoile_max.png") no-repeat scroll -4px -2px transparent;
}