#vote,#vote li,#vote li a,#vote li a img{
	margin:0 auto;
	padding:0;
	width:auto;
	min-height:1px;
	border:0;
	background:none;	
}
#vote{
	margin:1em auto;
	width:240px;
	height:37px;
}
#vote li a.vote{
	display:block;
	width:40px;
	height:37px;
	float:left;
	text-decoration:none;
	position:relative;
}
.etoile_0 span,.etoile_5 span{
	position:absolute;
	top:13px;
	left:16px;
	color:#000;
}
#vote a:hover,#vote li.sel a{
	background-color:#ffff00;
}





#vote_form,#vote_form li{
	margin:0;
	padding:0;
	width:auto;
	min-height:1px;
	border:0;
	background:none;	
}
#vote_form{
	margin:1em auto;
	width:240px;
	height:37px;
}
#vote_form li form.vote{
	display:block;
	width:40px;
	height:37px;
	float:left;
	position:relative;
}
#vote_form li form input.submit{
	margin:0;
	padding:0;
	display:block;
	width:40px;
	height:37px;
	background:url('../images/etoile.png') center center no-repeat;
	color:#000;
}
#vote_form input.submit:hover,#vote_form li.sel input.submit{
	background-color:#ffff00;
}




/* --------------------------- */
.aff_resultat{
	width:60px;
	height:11px;
	position:relative;
	margin:0 auto 0.5em;
	padding:0;
}
.aff_resultat div{
	background-color:#ff0;
	height:11px;
	float:left;
}
.aff_resultat img{
	position:absolute;
	top:0;
}
.aff_resultat img.note_1{
	left:0;
}
.aff_resultat img.note_2{
	left:12px;
}
.aff_resultat img.note_3{
	left:24px;
}
.aff_resultat img.note_4{
	left:36px;
}
.aff_resultat img.note_5{
	left:48px;
}
/* --------------------------- */
.resultat_vote{
	margin:1em auto;
	width:200px;
	position:relative;
}
.resultat_vote div{
	background-color:#ff0;
	height:37px;
}
.resultat_vote span.note_depart{
	position:absolute;
	top:13px;
	left:16px;
}
.resultat_vote span.note_fin{
	position:absolute;
	top:13px;
	right:16px;
}
.resultat_vote img.note_1{
	position:absolute;
	top:0;
	left:0;
}
.resultat_vote img.note_2{
	position:absolute;
	top:0;
	left:40px;
}
.resultat_vote img.note_3{
	position:absolute;
	top:0;
	left:80px;
}
.resultat_vote img.note_4{
	position:absolute;
	top:0;
	left:120px;
}
.resultat_vote img.note_5{
	position:absolute;
	top:0;
	left:160px;
}
