bgcolor='#00276A';
bgcolor2='#00276A';
bgcolor3='#00276A';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:0; }')
document.write('#topgauche { position:absolute;  z-index:0; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"> <DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT http://www.editeurjavascript.com 
*/
/*
LIENS
*/ 
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[1][0] = '<A HREF="index.php?p=informations" CLASS=ejsmenu><img src="../images/informations.jpg" border="0"></A>';
zlien[1][1] = '<A HREF="index.php?p=inscription" CLASS=ejsmenu><img src="../images/inscription_2.jpg" border="0"></A>';
zlien[1][2] = '<A HREF="index.php?p=interview_de_patricia" CLASS=ejsmenu><img src="../images/interview_de_patricia.jpg" border="0"></A>';
zlien[1][3] = '<A HREF="index.php?p=plan_acces" CLASS=ejsmenu><img src="../images/plan_acces.jpg" border="0"></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 = 25;
  
  function pop(msg,pos)
  {
  skn.visibility = "hidden";
  a=true
  skn.left = pos;
  var content =" <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=220><TR> <TD><TABLE WIDTH=170 BORDER=0 CELLPADDING=1 CELLSPACING=0>";
  pass = 0
  while (pass < msg.length)
  {
  content += " <TR><TD BGCOLOR="+bgcolor3+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor3+"'\" HEIGHT=15><FONT SIZE=1 FACE=\"Arial\">  "+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('<DIV ID=topgauche> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%><TR><TD><TABLE CELLPADING=1 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(true)" onmouseover="pop(zlien[0],0)" href=index.php?p=historique CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><img src="../images/presentation.jpg" border="0" alt="Présentation"></FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[1],120)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(true)" onmouseover="pop(zlien[1],120)" href=index.php?p=ateliers-creation CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><img src="../images/ateliers_creation.jpg" border="0" alt="Atelier création"></FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[2],0)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(true)" onmouseover="pop(zlien[2],0)" href=index.php?p=patricia CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><img src="../images/biographie.jpg" border="0" alt="Biographie"></FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[3],0)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(true)" onmouseover="pop(zlien[3],0)" href=index.php?p=fabriquation CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><img src="../images/fabriquation.jpg" border="0" alt="Fabrication"></FONT></a></TD>')

document.write('<TD WIDTH=260 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[4],0)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(true)" onmouseover="pop(zlien[4],0)" href=index.php?p=contact CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><img src="../images/contact.jpg" border="0" alt="Contact"></FONT></a></TD>')

document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[5],0)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(true)" onmouseover="pop(zlien[5],0)" href=index.php?p=nos_boutiques CLASS=ejsmenu><FONT SIZE=1 FACE="Arial"><img src="../images/nos_boutiques.jpg" border="0" alt="Nos boutiques"></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')