<!--
function MM_swapImgRestore(){
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages(){
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;i<a.length;i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n,d){
var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length){d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for(i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n);
return x;
}

function MM_swapImage(){
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_jumpMenu(targ,selObj,restore){
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if(restore) selObj.selectedIndex=0;
}

function MM_swapBg(n){
	i = n%2000; document.body.style.background = "url(../images/bg-"+i+".jpg) center top";
}

function insertflash (anim, w, h)
{
	document.write('<object type="application/x-shockwave-flash" data="'+anim+'" style="width:'+w+'px; height:'+h+'px;">');
	document.write('<param name="movie" value="'+anim+'" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="loop" value="false" />');
	document.write('<param name="menu" value="false" />');
	document.write('<param name="bgcolor" value="#ffffff" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<img src="'+anim+'.gif" style="width:'+w+'px; height:'+h+'px;" alt="Veuillez installer Flash Player pour visualiser cette animation..." />');
	document.write('<br />Veuillez installer Flash Player pour visualiser cette animation...');
	document.write('</object>');
}

function showtext(place){
document.myform.display.value=place;
}

function showdiv (i,n){
for (k=0;k<n;k++) {
	if ((x=MM_findObj('d'+k))!=null) {x.style.display="none";x.style.visibility="hidden";}
}
if ((x=MM_findObj('d'+i))!=null) {x.style.display="block";x.style.visibility="visible";}
}

function showdivs (on, off){
if ((x=MM_findObj(off))!=null) {x.style.display="none";x.style.visibility="hidden";}
if ((x=MM_findObj(on))!=null) {x.style.display="block";x.style.visibility="visible";}
}

function showlang () {
var l = (arguments.length>0) ? arguments[0] : '';
for(i=0; i<arguments.length; i++) {
	if ((x=MM_findObj('lang_li_'+arguments[i]))!=null) {
		if (l=='' || l==arguments[i]) {x.style.display="block";x.style.visibility="visible";}
		else {x.style.display="none";x.style.visibility="hidden";}
	}
}
}

function zoomimg(fic,thewi,thehe){
var wi=thewi+10,he=thehe+30;
window.open(fic,"","toolbar=no,scrollbars=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width="+wi+",height="+he+",left=100,top=50");
}

function gospop(fichier){
window.open(fichier,"","toolbar=no,location=no,directories=no,status=no,width=450,height=300");
}

function sf() {document.f.control_user.focus();}

function soumission(leform){
	if ((f=MM_findObj(leform))!=null) f.submit();
}

var n = 0;
var x = posX = Math.round (screen.width/2);
var y = posY = Math.round (screen.height/2);
document.onmousemove = Pos_Souris;
window.onload = bim;

function Pos_Souris (e) {
	e = e || window.event;
	x = (e.pageX) ? e.pageX : e.clientX + document.body.scrollLeft + document.documentElement.scrollLeft;
	y = (e.pageY) ? e.pageY : e.clientY + document.body.scrollTop + document.documentElement.scrollTop;
	if (x<25) x=25;
	if (x>screen.width-75) x=screen.width-75;
}

function bim () {
	posX = Math.round (posX+(((x-posX)+20)/25));
	posY = Math.round (posY+(((y-posY)+20)/25));

//	if (n%500==0) {n=n%1000; document.body.style.background = "url(../images/bg-"+n+".jpg) center top";}
//	if ((b=MM_findObj("body"))!=null) {b.style.opacity = ((2000-n) / 2000);}

	if ((t=MM_findObj("dos"))!=null) {
		t.style.top = posY+'px';
		t.style.left = posX+'px';
	}

	setTimeout("bim()", 10);
	n++;

//	if ((m=MM_findObj("main"))!=null) {m.style.opacity = 1;}
}

//-->
