$(document).ready(function(){
	
		
		$("#charpente_bloc").hover(function(){ $("#charpente_legende").animate({height: '200px', marginTop:'-254px'}, 'slow') }, function(){$("#charpente_legende").animate( {height: '0px', marginTop:'-54px'}, 'slow') });
		
			
		$("#couverture_bloc").hover(function(){ $("#couverture_legende").animate({height: '200px', marginTop:'-254px'}, 'slow') }, function(){$("#couverture_legende").animate( {height: '0px', marginTop:'-54px'}, 'slow') });
	
		$("#bois_bloc").hover(function(){ $("#bois_legende").animate({height: '200px', marginTop:'-254px'}, 'slow') }, function(){$("#bois_legende").animate( {height: '0px', marginTop:'-54px'}, 'slow') });


	/*$(".projet").hover(function(){ $(".img_projet").animate({'opacity' :  }) });*/


});
	
