document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('.Style10 { font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration:none;}')
document.write('.Style11 { color:#990066; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A.menudyn3 {color:#990066; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration:none;}');
document.write('A:hover.menudyn3 {color:#FF6600;font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration:none;}');
document.write('</style>')
document.write('<div style="position:relative;height:77"><DIV class=popper id=topdeck></DIV>');

/*
LIENS
*/

xlien = new Array;
xlien[0] = ''
xlien[1] = ''
xlien[2] = ''

xlien[0] += '<A HREF="magazine.php" CLASS=menudyn3>Le magazine</A>';
xlien[0] += '<span class=Style11> | </span>' ;
xlien[0] += '<A HREF="numencours.php" CLASS=menudyn3>Numéro en cours</A>';
xlien[0] += '<span class=Style11> | </span>' ;
xlien[0] += '<A HREF="anciennum.php" CLASS=menudyn3>Anciens numéros</A>';
xlien[0] += '<br>' ;
xlien[0] += '<A HREF="oeuvres.php" CLASS=menudyn3>Exposez vos oeuvres</A>';
xlien[0] += '<span class=Style11> | </span>' ;
xlien[0] += '<A HREF="carnetadresse.pdf" target="_blank" CLASS=menudyn3>Carnet d\'adresses</A>';


xlien[1] += '<A HREF="redaction.php" CLASS=menudyn3>La rédaction</A>';
xlien[1] += '<span class=Style11> | </span>' ;
xlien[1] += '<A HREF="collaborateurs.php" CLASS=menudyn3>Les collaborateurs du magazine</A>';
xlien[1] += '<span class=Style11> | </span>' ;
xlien[1] += '<A HREF="bientot.php" CLASS=menudyn3>Contacts administratifs et pub</A>';


xlien[2] += '<A HREF="bientot.php" CLASS=menudyn3>Accueil boutique</A>';
xlien[2] += '<span class=Style11> | </span>' ;
xlien[2] += '<A HREF="bientot.php" CLASS=menudyn3>Abonnement/anciens numéros</A>';
xlien[2] += '<span class=Style11> | </span>' ;
xlien[2] += '<A HREF="bientot.php" CLASS=menudyn3>Librairie</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 = 77;

function pop(msg,pos)
{
//alert("ca passe : pop");	
skn.visibility = "hidden";
skn.left = pos;
var content ="<div id='Layer1' style='width:600px; height:31px;  z-index:1;'><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=1 width=100% height=100% BGCOLOR=#000000>";
	content += "<TR height=100%><TD height=100% COLSPAN="+(xlien.length)+" BGCOLOR=#FFFFFF VALIGN=center ALIGN=center>"+msg+"</TD></TR></TABLE></div>";

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 colorIt(tditem)
{
	if(document.all)
		{
			//alert("ca passe : colorIt all");
			document.all.td0.style.background='#990066';
			document.all.td0.style.color='#FFFFFF';
			document.all.td1.style.background='#990066';
			document.all.td1.style.color='#FFFFFF';
			document.all.td2.style.background='#990066';
			document.all.td2.style.color='#FFFFFF';
			tditem.style.background='#FFFFFF';
			tditem.style.color='#990066';
		}
else if(document.getElementById)
	{
			//alert("ca passe : colorIt getby");			
			document.getElementById("td0").style.background='#990066';
			document.getElementById("td0").style.color='#FFFFFF';
			document.getElementById("td1").style.background='#990066';
			document.getElementById("td1").style.color='#FFFFFF';
			document.getElementById("td2").style.background='#990066';
			document.getElementById("td2").style.color='#FFFFFF';
			tditem.style.background='#FFFFFF';
			tditem.style.color='#990066';
	}
}



function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<TABLE BORDER=0 CELLPADDING=6 CELLSPACING=1 BGCOLOR=#000000 WIDTH=333 HEIGHT=78><TR>')
document.write('<TD ID=td0 style=cursor:hand; WIDTH=111 ALIGN=right VALIGN=bottom onMouseOver="javascript:pop(xlien[0],0);colorIt(this);"><span class="Style10">Le magazine en ligne</span></TD>')
document.write('<TD ID=td1 style=cursor:hand; WIDTH=111 ALIGN=right VALIGN=bottom onMouseOver="javascript:pop(xlien[1],112);colorIt(this);"><span class="Style10">Contacts</span></TD>')
document.write('<TD ID=td2 style=cursor:hand; WIDTH=111 ALIGN=right VALIGN=bottom onMouseOver="javascript:pop(xlien[2],223);colorIt(this);"><span class="Style10">La boutique</span></TD>')

document.write('</TR></TABLE></div>')
colorIt(document.getElementById("td0"));