$(function(){
	$('#maconnerie').hover(function(){
		$(this).find('span').animate({height:'203px'},{queue:false,duration:300});

	}, function(){
		$(this).find('span').animate({height:'0px'},{queue:false,duration:300});
	});
});

$(function(){
	$('#agrandissement').hover(function(){
		$(this).find('span').animate({height:'203px'},{queue:false,duration:300});

	}, function(){
		$(this).find('span').animate({height:'0px'},{queue:false,duration:300});
	});
});

$(function(){
	$('#terrassement').hover(function(){
		$(this).find('span').animate({height:'203px'},{queue:false,duration:300});

	}, function(){
		$(this).find('span').animate({height:'0px'},{queue:false,duration:300});
	});
});






