bgcolor='#FFFFFF';
bgcolor2='#CCCCCC';
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:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><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[0][0] = '<A HREF="indexass.php?p=presentation" CLASS=ejsmenu>Présentation</A>';
zlien[0][1] = '<A HREF="indexass.php?p=dmembre" CLASS=ejsmenu>Adhérez !</A>';
zlien[0][2] = '<A HREF="indexass.php?p=charte" CLASS=ejsmenu>La Charte des journaliste jeunes</A>';
zlien[0][3] = '<A HREF="indexass.php?p=manifeste" CLASS=ejsmenu>Notre Manifeste</A>';
zlien[0][4] = '<A HREF="indexass.php?p=equipe" CLASS=ejsmenu>Le Conseil d\'Administration 2009-10</A>';
zlien[0][5] = '<A HREF="http://www.obs-presse-lyceenne.org" target="_blank" CLASS=ejsmenu>Observatoire de la presse lycéenne</A>';
zlien[0][6] = '<A HREF="indexass.php?p=europeanyp" CLASS=ejsmenu>European Youth Press</A>';
zlien[0][7] = '<A HREF="http://www.juniorassociation.org" target="_blank" CLASS=ejsmenu>Junior Association</A>';

zlien[1][0] = '<A HREF="http://www.festival-expresso.org" target="_blank" CLASS=ejsmenu>Festival national Expresso</A>';
zlien[1][1] = '<A HREF="http://www.cnjs-varenne.org" target="_blank" CLASS=ejsmenu>Concours national de journaux</A>';
zlien[1][2] = '<A HREF="indexact.php?p=presscitron" CLASS=ejsmenu>Université d\'été "Press\'citron"</A>';
zlien[1][3] = '<A HREF="indexact.php?p=stop" CLASS=ejsmenu>Campagne "Stop aux clichés"</A>';
zlien[1][4] = '<A HREF="indexact.php?p=prixeuropeen" CLASS=ejsmenu>European young journalist award</A>';
zlien[1][5] = '<A HREF="indexact.php?p=paroleauxjeunes" CLASS=ejsmenu>Parole aux jeunes</A>';
zlien[1][6] = '<A HREF="http://lebloglyceen.phosphore.com" target="_blank" CLASS=ejsmenu>Le Blog lycéen [CLOS]</A>';
zlien[1][7] = '<A HREF="indexact.php?p=assises" CLASS=ejsmenu>European Youth Media Days [CLOS]</A>';
zlien[1][8] = '<A HREF="indexact.php?p=concoursfrall" CLASS=ejsmenu>Concours Chassé-croisé [CLOS]</A>';

zlien[2][0] = '<A HREF="indexact.php?p=cpj" CLASS=ejsmenu>La Carte de presse jeune</A>';
zlien[2][1] = '<A HREF="indexact.php?p=censure" CLASS=ejsmenu>"SOS censure"</A>';
zlien[2][2] = '<A HREF="indexact.php?p=publications" CLASS=ejsmenu>Nos publications</A>';
zlien[2][3] = '<A HREF="indexact.php?p=jed" CLASS=ejsmenu>Journaux en direct</A>';

zlien[3][0] = '<A HREF="indexcreer.php?p=kit" CLASS=ejsmenu>Le kit "Créer son journal"</A>';
zlien[3][1] = '<A HREF="indexcreer.php?p=ressources" CLASS=ejsmenu>Ressources en ligne</A>';
zlien[3][2] = '<A HREF="indexcreer.php?p=biblio" CLASS=ejsmenu>Bibliographie</A>';
zlien[3][3] = '<A HREF="indexcreer.php?p=liens" CLASS=ejsmenu>Sitographie</A>';

zlien[4][0] = '<A HREF="indexcont.php?p=contactasso" CLASS=ejsmenu>Contacter l\'association</A>';
zlien[4][1] = '<A HREF="indexcont.php?p=mailing" CLASS=ejsmenu>Newsletter</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 = 24;

function kill()
{
	skn.visibility = "hidden";
}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=222><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=22><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";

  }
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=862><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=172 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="Verdana"><B>L\'association</B></FONT></a></TD>')
document.write('<TD WIDTH=172 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],172)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Evénements</B></FONT></a></TD>')
document.write('<TD WIDTH=172 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],345)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],100)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Services</B></FONT></a></TD>')
document.write('<TD WIDTH=172 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],517)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],100)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Créer son journal</B></FONT></a></TD>')
document.write('<TD WIDTH=172 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],689)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],100)"  href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><B>Contact</B></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')



