//<![CDATA[ 
	window.addEvent('domready',function(){
		if(document.getElementById('splash_conteneur')){
			splash = new slide($$('#splash_box img)'),{
				modes: ['alpha', 'left','right', 'top', 'bottom', 'alpha'],
				interval: 5000,
				sizes: {w:952,h:446},
				fxOptions: {duration:1000}
			});
			$('splash_prev').addEvent('click',splash.previous.bind(splash));
			$('splash_next').addEvent('click',splash.next.bind(splash));
			$('splash_stop').addEvent('click',splash.stop.bind(splash));
			$('splash_play').addEvent('click',splash.play.bind(splash));

			if(document.getElementById('splash_etat') ){
				var splash_etat_insert = '';
				for(var i=0;i<splash.items.length;i++){
					splash_etat_insert += '<img class="splash_etat_bouton" id="splash_etat_bouton_'+parseInt(i)+'" src="images/splash/splash_btn_off.png" width="12" height="12" alt="" title="Vers image '+(parseInt(i)+1)+'" onclick="splash.walk('+i+', true); splash.play(true)">';
				}
				document.getElementById('splash_etat').innerHTML = splash_etat_insert;
			}
			splash.play(true)
		}
		
		if(document.getElementById('favoris')){
				document.getElementById('favoris').onclick = favoris;
		}
		
		if(document.getElementById('prefoot_favoris')){
				document.getElementById('prefoot_favoris').onclick = favoris;
		}
	});
//]]>

