var left;
$(document).ready(function(){
	//PNG ALPHA sous IE 6
	if($.browser.msie && $.browser.version < 7)
		$("#logo>img").ifixpng().css("left",175);
		$("#menu a").empty();
		$(".diaporama").cycle(
		{
			"timeout":6*1000, //temps d'affichage d'une diapo
			"speed":2*1000					//temps de transition (fondu)
		});
		$(".fancybox").fancybox({padding:0});
		$(".centre,.actu").jScrollPane({scrollbarWidth:11,dragMaxHeight:15,dragMinHeight:15,showArrows:true});
		//$('.texte').jScrollPane({scrollbarWidth:11,dragMaxHeight:9,dragMinHeight:9,showArrows:true});
});
