
posYmenu = 248;
bgcolor='#F0F0F0';
bgcolor2='#98E17B'; //

var hauteur_menu='20';
var hauteur_ss_menu='20';




if ( navigator.userAgent.indexOf('Opera 5') != -1 ) { posYmenu=posYmenu;}
else if ( navigator.userAgent.indexOf('MSIE') != -1 ) { posYmenu=posYmenu;}
else if ( navigator.userAgent.indexOf('Mozilla') != -1 ) { 
	if ( navigator.userAgent.indexOf('Mozilla/4.7') != -1 ) {posYmenu=posYmenu-7; }
	else if ( navigator.userAgent.indexOf('Mozilla/5.0') != -1 ) { posYmenu=posYmenu-4; }

}
else { navigateur = posYmenu=posYmenu;}








document.write('<style type="text/css"> ');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; left:'+ posYmenu +'px; z-index:10;  }')
document.write('A:hover.menu {color:#1F4087; text-decoration:none;}')
document.write('A:visited.menu {color:#1F4087; text-decoration:none;}')
document.write('A.menu {color:#1F4087; text-decoration:none;} ')
document.write('</style>')


document.write('<DIV class=popper id=topdeck ></DIV>');






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.left = posYmenu+(hauteur_menu-1);

function menu(msg,pos,pos2)
{
//pos=267;
if (screen.width==800) pos=pos-111;
if (screen.width==1024) pos=pos;
if (screen.width==1152) pos=pos+65;
if (screen.width==1280) pos=pos+128;
if (screen.width==1600) pos=pos+289;

if ( navigator.userAgent.indexOf('Mozilla/5.0') != -1 ) {pos=pos+10;}

skn.visibility = "hidden";
a=true
skn.left = pos;


var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=1 BGCOLOR=#999999 WIDTH=150><TR><TD bgcolor=#EAEAEA><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=2>";
pass = 0;
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT="+ hauteur_ss_menu +"><B>&nbsp;&nbsp;"+msg[pass]+"</B></TD></TR>";

pass++;
	}
content += "</TABLE></TD></TR></TABLE>";

if (nava)
  {
// N4
    skn.document.write(content);
	  skn.document.close();
	    skn.top= pos2;
		  skn.left= pos;
	  skn.visibility = "visible";
  }
    else if (dom)
  {
  // N7 et IE
	  document.getElementById("topdeck").innerHTML = content;
	  skn.top= pos2;
	   skn.left= pos;
	  skn.visibility = "visible";
  }
    else if (iex)
  {

	  document.all("topdeck").innerHTML = content;
	  
	  skn.visibility = "visible";
  }
}



function kill()
{
	skn.visibility = "hidden";
}


document.onclick = kill;
