/**
 * @author KLE
 */
$(document).ready(function(){
	$(".submit").click(function(){
  	$(".lien").fadeIn("slow");
   $(".submit").hide();
   $(".Contact").show();
 		 return false;
	});
});
