	$(function() {
		$(".erreur").animate({opacity: 1.0}, 2000);
		$(".erreur").fadeOut('slow', function() {
		  $(this).remove();
		});
		$(".valider").animate({opacity: 1.0}, 2000);
		$(".valider").fadeOut('slow', function() {
	  	  $(this).remove();
		});
  });
