
 jQuery.noConflict();
    jQuery(document).ready(function(){
  
	   jQuery("#zoomMoins").click(function(){
		
		  jQuery("#logo").animate( { width:"86px" }, 0 )
			 .animate( { height:"85px" }, 0 );
			 
		  jQuery("#logo img").animate( { width:"86px" }, 0 )
			 .animate( { height:"85px" }, 0 ); 
			 
		  jQuery("#header-titre")
			 .animate( { width:"690px" },0 )
			 .animate( { height:"30px" }, 0 );
			 
		  jQuery("#header-titre img").animate( { width:"250px" }, 0 )
			 .animate( { height:"19px" }, 0 );
			 
		  jQuery("#Nav").animate( { width:"450px" }, 0 )
			 .animate( { height:"30px" }, 0 )
			 .animate( { fontSize:"9px" }, 0 );
		  
		  jQuery("#Nav li").animate( { fontSize:"9px" }, 0 );
			 
		  jQuery("#Nav li a").animate( { fontSize:"9px" }, 0 );
			 
		  jQuery("#Nav li a:hover,#Nav li a:active").animate( { fontSize:"9px" }, 0 );
			 
		  jQuery("ul#Menu").animate( { display:"none"}, 0 )
			 .animate( { listStyle:"none" }, 0 );
		
		  jQuery("ul#Menu li").animate( { fontSize:"9px" }, 0 )
			 .animate( { backgroundColor:"#EE6F12" }, 0 )
			 .animate( { borderBottom: "1px dotted #F93" }, 0 );
		  
		  jQuery("ul#Menu li a").animate( { fontSize:"9px" }, 0 );
		  
		  jQuery("ul#Menu li a:hover,#Nav li a:active").animate( { fontSize:"9px" }, 0 );	  
			 
		  jQuery("#content-middel-titre p").animate( { fontSize:"12px" }, 0 );
		  
		  jQuery("#content-middel-soustitre p").animate( { fontSize:"14px" }, 0 );
		  
		  jQuery("#content-middel-content p").animate( { fontSize:"9px" }, 0 );	
		  
		  jQuery("#actu1-titre").animate( { fontSize:"14px" }, 0 );
		  
		  jQuery("#actu1-content p").animate( { fontSize:"9px" }, 0 );
		  
		  jQuery("#actu1-content a").animate( { fontSize:"10px" }, 0 );
	  
		  jQuery("#actu2-titre").animate( { fontSize:"14px" }, 0 );
		  
		  jQuery("#actu2-content p").animate( { fontSize:"9px" }, 0 );
		  
		  jQuery("#actu2-content a").animate( { fontSize:"10px" }, 0 );
		  
		  jQuery("#actu3-titre").animate( { fontSize:"14px" }, 0 );
		  
		  jQuery("#actu3-content p").animate( { fontSize:"9px" }, 0 );
		  
		  jQuery("#actu3-content a").animate( { fontSize:"10px" }, 0 );


    });


    jQuery("#zoomPlus").click(function(){

      jQuery("#logo").animate( { width:"95px" }, 0 )
		 .animate( { height:"94px" }, 0 );
		 
      jQuery("#logo img").animate( { width:"95px" }, 0 )
		 .animate( { height:"94px" }, 0 ); 
		 
      jQuery("#header-titre")
		 .animate( { width:"710px" },0 )
		 .animate( { height:"40px" }, 0 );
		 
      jQuery("#header-titre img").animate( { width:"270px" }, 0 )
		 .animate( { height:"32px" }, 0 );
		 
      jQuery("#Nav").animate( { width:"600px" }, 0 )
		 .animate( { height:"40px" }, 0 )
		 .animate( { fontSize:"13px" }, 0 );
	  
      jQuery("#Nav li").animate( { fontSize:"13px" }, 0 );
		 
      jQuery("#Nav li a").animate( { fontSize:"13px" }, 0 );
		 
      jQuery("#Nav li a:hover,#Nav li a:active").animate( { fontSize:"13px" }, 0 );
		 
      jQuery("ul#Menu").animate( { display:"none"}, 0 )
	     .animate( { listStyle:"none" }, 0 );

      jQuery("ul#Menu li").animate( { fontSize:"13px" }, 0 )
		 .animate( { backgroundColor:"#EE6F12" }, 0 )
		 .animate( { borderBottom: "1px dotted #F93" }, 0 );
	  
      jQuery("ul#Menu li a").animate( { fontSize:"13px" }, 0 );
	  
      jQuery("ul#Menu li a:hover,#Nav li a:active").animate( { fontSize:"13px" }, 0 );	  
		 
      jQuery("#content-middel-titre p").animate( { fontSize:"16px" }, 0 );
	  
	  jQuery("#content-middel-soustitre p").animate( { fontSize:"18px" }, 0 );
	  
	  jQuery("#content-middel-content p").animate( { fontSize:"14px" }, 0 ); 	  jQuery("#content-middel-content p a").animate( { fontSize:"14px" }, 0 );
	  	        jQuery("#content-middel-content ul li").animate( { fontSize:"14px" }, 0 );	  	  jQuery("#content-middel-content ul li a").animate( { fontSize:"14px" }, 0 );	  	  jQuery("#content-middel-content ul li a:hover").animate( { fontSize:"14px" }, 0 );	  	  jQuery("#content-middel-content ul li li").animate( { fontSize:"14px" }, 0 );	  
	  jQuery("#actu1-titre").animate( { fontSize:"18px" }, 0 );
	   jQuery("#actu1-content h4").animate( { fontSize:"12px" }, 0 );
	  jQuery("#actu1-content p").animate( { fontSize:"12px" }, 0 );
	  jQuery("#actu1-content a").animate( { fontSize:"13px" }, 0 );
	  
	  jQuery("#actu2-titre").animate( { fontSize:"18px" }, 0 );
	   jQuery("#actu2-content h4").animate( { fontSize:"12px" }, 0 );
	  jQuery("#actu2-content p").animate( { fontSize:"12px" }, 0 );
	  
	  jQuery("#actu2-content a").animate( { fontSize:"13px" }, 0 );
	  
	  jQuery("#actu3-titre").animate( { fontSize:"18px" }, 0 );
	  
	  jQuery("#actu3-content p").animate( { fontSize:"12px" }, 0 );
	  jQuery("#actu3-content h4").animate( { fontSize:"12px" }, 0 );
	  jQuery("#actu3-content a").animate( { fontSize:"12px" }, 0 );

    });	
		
  });
  


	
