// JavaScript Document

jQuery().ready(
	function () {
		
		var flashvars = {};
		var params = { wmode:"transparent" };
		var attributes = {};
		swfobject.embedSWF("/"+code_langue+"/media/page_accueil/carte_home.swf", "carte-flash", "325", "254", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
		
		$(".coups-coeur .scroll").jScrollPane ({scrollbarWidth:11, showArrows:true});
		$(".promotion .scroll").jScrollPane ({scrollbarWidth:11, showArrows:true});
		$(".derniere-minute .scroll").jScrollPane ({scrollbarWidth:11, showArrows:true});
		$(".actualites .scroll").jScrollPane ({scrollbarWidth:11, showArrows:true});
		$(".actualites2 .scroll").jScrollPane ({scrollbarWidth:11, showArrows:true});
		//$(".zone-recherche .scroll").jScrollPane ({scrollbarWidth:11, showArrows:true});
		
	}
)

