posYmenu = 35;
bgcolor='#cc9933';
bgcolor2='#FFCC66';
needcenter = true;
if(!needcenter)
	posXmenu = 300;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(300/2);
	else
		posXmenu = (window.innerWidth/2)-(300/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:#FFFFFF; text-decoration:none; font-size: 10 px}')
document.write('A.ejsmenu {color:#660033; text-decoration:none; font-size: 10 px}')
document.write('A:visited.ejsmenu {color:#FFFFFF; text-decoration:none; font-size: 10 px}')
document.write('</style>')
document.write('<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[0][0] = '<A HREF="../index.htm" CLASS=ejsmenu>Francopolis</A>';
zlien[0][1] = '<A HREF="../charte.htm" CLASS=ejsmenu>La Charte</A>';
zlien[0][2] = '<A HREF="../comite.htm" CLASS=ejsmenu>Comité poésie</A>';
zlien[0][3] = '<A HREF="../sites.htm" CLASS=ejsmenu>Sites partenaires</A>';
zlien[0][4] = '<A HREF="../equipe.htm" CLASS=ejsmenu>Les francopolistes</A>';

zlien[1][0] = '<A HREF="../vostextes.htm" CLASS=ejsmenu>librairie de poésie</A>';
zlien[1][1] = '<A HREF="../francosemailles.htm" CLASS=ejsmenu>Franco-semailles</A>';
zlien[1][2] = '<A HREF="../creaphonie.htm" CLASS=ejsmenu>Créaphonie</A>';
zlien[1][3] = '<A HREF="../chansons.htm" CLASS=ejsmenu>conte et chanson</A>';
zlien[1][4] = '<A HREF="../langue.htm" CLASS=ejsmenu>Langue en web</A>';
zlien[1][5] = '<A HREF="../revues.htm" CLASS=ejsmenu>lectures chroniques</A>';
zlien[1][6] = '<A HREF="../vues.htm" CLASS=ejsmenu>Vues de Francophonie</A>';
zlien[1][7] = '<A HREF="../salon/fsalon.htm" CLASS=ejsmenu>Le salon de lecture</A>';
zlien[1][8] = '<A HREF="../liensettrouvailles.htm" CLASS=ejsmenu>Liens et trouvailles</A>';
zlien[1][9] = '<A HREF="../rubriques.html" CLASS=ejsmenu>Gueule de mots / Les pieds des mots</A>';
zlien[1][10] = '<A HREF="../Vie-Poete.htm" CLASS=ejsmenu>Une vie,un poète</A>';

zlien[2][0] = '<A HREF="../humeur.htm" CLASS=ejsmenu>Billets humeuristiques</A>';
zlien[2][1] = '<A HREF="http://177897.aceboard.fr/index.php?login=177897&rub=" CLASS=ejsmenu>Le forum de francopolis</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+24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = (document.body.clientWidth - 640) / 2 + 300 + pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#660033 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>";
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><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#660033 WIDTH=300><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\';kill"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Présentation</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],100)" onMouseOut="this.style.background=\''+bgcolor+'\';kill"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Rubriques</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\';kill"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Zone Franche</B></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')

