$(function(){
	$('#contenu a').Tooltip({ 
		track: true,
		showURL: false,
		delay: 0
	});

});


