$(document).ready(function() {
	
	/* -------------------------------------------------------------- 
	   GENERAL
	-------------------------------------------------------------- */
	var params = {wmode:"transparent", menu:"false", quality:'best'};
	var attributes = {};
	var flashvars = {};
	
	//Disparition des �l�ments .js-timeout
	setTimeout(function () {$('.js-timeout').fadeOut("slow");}, 3000);
	
	/* -------------------------------------------------------------- 
	   PAGE - INDEX
	-------------------------------------------------------------- */
	var ID_pageIndex = $('#page-index');
	if (ID_pageIndex.length) {
		swfobject.embedSWF("inc/swf/encart-index.swf", "encart-index-swf", "380", "285", "8.0.0", false, flashvars, params, attributes);
	}
});