ul.notes-systeme {
	margin:		0;
	padding:	0;
	font:		.75em/1.2 Arial, Helvetica, sans-serif;
	color:		#000000;
}
ul.notes-systeme li {
	float:		left;
	margin:		0;
	padding:	0;
	list-style:	none;
	min-width:	20px;
	min-height:	20px;
}
ul.notes-systeme li div {
	display:	block;
	text-align:	center;
	line-height:	20px;
	background:	url(../images/notes-systeme_etoiles.gif) center top no-repeat;
	cursor:		pointer;
}
ul.notes-systeme li.note-off div {
	background-position:	center -60px;
}
ul.notes-systeme li.note-checked {
	font-weight:	bold;
}
ul.notes-systeme input {
	position:	absolute;
	left:		-999%;
}
