bgcolor='#f000e2';
bgcolor2='#000000';
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:#f499f4; text-decoration:none; font-weight:bold;}')
document.write('A.ejsmenu {color:#ffffff; text-decoration:none; font-weight:bold;}')
document.write('</style>')
document.write('<div style="position:relative;height:75"><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[7] = new Array;
zlien[8] = new Array;
zlien[1][0] = '<A HREF="/html/presentation_ecole.html" CLASS=ejsmenu>DIRECTION</A>';
zlien[1][1] = '<A HREF="/html/equipe_mireille.html" CLASS=ejsmenu>ECOLE</A>';
zlien[2][0] = '<A HREF="/html/cap_coiffure.html" CLASS=ejsmenu>CAP</A>';
zlien[2][1] = '<A HREF="/html/bp_mireille.html" CLASS=ejsmenu>BP</A>';
zlien[2][2] = '<A HREF="/html/mention_coiffure.html" CLASS=ejsmenu>MENTIONS</A>';
zlien[3][0] = '<A HREF="/html/cap_esthetique.html" CLASS=ejsmenu>CAP</A>';
zlien[3][1] = '<A HREF="/html/bp_mireille.html" CLASS=ejsmenu>BP</A>';
zlien[3][2] = '<A HREF="/html/bacpro_ecole.html" CLASS=ejsmenu>BAC PRO</A>';
zlien[3][3] = '<A HREF="/html/bts_esthetique.html" CLASS=ejsmenu>BTS</A>';
zlien[4][0] = '<A HREF="/html/offres_emplois.php" CLASS=ejsmenu title="Formulaire de dépot pour des propositions de stages/emplois à l\'usage des professionnels">Annonces des professionnels</A>';
zlien[4][1] = '<A HREF="/html/listeDemandesEmploi.php" CLASS=ejsmenu  title="Demandes de stages et d\'emplois faites par les étudiants">Offres des élèves</A>';
zlien[6][0] = '<A HREF="/html/info_mireille.html" CLASS=ejsmenu>PRATIQUE</A>';
zlien[6][1] = '<A HREF="/html/charte.html" CLASS=ejsmenu>CHARTE</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 = 24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=100><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=2 FACE=\"Arial\">&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('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=900><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 HEIGHT=10><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[0],600)" onmouseout="this.style.background=\''+bgcolor+'\'"><A HREF="/index.php" onMouseOver="pop(zlien[0],600)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">ACCUEIL</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[1],100)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">PRESENTATION</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[2],200)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">COIFFURE</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[3],300)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[3],295)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">ESTHETIQUE</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[7],420)" onmouseout="this.style.background=\''+bgcolor+'\'"><A HREF="/html/doc.html" onmouseover="pop(zlien[7],420)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">DOCUMENTATION</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[4],515)" onmouseout="this.style.background=\''+bgcolor+'\'"><A HREF="/html/offres_emplois.php" onmouseover="pop(zlien[4],515)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">EMPLOIS</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[5],600)" onmouseout="this.style.background=\''+bgcolor+'\'"><A HREF="/video/video.html" onmouseover="pop(zlien[5],600)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">VIDEO</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[6],705)" onmouseout="this.style.background=\''+bgcolor+'\'"><A onclick="return(false)" onmouseover="pop(zlien[6],705)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">INFOS</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onmouseover="this.style.background=\''+bgcolor2+'\';pop(zlien[8],805)" onmouseout="this.style.background=\''+bgcolor+'\'"><A HREF="/acces_prive/acces.php" onmouseover="pop(zlien[8],805)" href=# CLASS=ejsmenu target="_blank" title="accès réservé aux élèves pour la consulation des petites annonces professionnelles"><FONT SIZE=2 FACE="Arial">ACCES PRIVE</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></div></div>')