// position du menu par rapport au haut de la page
haut = 121;
gauche = 0;
gaucheMenu = -300;
bgcolor='#383838';  // couleur normale du fond	CCFF99
bgcolor2='#E89621';  // couleur losrque qu'on survole  FF6600
bgcolor3='#ffffff';
document.write('<style type="text/css">');
document.write('.popper { POSITION:absolute; VISIBILITY: hidden; z-index:11; }');
document.write('#topgauche { position: absolute; top:'+haut+'px; left:'+gauche+'px; z-index:12; }');
document.write('A:hover.ejsmenu {color:#FF0000; font-size: 20px; text-decoration: none;}');
document.write('A:hover.ejsmenu2 {color:#400040; font-size: 22px; text-decoration: none;}');
document.write('A.ejsmenu {color:#E89621; font-size: 18px; text-decoration: none;}');
document.write('A.ejsmenu2 {color:#E89621; font-size: 18px; text-decoration: none;}');
document.write('</style>');
document.write('<DIV class=popper id=topdeck></DIV>');
 /* SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT http://www.editeurjavascript.com */ 
 /* LIENS */
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array; 
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;

// fonction qui redirige sur la bonne page en envoyant les champs cachés
function envoi(lien){
	document.menu.action=lien;
	document.menu.submit();
	return false;
}
zlien[1][0] = '<A HREF="../../profil/index.php" onclick="envoi(\'../../profil/index.php\');return false" CLASS=ejsmenu>Profil</A>';
zlien[1][1] = '<A HREF="../../condlegal/index.php" onclick="envoi(\'../../condlegal/index.php\');return false" CLASS=ejsmenu>Conditions légales</A>';
zlien[1][2] = '<A HREF="../../sondage/index.php" onclick="envoi(\'../../sondage/index.php\');return false" CLASS=ejsmenu>Quelques avis</A>';
zlien[2][0] = '<A HREF="../../Tarifs/MatLog/index.php" onclick="envoi(\'./catalogue/index.html\');return false" CLASS=ejsmenu>Dépannage matériels ou logiciels</A>';
zlien[2][1] = '<A HREF="../../Tarifs/Formation/index.php" onclick="envoi(\'./catalogue/index.html\');return false" CLASS=ejsmenu>Formation Particuliers-Entreprises</A>';
zlien[2][2] = '<A HREF="../../Tarifs/IntRes/index.php" onclick="envoi(\'./catalogue/index.html\');return false" CLASS=ejsmenu>Installation connexion Internet ou réseau</A>';
zlien[3][0] = '<A HREF="mailto:contact@questionpc.fr" onclick="envoi(\'../profil/nav_os.php\');return false" CLASS=ejsmenu>EMail direct</A>';
zlien[3][1] = '<A HREF="../../contact1/index.php" onclick="envoi(\'../profil/fai.php\');return false" CLASS=ejsmenu>Formulaire (Devis)</A>';
//zlien[4][0] = '<A HREF="./contact/index.php" onclick="envoi(\'../profil/fai.php\');return false" CLASS=ejsmenu>Accés privé</A>';
zlien[5][0] = '<A HREF="../../actu/index.php?categorie=6" onclick="envoi(\'../profil/pays.php\');return false" CLASS=ejsmenu>Création site personnalisé</A>';
zlien[5][1] = '<A HREF="#" onclick="envoi(\'../profil/pays.php\');return false" CLASS=ejsmenu>Travaux de design 3D-2D</A>';
zlien[5][2] = '<A HREF="../../Tarifs/Formation/index.php" onclick="envoi(\'../profil/pays.php\');return false" CLASS=ejsmenu>Programmation</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 } 
// position des sous-menus verticalement : si on augmente la valeur le menu descend
skn.top = haut+30;
function pop(msg,pos) 
{
skn.visibility = "hidden";
a=true
skn.left = gauche+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=153><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD ALIGN=center BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=30><FONT SIZE=1 FACE=\"Agency FB,Arial Narrow\">"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
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 kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=760 ALIGN=center><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=30><TR>')
document.write('<TD WIDTH=20% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu2><FONT  FACE="Agency FB,Arial Narrow";><b>La Société</b></FONT></a></TD>')
document.write('<TD WIDTH=20% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],151)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu2><FONT  FACE="Agency FB,Arial Narrow"><b>Tarifs</b></FONT></a></TD>')
document.write('<TD WIDTH=20% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],303)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu2><FONT  FACE="Agency FB,Arial Narrow"><b>Contact</b></FONT></a></TD>')
document.write('<TD WIDTH=20% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],454)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu2><FONT  FACE="Agency FB,Arial Narrow"><b>Espace client</b></FONT></a></TD>')
document.write('<TD WIDTH=20% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],607)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu2><FONT  FACE="Agency FB,Arial Narrow"><b>Prestations service</b></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')
