// Par jennifer Gonzalez Flores, le 25 aVRIL 2005 -->
// fichier Contenant le Message "Rechercher en cours. Veuillez patienter" 

//var top=(screen.height-100)/2;
//var left=(screen.width-400)/2;



 if (parseInt(navigator.appVersion)>3) {
	 if (navigator.appName=="Netscape") {
            left = (window.innerWidth-400)/2;
            vtop = (window.innerHeight +450)/2;
            
	 }
	 if (navigator.appName.indexOf("Microsoft")!=-1) {
            left  =(document.body.offsetWidth -400)/2;
            vtop = (document.body.offsetHeight +450 )/2;
            
	 }
	}



document.write('<style TYPE="text/css">');
document.write("#chargement {");
document.write("    position:absolute; top:"+vtop+"px; left:"+left+"px; visibility:hidden; z-index:10;");
document.write("}");

document.write("</style>");
//document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
document.write('<DIV ID="chargement">');
document.write("<TABLE WIDTH=400 BGCOLOR=#000000 BORDER=0 CELLPADDING=2 CELLSPACING=0>");
document.write("<TR>");
document.write("<TD ALIGN=center VALIGN=middle>");
document.write('<TABLE WIDTH=100% BGCOLOR="fff8b8" BORDER=0 CELLPADDING=0    CELLSPACING=0>');
document.write("<TR>");
document.write("<TD ALIGN=center VALIGN=middle>");
document.write('<FONT FACE="Verdana" SIZE=2 COLOR=#000000>');
document.write("<BR>");
document.write("Recherche en cours<br>");
document.write("Veuillez patienter...");
document.write("<BR>");
document.write("<BR>");
document.write("</FONT>");
document.write("</TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD ALIGN=center VALIGN=middle>");
//afficher le temps en minutes et secondes après 10 secondes, DHTML
//document.write('<SPAN Id="AfficherTempscoules"></SPAN>');

document.write("<BR>");
document.write("</TD>");
document.write("</TR>");

document.write("</TABLE>");
document.write("</TD>");
document.write("</TR>");
document.write("</TABLE>");
document.write("</DIV>");