.noteblock P {
	display: none; /* désactive l'affichage du libellé de la notation */
}

.notelink {	cursor: pointer; }

.noteblockblack,
.noteblock {
	height: 24px;
	width: 175px;
	overflow: hidden;
}

.noteblockblack P,
.noteblock P {
	color: #333333;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0px;
}

.loading {
	height: 24px;
	background: #14130A url('../img/working.gif') 50% 50% no-repeat;
}

.noteunit {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	position: relative;
	background: url('../img/tetemort.gif') 0% 0% repeat-x;	
	float: left;
	margin-right: 12px;
}

.noteunit li{
	font-size: 1px;
    text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	/*\*/
	float: left;
	/* */
}
	
.noteunit li a {
	list-style-type: none;
	outline: none;
	display: block;
	width: 12px;
	height: 24px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}

.noteunit li a:hover{
	background: url('../img/tetemort.gif') 0% 50%;
	z-index: 2;
	left: 0px;
}

.noteunit a.etoile1 { left: 0px; }
.noteunit a.etoile1:hover { left: 0px; width: 12px; }
.noteunit a.etoile2 { left: 12px; width: 13px; }
.noteunit a.etoile2:hover { left: 0px; width: 25px; }
.noteunit a.etoile3 { left: 25px; }
.noteunit a.etoile3:hover { left: 0px; width: 37px; }
.noteunit a.etoile4 { left: 37px; width: 13px; }	
.noteunit a.etoile4:hover { left: 0px; width: 50px }
.noteunit a.etoile5 { left: 50px; }
.noteunit a.etoile5:hover { left: 0px; width: 62px; }
.noteunit a.etoile6 { left: 62px; width: 13px; }
.noteunit a.etoile6:hover { left: 0px; width: 75px; }
.noteunit a.etoile7 { left: 75px; }
.noteunit a.etoile7:hover { left: 0px; width: 87px; }
.noteunit a.etoile8 { left: 87px; width: 13px; }
.noteunit a.etoile8:hover { left: 0px; width: 100px; }
.noteunit a.etoile9 { left: 100px; }
.noteunit a.etoile9:hover { left: 0px; width: 112px; }
.noteunit a.etoile10 { left: 112px; width: 13px; }
.noteunit a.etoile10:hover { left: 0px; width: 125px; }

.noteunit li.notecurrent {
	background: url('../img/tetemort.gif') 0% 100%;
	position: absolute;
	height: 24px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	font-size: 1px;
}

.dejavote { color: #999; }
.merci { color: #36AA3D; }
.static { color: #5D3126; }


