posYmenu = 94;
bgcolor='#D3DFED';
bgcolor2='#D3DFED';
bgcolor3='#9094D4';
needcenter =false;

if(!needcenter)
	posXmenu = 155; 
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(600/2);
	else
		posXmenu = (window.innerWidth/2)-(600/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#1C1BA3; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<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[10] = new Array;
zlien[0][0] = '<font class="texte"><A HREF="eme2_01_01.htm">&nbsp;<b>&raquo;</b>&nbsp;Entreprises</A></font>';
zlien[0][1] = '<font class="texte"><A HREF="eme2_01_02.htm">&nbsp;<b>&raquo;</b>&nbsp;Associations Professionnelles</A></font>';
zlien[1][0] = '<font class="texte"><A HREF="eme2_02_01.htm">&nbsp;<b>&raquo;</b>&nbsp;Entreprises</A></font>';
zlien[1][1] = '<font class="texte"><A HREF="eme2_02_02.htm">&nbsp;<b>&raquo;</b>&nbsp;Associations Professionnelles</A></font>';
zlien[2][0] = '<font class="texte"><A HREF="eme2_03_01.htm">&nbsp;<b>&raquo;</b>&nbsp;Candidature entreprises</A></font>';
zlien[2][1] = '<font class="texte"><A HREF="eme2_03_02.htm">&nbsp;<b>&raquo;</b>&nbsp;Candidature consultants</A></font>';

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 = posYmenu+24;

function CreerObj(nom,px,py,tx,ty,visible,zindex,contenu,special,dragdrop)
{
if (visible==1)
{visi="visible;"}
else
{visi="hidden;"};
chaine='<div style="position:absolute;width:'+tx+'px;height:'+ty+'px;top:'+py+'px;left:'+px+'px;visibility:'+visi+';z-index:'+zindex+';" ID="'+nom+'" '+special+'>'+contenu+'</div>';
document.write(chaine);
}


function popup(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE  BORDER='0' class='bluebordertable'  bgcolor='#F4F4F3' CELLPADDING='0' CELLSPACING='0' width='200'><TR><TD><TABLE WIDTH='100%' BORDER='0' CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD HEIGHT='12'><FONT SIZE='1' FACE=\"Verdana,Arial\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (msg.length==0)
{content="";
}
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";
  }
}
