$(function() {

	$("map > .bilan").tooltip({ 
		positionLeft: false, 
		delay: 0,
		fade: 250,
		fixPNG: true,
		track: true,
		showURL: false,
		bodyHandler: function() {
			return $("<img/>").attr("src", "images/bilan_qai_details.jpg");
		}
	});
	$("map > .solution").tooltip({ 
		positionLeft: false, 
		delay: 0,
		fade: 250,
		fixPNG: true,
		track: true,
		showURL: false,
		bodyHandler: function() {
			return $("<img/>").attr("src", "images/solution_details.jpg");
		}
	});
	$("map > .maitrise").tooltip({ 
		positionLeft: false, 
		delay: 0,
		fade: 250,
		fixPNG: true,
		track: true,
		showURL: false,
		bodyHandler: function() {
			return $("<img/>").attr("src", "images/maitrise_details.jpg");
		}
	});

});
