if(lancer!=null && lancer==1){
	lancer=1;
	
	function retirer_video(){
		$('#conteneur_cadre').html('<img src="/src/img/intro/toutestpossible.jpg" style="margin-left:2px;">').css('opacity',0.5);
		$("#conteneur_cadre").animate({ opacity: '1'},{
		    easing: 'easeInOutSine',
		    duration: 1000,
		    complete: function(){
		    }
		});
	}

	$(function(){
		top = ($('.video-js-box').offset().top)*(-1);
		left = $('#cadre_gauche').css('width');

		$(".video-js-box").css('left','-'+left).css('margin-top','-150.05px');
		$("video").VideoJS({bigButton: idevice,bigButton: false, barreControl: false});
		$("video")[0].player.play();
		$('#intro').bind("ended", function(){
			retirer_video();
		});
		
		/*preloder les images*/
		preLoadImages();
	});
	
}
