bgcolor='#4C6FA5';
bgcolor2='#F2D46F';

document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:1; }')
document.write('#topgauche { position:absolute;  z-index:0; }')
document.write('A:link.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A:visited.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:15"><DIV class=popper id=topdeck></DIV>');

zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;

zlien[0][0] = '<A HREF="index.php?page=index" CLASS=ejsmenu>Retour Accueil</A>';
zlien[0][1] = '<A HREF="../index.html" CLASS=ejsmenu>Revoir Introduction</A>';
zlien[0][2] = '<A HREF="index.php?page=admin" CLASS=ejsmenu>Administration</A>';
zlien[1][0] = '<A HREF="index.php?page=coordonnees" CLASS=ejsmenu>Nos coordonnées</A>';
zlien[1][1] = '<A HREF="index.php?page=ecrire" CLASS=ejsmenu>Nous écrire</A>';
zlien[1][2] = '<A HREF="index.php?page=devis" CLASS=ejsmenu>Demande de devis</A>';
zlien[2][0] = '<A HREF="index.php?page=reference" CLASS=ejsmenu>Nos r&eacute;f&eacute;rences</A>';
zlien[3][0] = '<A HREF="index.php?page=catalogue" CLASS=ejsmenu>Nos prestations</A>';

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 16;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=15><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;

document.write('<map name="menu">')
document.write('<area alt="" coords="40,4,99,20" onClick="return(false)" onMouseOver="pop(zlien[0],30)" href=accueil target=_self>')
document.write('<area alt="" coords="342,5,415,21" onClick="return(false)" onMouseOver="pop(zlien[1],332)" href=contacts target=_self>')
document.write('<area alt="" coords="116,4,207,20" onClick="return(true)" onMouseOver="pop(zlien[2],106)" href=index.php?page=reference target=_self>')
document.write('<area alt="" coords="232,4,320,21" onClick="return(true)" onMouseOver="pop(zlien[3],222)" href=index.php?page=catalogue target=_self>')
document.write('</map>')


