/*!
 * jQuery UI Stars v2.0.1
 *
 * Copyright (c) 2009 Orkan (orkans@gmail.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * $Rev: 74 $
 * $Date:: 2009-05-17 #$
 * $Build: 6 (2009-05-17)
 *
 */
.ui-stars-star,
.ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.ui-stars-star a,
.ui-stars-cancel a {
	width: 16px;
	height: 15px;
	display: block;
	background: url(ui.stars.gif) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: -32px 0;
}
.ui-stars-star-on a {
	background-position: -48px 0;
}
.ui-stars-star-hover a {
	background-position: -64px 0;
}
.ui-stars-cancel-hover a {
	background-position: -16px 0;
}
.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
	cursor: default !important;
}

/* pour les grosses étoiles */
#mySelects .ui-stars-star a,
#mySelects .ui-stars-cancel a {
	width: 18px;
	height: 18px;
	position: relative;
	background-image: url(ui.stars.png);
}
#mySelects .ui-stars-star a {
	background-position: -36px 0px;
}
#mySelects .ui-stars-star-on a {
	background-position: -54px 0px;
}
#mySelects .ui-stars-star-hover a {
	background-position: -72px 0px;
}
#mySelects .ui-stars-cancel-hover a {
	background-position: -18px 0px;
}


/* pour les moyennes*/
#myAvg .ui-stars-star a,
#myAvg .ui-stars-cancel a {
	width: 16px;
	height: 15px;
	display: block;
	background: url(ui.stars.gif) no-repeat 0 0;
}
#myAvg .ui-stars-star a {
	background-position: -32px 0;
}
#myAvg .ui-stars-star-on a {
	background-position: -48px 0;
}
#myAvg .ui-stars-star-hover a {
	background-position: -64px 0;
}
#myAvg .ui-stars-cancel-hover a {
	background-position: -16px 0;
}
#myAvg .ui-stars-star-disabled,
#myAvg .ui-stars-star-disabled a,
#myAvg .ui-stars-cancel-disabled a {
	cursor: default !important;
}

/* pour les pitites */
.noters .ui-stars-star a,
.noters .ui-stars-cancel a {
	width: 16px;
	height: 15px;
	display: block;
	background: url(ui.stars.gif) no-repeat 0 0;
}
.noters .ui-stars-star a {
	background-position: -32px 0;
}
.noters .ui-stars-star-on a {
	background-position: -48px 0;
}
.noters .ui-stars-star-hover a {
	background-position: -64px 0;
}
.noters .ui-stars-cancel-hover a {
	background-position: -16px 0;
}
.noters .ui-stars-star-disabled,
.noters .ui-stars-star-disabled a,
.noters .ui-stars-cancel-disabled a {
	cursor: default !important;
}