
posYmenu = 248;
bgcolor='';  // Couleur FOND
bgcolor2=''; //

var hauteur_menu='0';
var hauteur_ss_menu='25';




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; width:300; height:400; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; left:'+ posYmenu +'px; z-index:10;  }')
//document.write('A:hover.menud {color:#FFFFFF; text-decoration:none;}')
//document.write('A:visited.menud {color:#FFFFFF; text-decoration:none;}')
//document.write('A.menud {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')


document.write('<DIV STYLE="height:300; width:300; " 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=0 BGCOLOR=#F5F5F5 WIDTH=150><TR><TD STYLE='BORDER-LEFT:#C8C8C8 1px solid; BORDER-RIGHT:#C8C8C8 1px solid; BORDER-BOTTOM:#C8C8C8 1px solid;' background='2006_images/bg_menu2.gif'>";
pass = 0;
content += "<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
while (pass < msg.length)
	{
	content += "<TR><TD valign=top style='border-bottom:1px #999999 dotted;'>&nbsp;&nbsp;<img src=\"2006_images/puce_mnu.gif\" width=\"5\" height=\"15\"></TD><TD   valign=top onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT="+ hauteur_ss_menu +" style='border-bottom:1px #999999 dotted;'>&nbsp;"+msg[pass]+"</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;
