/* faEtoile.css 
   Part of http://www.nickstakenburg.com/projects/faEtoile/
*/
/* Couleur de fond de l etoile*/
.faEtoile .stars { background: #DDCFB3; width:200px;} /* par defauts */
.faEtoile .rated .stars { background: #DDCFB3; } /* selectionner */
.faEtoile .rated .hover .stars { background: #DDCFB3; } /* lors du clique et sur le hover quand selection */

/* Couleur de l etoile */
.faEtoile .colorbar { background: #f0c290;width:200px; }  /*par defauts */
.faEtoile .hover .colorbar { background: #E87903; } /*quand la souris passe dessus AVANT la selection*/
.faEtoile .rated .colorbar { background: #7d0202; } /*  selectionner */
.faEtoile .rated .hover .colorbar { background: #E87903; }/* quand la souris passe dessus et lors du clique apres la selection*/

/*
.faEtoile .ghost { background: #ffcc1c; }
.faEtoile .indicator { clear: both; }

.faEtoile .pointy .colorbar { background: #ffcc1c; }
.faEtoile .pointy .hover .colorbar { background: #ff9231; }

.faEtoile .inverse .stars { float: right; }
.faEtoile .inverse .indicator { clear: both; display: block; text-align: right; }
*/

#divAjoutAvis { /*Selected Tab style*/

}
/*
#divAjoutAvis input{ /*Selected Tab style 
	background: #fff;   border: 1px solid #BDAE90; text-align: left;  
}
#divAjoutAvis textarea{ /*Selected Tab style
	background: #fff;   border: 1px solid #BDAE90; text-align: left; 
}
*/
#divAjoutAvis .erreur{
display: inline;
	visibility: hidden;
	border : 1px solid #00ff00; text-align: left; 
}
#divAjoutAvis .erreur_no{
 display: inline;
 visibility: visible;
 border : 1px solid #990000; text-align: left; 
 width : 200px;
}
#reponseAjout_overlay{
 display: none;
}