 $(document).ready(function(){
 
	  
 jQuery('#espaces').Accordion();
 
 $('img[@src$=.png]').pngfix();
 
 $('h1').pngfix();
 $('h2').pngfix();
 
   /*
$("#encart2").hide();
$("#encart3").hide();
$("#encart4").hide();
$("#encart5").hide();
$("#contact").hide();
$("#infos").hide();
$('#pied').hide();
$('#animdroite').hide();
 
$('#encart1').corner();$('#encart2').corner();$('#encart3').corner();$('#encart4').corner();$('#encart5').corner();
$('#contact').corner(); $('#pied').corner();$('#espaces').corner();
 


 $("#encart2").show(800);
$("#encart3").show(800);
$("#encart4").show(800);
$("#encart5").show(800);
$("#contact").show(800);
$("#infos").show(800);


$('#pied').pause(800);
$('#animdroite').pause(1600);
$('#pied').show(800);
$('#animdroite').show(50);


$("#encart2").hover(function(){  $('#encart2 h2').animate({className: 'decale'},200); }
,function(){ $('#encart2 h2').animate({className: 'normal'},300);});
  
$("#encart3").hover(function(){  $('#encart3 h2').animate({className: 'decale'},200);}
,function(){ $('#encart3 h2').animate({className: 'normal'},300);});
   
$("#encart4").hover(function(){  $('#encart4 h2').animate({className: 'decale'},200);}
,function(){ $('#encart4 h2').animate({className: 'normal'},300);});

$("#encart5").hover(function(){  $('#encart5 h2').animate({className: 'decale'},200);}
,function(){ $('#encart5 h2').animate({className: 'normal'},300);});*/

});