$(document).ready(function(){
   	$(".menu_a").hover(
		function(){$(this).animate( { color: "#575858"}, 800 );},
		function(){$(this).stop(1,1);$(this).animate( { color: "#999"}, 600 );}
	);	
      $("#titre").effect("slide", {direction:"up" }, 1000);


});
