bgcolor='#FF8600';
bgcolor2='#FB9626';
bgcolorbis='#FBBD7A';
bgcolorbis2='#FB9626';

document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:174px ')
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[0][0] = '<A HREF="/pdf/associations_sportives.pdf" style="text-decoration:none;">Associations sportives</A>';
zlien[0][1] = '<A HREF="/pdf/associations_culturelles.pdf" style="text-decoration:none;">Associations culturelles et de loisirs</A>';
zlien[0][2] = '<A HREF="/pdf/associations_patriotiques.pdf" style="text-decoration:none;">Associations patriotiques</A>';
zlien[0][3] = '<A HREF="/pdf/associations_a_caractere_social.pdf" target="_blank" style="text-decoration:none;">Associations &agrave; caract&egrave;re social</A>';
zlien[2][0] = '<A HREF="reservation_sport.php" style="text-decoration:none;">Equipements sportifs</A>';
zlien[2][1] = '<A HREF="reservation_culture.php" style="text-decoration:none;">Salles multiculturelles</A>';

if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 174;
	}





function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="";
pass = 0

if (msg.length!=0)
	{
	content +="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 style=\"border: 1px solid "+bgcolor+"\"><TR><TD><TABLE BORDER=0 CELLPADDING=2 CELLSPACING=0 width=150px>";
	//content += "<TR><TD class=\"menu_gauche_niveau2\" BGCOLOR="+bgcolorbis+">&nbsp;</TD></TR>";
	}

while (pass < msg.length)
	{
	content += "<TR><TD class=\"menu_gauche_niveau2\" BGCOLOR="+bgcolorbis+" onMouseOver=\"this.style.background='"+bgcolorbis2+"'\" onMouseOut=\"this.style.background='"+bgcolorbis+"'\">"+msg[pass]+"</TD></TR>";
	pass++;
	}
if (msg.length!=0)
	{
	content += "<TR><TD class=\"menu_gauche_niveau2\" BGCOLOR="+bgcolorbis+">&nbsp;</TD></TR>";
	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=174><TR><TD><TABLE CELLPADDING=8 CELLSPACING=0 BORDER=0 WIDTH=100% class="menu_gauche_niveau1">')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #FCB262"><a href="index.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>L\'annuaire des associations</b></FONT></a></TD></tr>')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #FCB262"><a href="procedure.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>Proc&eacute;dure d\'attribution de subventions aux associations chaunoises</b></FONT></a></TD></tr>')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],90)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #FCB262"><a href="reservation_index.php" style="text-decoration:none;"><FONT color="#FFFFFF"><b>R&eacute;servation de salles municipales</b></FONT></a></TD></tr>')
	document.write('<tr><TD BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],90)" onMouseOut="this.style.background=\''+bgcolor+'\'" style="border-bottom: 1px solid #FCB262"><a href="http://www.service-public.fr" target="_blank" style="text-decoration:none;"><FONT color="#FFFFFF"><b>Vos droits et d&eacute;marches</b></FONT></a></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}

	