bgcolor='#8075BA';
bgcolor2='#FFFFFF';
bgcolor3='#A5000D';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:1; }')
document.write('#topgauche { position:absolute;  z-index:1; }')

document.write('A:hover.ejsmenu1 {color:#A5000D; text-decoration:none;}')
document.write('A.ejsmenu1 {color:#FFFFFF; text-decoration:none;}')

document.write('A:hover.ejsmenu {color:#A5000D; text-decoration:none;}')
document.write('A.ejsmenu {color:#8075BA; text-decoration:none;}')

document.write('</style>')
document.write('<div style="position:relative;height:16"><DIV class=popper id=topdeck></DIV>');

/*
LIENS
*/
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?srub=calendrier" CLASS=ejsmenu>Catalogue en ligne</A>';
zlien[0][1] = '<A HREF="javascript:open_win(\'ordre_achat.php\',\'ordre_achat\',0,0,691,650,\'yes\',\'yes\',\'no\',\'yes\',\'no\')" CLASS=ejsmenu>Ordre d\'achat</A>';
zlien[0][2] = '<A HREF="javascript:open_win(\'vendre_objet.php\',\'ordre_achat\',0,0,691,650,\'yes\',\'yes\',\'no\',\'yes\',\'no\')" CLASS=ejsmenu>Vendre un objet</A>';
zlien[2][0] = '<A HREF="index.php?srub=pagesmod&type_page=presentation" CLASS=ejsmenu>Présentation</A>';
zlien[2][1] = '<A HREF="index.php?srub=pagesmod&type_page=accueil_etude" CLASS=ejsmenu>Accueil de l\'Etude</A>';
zlien[2][2] = '<A HREF="index.php?srub=pagesmod&type_page=plan_acces" CLASS=ejsmenu>Où sommes-nous ?</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 = 15;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=1 CELLSPACING=0 BGCOLOR=#8075BA WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor2+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor2+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></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('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=800><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=16><TR>')

document.write('<TD WIDTH=45  BGCOLOR='+bgcolor+' </TD>')

document.write('<TD WIDTH=159 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="kill(); this.style.background=\''+bgcolor+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href=\'index.php?srub=evenements&type_page=evenements\' CLASS=ejsmenu1><FONT size=1 FACE="verdana"><B>EVENEMENTS</B></FONT></a></TD>')

document.write('<TD WIDTH=127 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor+'\';pop(zlien[0],199)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu1><FONT SIZE=1 FACE="Verdana"><B>VENTES</B></FONT></a></TD>')

document.write('<TD WIDTH=149 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="kill(); this.style.background=\''+bgcolor+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href=\'index.php?srub=resultats\' CLASS=ejsmenu1><FONT size=1 FACE="verdana"><B>RESULTATS</B></FONT></a></TD>')

document.write('<TD WIDTH=220 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor+'\';pop(zlien[2],475)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],400)" href=# CLASS=ejsmenu1><FONT SIZE=1 FACE="Verdana"><B>A PROPOS DE L\'ETUDE</B></FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="kill(); this.style.background=\''+bgcolor+'\'" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href=\'mailto:chochon@allardi.com\' CLASS=ejsmenu1><FONT size=1 FACE="verdana"><B>CONTACT</B></FONT></a></TD>')

document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')