bgcolor='#9999cc';
bgcolor2='#ff9900';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('.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[0][0] = '<A HREF="http://recruter.ifrance.com/index.html" CLASS=ejsmenu>Nos points forts</A>';
zlien[0][1] = '<A HREF="http://recruter.ifrance.com/page2.html" CLASS=ejsmenu>Notre concept</A>';
zlien[0][2] = '<A HREF="http://recruter.ifrance.com/page3.html" CLASS=ejsmenu>Comité de direction</A>';
zlien[0][3] = '<A HREF="http://recruter.ifrance.com/page4.html" CLASS=ejsmenu>Nos produits</A>';
zlien[0][4] = '<A HREF="http://recruter.ifrance.com/page5.html" CLASS=ejsmenu>Notre franchise</A>';
zlien[0][5] = '<A HREF="http://recruter.ifrance.com/page6.html" CLASS=ejsmenu>Critères d\'intégration</A>';
zlien[0][6] = '<A HREF="http://recruter.ifrance.com/page7.html" CLASS=ejsmenu>Investissement</A>';
zlien[0][7] = '<A HREF="http://recruter.ifrance.com/page8.html" CLASS=ejsmenu>Nous contacter</A>';
zlien[0][8] = '<A HREF="http://recruter.ifrance.com/index.html" CLASS=ejsmenu>Retour</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 99;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
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=1 FACE=\"Arial\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=100 HEIGHT=20><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=20>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><font face="Mistral" color=#ffcc00 size=5><B>Q</B></font><font face="Mistral" color=#cccccc size=4>ual</font><font face="Mistral" color=#ff0000 size=5><I>!</I></font><font face="Mistral" color=#ff0000 size=2><I></I></font><font face="Mistral" color=#cccccc size=4>T</font></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');