bgcolor='#780602';
bgcolor2='#CC0000';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none; font-size:15px; }')
document.write('B {color:#FFFFFF; text-decoration:none; font-size:16px;}')
document.write('A.menu {color:#FFFFFF; text-decoration:none; font-size:16px; }')
document.write('</style>')
document.write('<div style="position:relative;height:50px"><DIV class=popper id=topdeck></DIV>');

/*
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;
/*  
é       &eacute;
'        &rsquo;
ô	&ocirc;
*/ 

zlien[0][0] = '<A HREF="index.php?page=enresume" CLASS=ejsmenu>En r&eacute;sum&eacute;</A>';
zlien[0][1] = '<A HREF="index.php?page=associationloi1901" CLASS=ejsmenu >Association loi 1901</A>';
zlien[0][2] = '<A HREF="index.php?page=infospratiques" CLASS=ejsmenu>Infos pratiques</A>';

zlien[2][0] = '<A HREF="index.php?page=liste_spectacles&mois=septembre" CLASS=ejsmenu>Septembre</A>';
zlien[2][1] = '<A HREF="index.php?page=liste_spectacles&mois=octobre" CLASS=ejsmenu>Octobre</A>';
zlien[2][2] = '<A HREF="index.php?page=liste_spectacles&mois=novembre" CLASS=ejsmenu>Novembre</A>';
zlien[2][3] = '<A HREF="index.php?page=liste_spectacles&mois=decembre" CLASS=ejsmenu>D&eacute;cembre</A>';
zlien[2][4] = '<A HREF="index.php?page=liste_spectacles&mois=janvier" CLASS=ejsmenu>Janvier</A>';
zlien[2][5] = '<A HREF="index.php?page=liste_spectacles&mois=fevrier" CLASS=ejsmenu>F&eacute;vrier</A>';
zlien[2][6] = '<A HREF="index.php?page=liste_spectacles&mois=mars" CLASS=ejsmenu>Mars</A>';
zlien[2][7] = '<A HREF="index.php?page=liste_spectacles&mois=avril" CLASS=ejsmenu>Avril</A>';
zlien[2][8] = '<A HREF="index.php?page=liste_spectacles&mois=mai" CLASS=ejsmenu>Mai</A>';
zlien[2][9] = '<A HREF="index.php?page=liste_spectacles&mois=juin" CLASS=ejsmenu>Juin</A>';
zlien[2][10] = '<A HREF="index.php?page=liste_spectacles&mois=juillet" CLASS=ejsmenu>Juillet</A>';
zlien[2][11] = '<A HREF="index.php?page=liste_spectacles&mois=aout" CLASS=ejsmenu>Ao&ucirc;t</A>';
zlien[2][12] = '<A HREF="index.php?page=tarifsreservations_spectacle" CLASS=ejsmenu>Tarifs, R&eacute;servations</A>';

zlien[3][0] = '<A HREF="index.php?page=liste_loisir&type=artetcreation" CLASS=ejsmenu>Art et cr&eacute;ation</A>';
zlien[3][1] = '<A HREF="index.php?page=liste_loisir&type=danse" CLASS=ejsmenu>Danse</A>';
zlien[3][2] = '<A HREF="index.php?page=liste_loisir&type=decouverte" CLASS=ejsmenu>D&eacute;couverte</A>';
zlien[3][3] = '<A HREF="index.php?page=liste_loisir&type=jeux" CLASS=ejsmenu>Jeux</A>';
zlien[3][4] = '<A HREF="index.php?page=liste_loisir&type=langues" CLASS=ejsmenu>Langues</A>';
zlien[3][5] = '<A HREF="index.php?page=liste_loisir&type=multimedia" CLASS=ejsmenu>Multim&eacute;dia</A>';
zlien[3][6] = '<A HREF="index.php?page=liste_loisir&type=musique" CLASS=ejsmenu>Musique</A>';
zlien[3][7] = '<A HREF="index.php?page=liste_loisir&type=pourvospapilles" CLASS=ejsmenu>Pour vos papilles</A>';
zlien[3][8] = '<A HREF="index.php?page=liste_loisir&type=relaxation" CLASS=ejsmenu>Relaxation</A>';
zlien[3][9] = '<A HREF="index.php?page=liste_loisir&type=theatrecirque" CLASS=ejsmenu>Th&eacute;atre, Cirque</A>';
zlien[3][10] = '<A HREF="index.php?page=infospratiques_loisir" CLASS=ejsmenu>Infos pratiques</A>';

zlien[4][0] = '<A HREF="index.php?page=lecentredeformation" CLASS=ejsmenu>Le Centre de <br />&nbsp;&nbsp;Formation</A>';
zlien[4][1] = '<A HREF="index.php?page=liste_formations&formation=actuelle" CLASS=ejsmenu>Formations <br /> &nbsp;&nbsp;en cours</A>';
zlien[4][2] = '<A HREF="index.php?page=liste_formations&formation=anterieure" CLASS=ejsmenu>Formations <br />&nbsp;&nbsp;ant&eacute;rieures</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 = 39+"px";

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos +"px";
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=190><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>";
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=890><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana"><A HREF="index.php?page=accueil" CLASS=menu><B>Qui sommes nous ?</B></a></FONT></a></TD>')
document.write('<TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],110)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],110)" href=# CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana"><A HREF="index.php?page=actualites" CLASS=menu><B>Actualit&eacute;s</B></a></FONT></a></TD>')
document.write('<TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],254)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],254)" href=# CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana"><B>Spectacles vivants</B></FONT></a></TD>')
document.write('<TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],381)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],381)" href=# CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana"><B>Loisirs cr&eacute;atifs</B></FONT></a></TD>')
document.write('<TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],508)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],508)" href=# CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana"><B>Formations</B></FONT></a></TD>')
document.write('<TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],550)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],550)" href=# CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana"><A HREF="index.php?page=galerie" CLASS=menu><B>Galerie photos</B></a></FONT></a></TD>')
document.write('<TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],660)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],660)" href=# CLASS=ejsmenu><FONT SIZE=3 FACE="Verdana"><A HREF="index.php?page=liens" CLASS=menu><B>Liens</B></a></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')