	$("#animer").click(function(){
		$("#accueil_centre").animate({height:"450px"},1500);
	});
