fontSize1 = "1.2em";
fontSize2 = "1.5em";
loupe_id_content = "#colonne_centre";

$(document).ready(function() {
	$("a.kriffin").fancybox({
		zoomSpeedIn : 600,
		zoomSpeedOut : 600,
		frameWidth : 800,
		frameHeight : 600
	});
	$("a.thickbox, a[rel='lightbox']").fancybox({
		'hideOnContentClick': false,
		imageScale : true
	}); 
	$("a#NL_box").fancybox({
		frameWidth : 800,
		frameHeight : 600
	});

	$("a#box_ami").fancybox({
		frameWidth : 300,
		frameHeight : 200
	}); 
	if(document.all){
		$("a#box_fav").click(function(){
			window.external.AddFavorite(location.href, document.title);
		});
	}else{
		$("a#box_fav").fancybox({ 
			'hideOnContentClick': true,
			frameWidth : 400,
			frameHeight : 100			 
		});
	}
});
