	document.body.style.overflow='hidden';
	document.getElementById('anim').innerHTML="<embed src='/intro.swf' quality='high' width='100%' height='90%' wmode='opaque' name='stream' align='top' scale='noscale' allowscriptaccess='sameDomain' allowfullscreen='false' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer_fr' scale='noscale'></embed><br><span onclick='closeanim()'>Acc&eacute;der directement au site</span>";
	window.scroll(0,0);	
function closeanim(){
	document.getElementById('anim').innerHTML='';
	document.getElementById('anim').style.display='none';
	document.body.style.overflow='scroll';
}
setTimeout('closeanim()',100000);
