jQuery(function($) {
	$('.confirm').click(function() {
	return confirm("Etes-vous sûr de vouloir "+$(this).attr("title")+" ?");
	});
});	
