$(document).ready(function() {
		
	// Sources > http://flowplayer.org/tools/demos/tooltip/any-html.html
	// Configuration modulable > http://flowplayer.org/tools/download.html#combine
	// enable tooltip for "download" element. use the "slide" effect
	$(".lexique").tooltip({ 
	    effect: 'slide',
		bounce: 'true',
		lazy: 'false',
		slideOffset: -4,
		delay: 1300,		
		position: "top left",         
        offset: [0, 253]
		}); 
	
});
