ul.notes-echelle {
	margin:0;
	padding:0;
	font:.83em/1.3 Arial, Helvetica, sans-serif;
}
ul.notes-echelle li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	min-width:35px;
	min-height:35px;
}
/* Correctif IE6 sur min-width & min-height */
* html ul.notes-echelle.js li {
	width:35px;
	height:35px;
}
ul.notes-echelle li label {
	display:block;
	text-align:center;
	line-height:37px;
	background:url(../../images/star.png) center top no-repeat;
	cursor:pointer;
}
ul.notes-echelle li.note-off label {
	background:url(../../images/star_gray.png) center top no-repeat;
}
/* Effet lorsque une note est cochée */
	 ul.notes-echelle li.note-checked {
		font-weight:bold;
	}
	/* Effet lorsque une note est tabulée au clavier */
	 ul.notes-echelle.js li.note-focus {
		outline:1px dotted #000;
	}
