$(document).ready(function() {
	$(".kriffin").fancybox();
	$(".thickbox, a[rel='lightbox']").fancybox({
		'hideOnContentClick': false,
		imageScale : true
	}); 
	$("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			 
		});
	}
});
fontSize1 = "1.2em";
fontSize2 = "1.5em";
loupe_id_content = "#colonne_centre";
$(function(){
    $('.box1,.box2,.box3,.box4,.right').hover(function() {
    $(this).stop().fadeTo('speed',0.8);
    }, function() {
        $(this).stop().fadeTo('speed',1);
});
});
