$(window).load(function(){
	hg=$('#gauche').height();
	hc=$('#contenu').height();
	if(hc>hg)
		$('#gauche').height(hc);
	
	$('a.fancyquisommes').fancybox({
		padding:0
	});
	
	$('a.fancybox').fancybox();
});
