$(document).ready(function() { 
		$(".nom_projet a").tooltip({
			position: "bottom right", 
			offset: [-20, -120], 
			tip: '.info_popup' 
		});
	});
