posYmenu = 270;
bgcolor2='#FFCC00';
bgcolor='#FFCC00';
needcenter =true;
if(!needcenter)
posXmenu = 55;
else
{ if (document.all)
posXmenu = (document.body.clientWidth/2)-(800/2);
else
posXmenu = (window.innerWidth/2)-(800/2)-10; // 10 correspond à la largeur de la moitié de la scrollbar
}
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:#000000; text-decoration:none;}');
document.write('A.ejsmenu {color:#000000; text-decoration:none;}');
document.write('</style>');
document.write('<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[6] = new Array;
zlien[7] = new Array;
zlien[8] = new Array;

zlien[2][0] = '<A HREF="../infos/infos.html" CLASS=ejsmenu>&nbsp;Infos société</A>';
zlien[2][1] = '<A HREF="../infos/rech.html" CLASS=ejsmenu>&nbsp;Etudes et recherche</A>';
zlien[3][0] = '<A HREF="../formation/FormDispo.asp?type=courte" CLASS=ejsmenu>&nbsp;Formations courtes</A>';
zlien[3][1] = '<A HREF="../formation/FormDispo.asp?type=longue" CLASS=ejsmenu>&nbsp;Formations longues</A>';
zlien[5][0] = '<A HREF="../candidat/inscription.asp" CLASS=ejsmenu>&nbsp;Formations courtes</A>';
zlien[5][1] = '<A HREF="../candidat/inscriptiontec.asp" CLASS=ejsmenu>&nbsp;Formations longues</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 = posYmenu+30;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=130><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
{
content += "<TR><TD ALIGN=left BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=30><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=1 BORDER=0 WIDTH=100% HEIGHT=30><TR>')

if (document.all)
{
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[0],0)" HREF="../index.asp" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Accueil</b></FONT></a></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],89)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[1],400)" HREF="../informations/ListeInfos.asp" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Infos</b></FONT></a></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],176)" onMouseOut="this.style.background=\''+bgcolor+'\'"><FONT SIZE=1 FACE="Verdana"><b>Détails sur le CIRP</b></FONT></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],264)" onMouseOut="this.style.background=\''+bgcolor+'\'"><FONT SIZE=1 FACE="Verdana"><b>Formations</b></FONT></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],350)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[4],300)" HREF="../bilan/bilan.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Bilan</b></FONT></a></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[5],400)" HREF="../candidat/cand.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Espace Candidat</b></FONT></a></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],500)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[6],400)" HREF="../entreprise/entre.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Espace Entreprise</b></FONT></a></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],600)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[7],400)" HREF="../contact/contact.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Contact</b></FONT></a></TD>')
document.write('<TD WIDTH=88 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[8],600)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[8],400)" HREF="../iut/iut.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Nouveautés télécharger</b></FONT></a></TD>')
}
else
{
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[0],0)" HREF="../index.asp" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Accueil</b></FONT></a></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],89)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[1],400)" HREF="../informations/ListeInfos.asp" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Infos</b></FONT></a></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],176)" onMouseOut="this.style.background=\''+bgcolor+'\'"><FONT SIZE=1 FACE="Verdana"><b>Détails sur le CIRP</b></FONT></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],264)" onMouseOut="this.style.background=\''+bgcolor+'\'"><FONT SIZE=1 FACE="Verdana"><b>Formations</b></FONT></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],350)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[4],300)" HREF="../bilan/bilan.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Bilan</b></FONT></a></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[5],400)" HREF="../candidat/cand.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Espace Candidat</b></FONT></a></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],500)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[6],400)" HREF="../entreprise/entre.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Espace Entreprise</b></FONT></a></TD>')
document.write('<TD WIDTH=89 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],600)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[7],400)" HREF="../contact/contact.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Contact</b></FONT></a></TD>')
document.write('<TD WIDTH=88 HEIGHT=30 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[8],600)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onMouseOver="pop(zlien[8],400)" HREF="../iut/iut.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Nouveautés télécharger</b></FONT></a></TD>')
}

document.write('</TR></TABLE></TD></TR></TABLE></DIV>')


