bgcolor='#FFFF99';
bgcolor2='#FFCC00';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:150px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {face:Trebuchet MS; color:#000000; text-decoration:none; font-size=11px}')
document.write('.ejsmenu {color:#000000; text-decoration:none; font-size=11px}')
document.write('</style>')
document.write('<div style="position:relative;height:40"><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[0][0] = '<A HREF="asso_qui.html">Qui sommes nous ?</A>';
zlien[0][1] = '<A HREF="asso_bur.html">Bureau</A>';
zlien[0][2] = '<A HREF="asso_oun.html" CLASS=ejsmenu>Où nous trouver ?</A>';
zlien[0][3] = '<A HREF="WORD/asso_adh_adhesion.doc" target="_blank" CLASS=ejsmenu>Adhérer</A>';
zlien[0][4] = '<A HREF="mailto:contact@adbenalsace.org" CLASS=ejsmenu>Contact</A>';
zlien[1][0] = '<A HREF="vieadben_com.html" CLASS=ejsmenu>Compte-rendu</A>';
zlien[1][1] = '<A HREF="vieadben_age.html" CLASS=ejsmenu>Agenda</A>';
zlien[3][0] = '<A HREF="pratiqueprof_par.html" CLASS=ejsmenu>Partage</A>';
zlien[3][1] = '<A HREF="pratiqueprof_exp.html" CLASS=ejsmenu>Expérience</A>';
zlien[3][2] = '<A HREF="pratiqueprof_ger.html" CLASS=ejsmenu>Gérer votre CDI en Alsace</A>';
zlien[3][3] = '<A HREF="pratiqueprof_jou.html" CLASS=ejsmenu>Journées professionnelles</A>';
zlien[5][0] = '<A HREF="http://adbenalsace.forumsactifs.com" target="_blank" CLASS=ejsmenu>Forum</A>';
zlien[5][1] = '<A HREF="onreagit_pos.html" CLASS=ejsmenu>Positions de l\'ADBEN Alsace</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 149;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=170>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=30><font face=\"Trebuchet MS\" size=2>&nbsp;&nbsp;"+msg[pass]+"</font></TD></TR>";
	pass++;
	}
content += "</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=#FFFF99 WIDTH=150 HEIGHT=280>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><img src="Images/Bouton_Lassociation.jpg" width="150" height="40" border="0"></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],40)" onMouseOut="this.style.background=\''+bgcolor+'\'"><img src="Images/Bouton_VieADBENAlsace.jpg" width="150" height="40" border="0"></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],80)" onMouseOut="this.style.background=\''+bgcolor+'\'"><a href="portail.html"><img src="Images/Bouton_PortailMetier.jpg" width="150" height="40" border="0"></a></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],120)" onMouseOut="this.style.background=\''+bgcolor+'\'"><img src="Images/Bouton_PratiqueProf.jpg" width="150" height="40" border="0"></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],160)" onMouseOut="this.style.background=\''+bgcolor+'\'"><a href="evenements.html"><img src="Images/Bouton_Evenements.jpg" width="150" height="40" border="0"></a></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><img src="Images/Bouton_Onreagit.jpg" width="150" height="40" border="0"></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],240)" onMouseOut="this.style.background=\''+bgcolor+'\'"><a href="archives.html"><img src="Images/Bouton_Archives.jpg" width="150" height="40" border="0"></a></TD></tr>')
	document.write('</TABLE></DIV>')
	}
document.write('</div>');