jQuery(function( $ ){










/*lorsqu'on arrive sur la page*/
				
	$("#graphisme, #web, #videos, #contact").animate({ 
        
        opacity: 0.1,
        
      }, 1500 );
	



/*------------Click sur HOME----------- */	
$("#homemenu a").click(function(){
	
	$("#web, #graphisme, #videos, #contact").animate({ opacity: 0.1 }, 800, function() {
	
	
	$("#gare").animate({ opacity: 1 }, 1500);

	});
	});
	
	/*------------FIN Click sur HOME----------- */	
	
	
/*------------Click sur LOGO----------- */	
$("#logomenu a").click(function(){
	
	$("#web, #graphisme, #videos, #contact").animate({ opacity: 0.1 }, 800, function() {
	
	
	$("#gare").animate({ opacity: 1 }, 1500);

	});
	});
	
	/*------------FIN Click sur LOGO----------- */	
		




/*------------Click sur WEB----------- */	
$("#webmenu a").click(function(){
	
	$("#gare, #graphisme, #videos, #contact").animate({ opacity: 0.1 }, 800, function() {
	
	
	$("#web").animate({ opacity: 1 }, 1500);

	});
	});
	
	/*------------FIN Click sur WEB----------- */	
	








/*------------Click sur Graphisme----------- */	
$("#graphismemenu a").click(function(){
	
	$("#gare, #web, #videos, #contact").animate({ opacity: 0.1 }, 800, function() {
	
	
	$("#graphisme").animate({ opacity: 1 }, 1500);

	});
	});
	
	/*------------FIN Click sur Graphisme----------- */	
	



/*------------Click sur VIDEOS----------- */	
$("#videosmenu a").click(function(){
	
	$("#gare, #web, #graphisme, #contact").animate({ opacity: 0.1 }, 800, function() {
	
	
	$("#videos").animate({ opacity: 1 }, 1500);

	});
	});
	
	/*------------FIN Click sur VIDEOS----------- */	
	


/*------------Click sur CONTACT----------- */	
$("#contactmenu a").click(function(){
	
	$("#gare, #web, #graphisme, #videos").animate({ opacity: 0.1 }, 800, function() {
	
	
	$("#contact").animate({ opacity: 1 }, 1500);

	});
	});
	
	/*------------FIN Click sur CONTACT----------- */	
	

$("#secache").hide();
        
  
	



$("#ptitplus a").click(function(){
	
	$("#secache").fadeIn("slow",function() {
	
	
	$("#secache").animate({ opacity: 0.9 }, 800);

	});
	});

$("#secache").click(function(){
	$("#secache").fadeOut(function() {
	$("#secache").hide(function() {
	
	
	$("#secache").animate({ opacity: 0 }, 800);

	});
	});
	});
	





	
});
