document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('.Style10 { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration:none;}')
document.write('.Style11 { color:#FF6600; 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:#FF6600; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration:none;}');
document.write('A:hover.menudyn3 {color:#FFFFFF;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="concourspda.php" CLASS=menudyn3>Concours</A>'; 
xlien[0] += '<span class=Style11> | </span>' ;
xlien[0] += '<A HREF="magenligne.php" CLASS=menudyn3>Feuilletez 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="portfolio.php" CLASS=menudyn3>Portfolio</A>';
xlien[0] += '<span class=Style11> | </span>' ;
xlien[0] += '<A HREF="videosguide.php" CLASS=menudyn3>Bonus vidéos</A>';

xlien[1] += '<A HREF="agenda.php" CLASS=menudyn3>L\'agenda</A>'; 
xlien[1] += '<span class=Style11> | </span>' ;
xlien[1] += '<A HREF="annonces.php" CLASS=menudyn3>Ateliers et stages</A>'; 
xlien[1] += '<span class=Style11> | </span>' ;
xlien[1] += '<A HREF="carnetadressesPDA.pdf" target="_blank" CLASS=menudyn3>Carnet d\'adresses</A>'; 
xlien[1] += '<span class=Style11> | </span>' ;
xlien[1] += '<A HREF="redaction.php" CLASS=menudyn3>Contactez la rédaction</A>';


xlien[2] += '<A HREF="abonnement.php" CLASS=menudyn3>Les offres d\'abonnement</A>';
xlien[2] += '<span class=Style11> | </span>' ;
xlien[2] += '<A HREF="anciennum.php" CLASS=menudyn3>Commander un ancien numéro</A>';
xlien[2] += '<span class=Style11> | </span>' ;
xlien[2] += '<A HREF="librairie.php" CLASS=menudyn3>Librairie des artistes</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:650px; 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=#990000 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='#FFFFFF';
			document.all.td0.style.color='#990000';
			document.all.td1.style.background='#FFFFFF';
			document.all.td1.style.color='#990000';
			document.all.td2.style.background='#FFFFFF';
			document.all.td2.style.color='#990000';
			tditem.style.background='#990000';
			tditem.style.color='#FFFFFF';
		}
else if(document.getElementById)
	{
			//alert("ca passe : colorIt getby");			
			document.getElementById("td0").style.background='#FFFFFF';
			document.getElementById("td0").style.color='#990000';
			document.getElementById("td1").style.background='#FFFFFF';
			document.getElementById("td1").style.color='#990000';
			document.getElementById("td2").style.background='#FFFFFF';
			document.getElementById("td2").style.color='#990000';
			tditem.style.background='#990000';
			tditem.style.color='#FFFFFF';
	}
}



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">Pratique des Arts en ligne</span></TD>')
document.write('<TD ID=td1 style=cursor:hand; WIDTH=101 ALIGN=right VALIGN=bottom onMouseOver="javascript:pop(xlien[1],103);colorIt(this);"><span class="Style10">Espace Services</span></TD>')
document.write('<TD ID=td2 style=cursor:hand; WIDTH=121 ALIGN=right VALIGN=bottom onMouseOver="javascript:pop(xlien[2],213);colorIt(this);"><span class="Style10">Abonnements<br>Anciens numéros<br>Librairie</span></TD>')

document.write('</TR></TABLE></div>')
colorIt(document.getElementById("td0"));