bgcolor='#006699';
bgcolor2='#6699CC';
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[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[1][0] = '<A HREF="../association/objectif.php" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Objectifs</FONT></A>';
zlien[1][1] = '<A HREF="../association/adhesion.php" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Adhésion</FONT></A>';
zlien[1][2] = '<A HREF="../association/participer.php" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Participation</FONT></A>';
zlien[1][3] = '<A HREF="../association/modalites.php" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Demande de matériel</FONT></A>';
zlien[2][0] = '<A HREF="../action/realisation.htm" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Réalisations</FONT></A>';
zlien[2][1] = '<A HREF="../action/besoin.htm" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Nos besoins</FONT></A>';
zlien[2][2] = '<A HREF="../action/partenariat.htm" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Partenariats</FONT></A>';
zlien[2][3] = '<A HREF="../action/antenne.htm" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Antennes</FONT></A>';
zlien[2][4] = '<A HREF="../action/donateur.htm" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Donateurs</FONT></A>';
zlien[2][5] = '<A HREF="http://jeunesespoir2000.blogspot.com/" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Parrainage</FONT></A>';
zlien[3][0] = "<A HREF='../press/news.php' CLASS=ejsmenu><FONT COLOR='#FFFFFF'>Information de<br>&nbsp;&nbsp;l'e-solidarité</FONT></A>";
zlien[3][1] = '<A HREF="../press/billet.php" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Billet de JE2000</FONT></A>';
zlien[3][2] = '<A HREF="../press/lien.php" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Liens</FONT></A>';
zlien[3][3] = '<A HREF="../press/revupress.php" CLASS=ejsmenu><FONT COLOR="#FFFFFF">Revue de presse</FONT></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 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=\"Verdana\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></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=80><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=80>')
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><a href="../index.htm"><FONT SIZE=2 FACE="Verdana" COLOR="#FFFFFF">Accueil</FONT></a></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><a href="../association/association.php"><FONT SIZE=2 FACE="Verdana" COLOR="#FFFFFF">Association</FONT></a></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],40)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><a href="../action/action.htm"><FONT SIZE=2 FACE="Verdana" COLOR="#FFFFFF">Nos actions</FONT></a></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><a href="../press/actu.php"><FONT SIZE=2 FACE="Verdana" COLOR="#FFFFFF">Actualité</FONT></a></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');