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:#FFFFFF; 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:#FFFFFF; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration:none;}');
document.write('A:hover.menudyn3 {color:#CCCCFF;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="organisation.php" CLASS=menudyn3>Organisation</A>';
xlien[0] += '<span class=Style11> | </span>' ;
xlien[0] += '<A HREF="charte.php" CLASS=menudyn3>Charte qualité</A>';
xlien[0] += '<span class=Style11> | </span>' ;
xlien[0] += '<A HREF="venteconseil.php" CLASS=menudyn3>Vente et conseil</A>';
xlien[0] += '<span class=Style11> | </span>' ;
xlien[0] += '<A HREF="flux.php" CLASS=menudyn3>Flux de production</A>';


xlien[1] += '<A HREF="devis.php" CLASS=menudyn3>Demandez un devis</A>';
xlien[1] += '<span class=Style11> | </span>' ;
xlien[1] += '<A HREF="profils.php" CLASS=menudyn3>Profils colorimétriques</A>';
xlien[1] += '<span class=Style11> | </span>' ;
xlien[1] += '<A HREF="plan.php" CLASS=menudyn3>Nos coordonnées</A>';

xlien[2] += '<A HREF="transfert.php" CLASS=menudyn3>Transfert de fichiers</A>';
xlien[2] += '<span class=Style11> | </span>' ;
xlien[2] += '<A HREF="aide.php" CLASS=menudyn3>Aide en ligne</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:500px; 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=#666666 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='#CCCCCC';
			document.all.td0.style.color='#990000';
			document.all.td1.style.background='#CCCCCC';
			document.all.td1.style.color='#990000';
			document.all.td2.style.background='#CCCCCC';
			document.all.td2.style.color='#990000';
			tditem.style.background='#666666';
			tditem.style.color='#FFFFFF';
		}
else if(document.getElementById)
	{
			//alert("ca passe : colorIt getby");			
			document.getElementById("td0").style.background='#CCCCCC';
			document.getElementById("td0").style.color='#990000';
			document.getElementById("td1").style.background='#CCCCCC';
			document.getElementById("td1").style.color='#990000';
			document.getElementById("td2").style.background='#CCCCCC';
			document.getElementById("td2").style.color='#990000';
			tditem.style.background='#666666';
			tditem.style.color='#FFFFFF';
	}
}



function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<TABLE BORDER=0 CELLPADDING=6 CELLSPACING=1 BGCOLOR=#000000 WIDTH=334 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">Imprimeur conseil</span></TD>')
document.write('<TD ID=td1 style=cursor:hand; WIDTH=111 ALIGN=right VALIGN=bottom onMouseOver="javascript:pop(xlien[1],114);colorIt(this);"><span class="Style10">Service clients</span></TD>')
document.write('<TD ID=td2 style=cursor:hand; WIDTH=112 ALIGN=right VALIGN=bottom onMouseOver="javascript:pop(xlien[2],222);colorIt(this);"><span class="Style10">Envoyez vos fichiers</span></TD>')

document.write('</TR></TABLE></div>')
colorIt(document.getElementById("td0"));