$(function() {
	$("a.tool[title]").tooltip({tip: '#tooltip', position: 'bottom center', effect: 'slide'});
		$("#references img").next('div').hover(
			function(){
			$(this).animate({opacity: "0.95"},{duration: 200});
			return false;
			},	function () {
			  $(this).stop().animate({opacity: "0"},{duration: 200});
			  return false;
		});
});

function lien(monLien) {
window.open(monLien, '_blank');
return false;
}

//if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))){
//  window.location.href = "/iphone.html";
// }

 