// Gère l'affichage pour l'introduction
$(function(){
	if( !$.browser.msie ){
		$("#index").hide();
		$("#index").fadeIn(1500);
	}
});