posYmenu = 220;
bgcolor='#CCCCCC';
bgcolor2='#FFCC00';
needcenter=true;
if(!needcenter)
	posXmenu = 0;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(800/2);
	else
		posXmenu = (window.innerWidth/2)-(800/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');

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[7] = new Array;
zlien[0][0] = '<A HREF="http://www.pacbo.fr/index.html" CLASS=ejsmenu >Accueil</A>';
zlien[1][0] = '<A HREF="http://www.pacbo.fr/adn.html" CLASS=ejsmenu >Association ADN</A>';
zlien[1][1] = '<A HREF="http://www.pacbo.fr/artnat.html" CLASS=ejsmenu >Les objectifs de ADN</A>';
zlien[1][2] = '<A HREF="http://www.pacbo.fr/parten.html" CLASS=ejsmenu >Nos partenaires</A>';
zlien[2][0] = '<A HREF="http://www.pacbo.fr/pacbo.html" CLASS=ejsmenu >Le Pac Bô</A>';
zlien[2][1] = '<A HREF="http://www.pacbo.fr/artistes.html" CLASS=ejsmenu >Les artistes</A>';
zlien[3][0] = '<A HREF="http://www.pacbo.fr/cours.html" CLASS=ejsmenu >Enfants</A>';
zlien[3][1] = '<A HREF="http://www.pacbo.fr/e_tr1.html" CLASS=ejsmenu >trimestre 1</A>';
zlien[3][2] = '<A HREF="http://www.pacbo.fr/e_tr2.html" CLASS=ejsmenu >trimestre 2</A>';
zlien[3][3] = '<A HREF="http://www.pacbo.fr/e_tr3.html" CLASS=ejsmenu >trimestre 3</A>';
zlien[3][4] = '<A HREF="http://www.pacbo.fr/coursa.html" CLASS=ejsmenu >Adultes</A>';
zlien[3][5] = '<A HREF="http://www.pacbo.fr/a_tr1.html" CLASS=ejsmenu >trimestre 1</A>';
zlien[3][6] = '<A HREF="http://www.pacbo.fr/a_tr2.html" CLASS=ejsmenu >trimestre 2</A>';
zlien[3][7] = '<A HREF="http://www.pacbo.fr/a_tr3.html" CLASS=ejsmenu >trimestre 3</A>';
zlien[3][8] = '<A HREF="http://www.pacbo.fr/anten.html" CLASS=ejsmenu >Antennes</A>';
zlien[4][0] = '<A HREF="http://www.pacbo.fr/classes.html" CLASS=ejsmenu >Accueil de classes</A>';
zlien[4][1] = '<A HREF="http://www.pacbo.fr/loisirs.html" CLASS=ejsmenu >Centre de Loisirs</A>';
zlien[4][2] = '<A HREF="http://www.pacbo.fr/form.html" CLASS=ejsmenu >Formation</A>';
zlien[4][3] = '<A HREF="http://www.pacbo.fr/penf.html" CLASS=ejsmenu >Petite enfance</A>';
zlien[4][4] = '<A HREF="http://www.pacbo.fr/social.html"" CLASS=ejsmenu >Secteur sanitaire et social</A>';
zlien[4][5] = '<A HREF="http://www.pacbo.fr/stage.html"" CLASS=ejsmenu >Stages</A>';
zlien[4][6] = '<A HREF="http://www.pacbo.fr/event.html" CLASS=ejsmenu >Evenements</A>';
zlien[5][0] = '<A HREF="http://www.pacbo.fr/residce.html" CLASS=ejsmenu >Echelle 1</A>';
zlien[5][1] = '<A HREF="http://www.pacbo.fr/ech1.html" CLASS=ejsmenu >Echelle 1.1</A>';
zlien[5][2] = '<A HREF="http://www.pacbo.fr/ech2.html" CLASS=ejsmenu >Echelle 1.2</A>';
zlien[5][3] = '<A HREF="http://www.pacbo.fr/ech3.html" CLASS=ejsmenu >Echelle 1.3</A>';
zlien[6][0] = '<A HREF="http://www.pacbo.fr/coloc.html" CLASS=ejsmenu >Colloques / Rencontres</A>';
zlien[7][0] = '<A HREF="http://www.pacbo.fr/rens.html" CLASS=ejsmenu >Renseignements</A>';
zlien[7][1] = '<A HREF="http://www.pacbo.fr/inscr.html" CLASS=ejsmenu >Inscriptions</A>';
zlien[7][2] = '<A HREF="http://www.pacbo.fr/contact.html" CLASS=ejsmenu >Contacts</A>';
zlien[7][3] = '<A HREF="http://www.pacbo.fr/liens.html" CLASS=ejsmenu >Liens</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 = posYmenu+28;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=1 CELLSPACING=1 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=1 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=35><FONT SIZE=1 FACE=\"arial\"><b>  "+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=1 BGCOLOR=#000000 WIDTH=800><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=35><TR>')
document.write('<TD WIDTH=220 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=2 FACE="arial"><b>Accueil</b></FONT></a></TD>')
document.write('<TD WIDTH=250 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],95)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],95)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><b>ADN</b></FONT></a></TD>')
document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],170)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><b>Un lieu artistique</b></FONT></a></TD>')
document.write('<TD WIDTH=200 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><b>Cours / Ateliers</b></FONT></a></TD>')
document.write('<TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><b>Propositions</b></FONT></a></TD>')
document.write('<TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],500)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><b>Créations / Résidences</b></FONT></a></TD>')
document.write('<TD WIDTH=150 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],590)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],590)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><b>Colloques / Rencontres</b></FONT></a></TD>')
document.write('<TD WIDTH=180 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],695)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[7],695)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="arial"><b>Inscriptions</b></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')