$(document).ready(function(){
						   
	$(".langue .delete").click(function(){
		$(this).parents(".langue").animate({ opacity: 'hide' }, "slow");
	});

});


