bgcolor='#6699CC';
bgcolor2='#6699CC';
bgcolor3='#003399';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#CC6600; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:18"><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[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;

zlien[0][0] = '';
zlien[1][0] = '<A HREF="services.aspx" CLASS=ejsmenu>Prestations de Services</A>  <img src="images/barremenu.gif" align="absmiddle">  <A HREF="internet.aspx" CLASS=ejsmenu>Internet</A>  <img src="images/barremenu.gif" align="absmiddle">  <A HREF="hebergement.aspx" CLASS=ejsmenu>Hebergement</A>  <img src="images/barremenu.gif" align="absmiddle">  <A HREF="emailing.aspx" CLASS=ejsmenu>Emailing</A>  <img src="images/barremenu.gif" align="absmiddle">  <A HREF="materiel.aspx" CLASS=ejsmenu>Vente de materiel</A>  <img src="images/barremenu.gif" align="absmiddle">  <A HREF="infographie.aspx" CLASS=ejsmenu>Infographie</A>  <img src="images/barremenu.gif" align="absmiddle">  <A HREF="depannage.aspx" CLASS=ejsmenu>Depannage</A>  <img src="images/barremenu.gif" align="absmiddle">  <A HREF="maintenance.aspx" CLASS=ejsmenu>Maintenance</A>  <img src="images/barremenu.gif" align="absmiddle">  <A HREF="assistance.aspx" CLASS=ejsmenu>Assistance</A>';
zlien[2][0] = '';
zlien[3][0] = '';
zlien[4][0] = '';
zlien[5][0] = '';
zlien[6][0] = '';

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 = 35;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR WIDTH=><TR><TD><TABLE WIDTH=200% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor3+" onMouseOver=\"this.style.background='"+bgcolor3+"'\" onMouseOut=\"this.style.background='"+bgcolor3+"'\" HEIGHT=12><FONT SIZE=1 FACE=\"Verdana\"> "+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('<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=500><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=15><TR>')
document.write('<TD WIDTH=107 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],-1000)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href=default.aspx CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">ACCUEIL</FONT></a></TD>')
document.write('<TD WIDTH=107 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],10)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">NOS METIERS</FONT></a></TD>')
document.write('<TD WIDTH=107 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],-1000)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[2],200)" href=references.aspx CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">REFERENCES</FONT></a></TD>')
document.write('<TD WIDTH=107 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],-1000)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[2],200)" href=devis.aspx CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">DEVIS</FONT></a></TD>')
document.write('<TD WIDTH=107 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],-1000)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A " onMouseOver="pop(zlien[2],200)" href=annonces.aspx CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">ANNONCES</FONT></a></TD>')
document.write('<TD WIDTH=107 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],-1000)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[2],200)" href=contact.aspx CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">CONTACT</FONT></a></TD>')

document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
