
	fieldset
	{
		padding	: 2em	;
	}
	
	ul.notes-echelle{
		margin	: 0											;
		padding	: 0											;
		font	: .75em/1.2 Arial, Helvetica, sans-serif	;
	}
	
	ul.notes-echelle li
	{
		float		: left		;
		margin		: 0			;
		padding		: 0			;
		list-style	: none		;
		cursor		: pointer	;
	}
	
	ul.notes-echelle li a
	{
		display		:block																		;
		text-align	:center																		;
		line-height	:20px																		;
		background	:url(../images/formulaire/etoiles.gif) center top no-repeat	;
	}
	
	ul.notes-echelle li.note-off a
	{
		background-position	: center bottom	;
	}
	
	ul.notes-echelle li.current a
	{
		background-position	: center top	;
	}
	
	ul.notes-echelle li
	{
		background-position	: center bottom	;
	}
	
	ul.notes-echelle.js li
	{
		min-width	: 20px	;
		min-height	: 20px	;
	}
	
	/* Correctif IE6 sur min-width & min-height */
	* html ul.notes-echelle.js li {
		width:20px;
		height:20px;
	}
	
	
	