bgcolor='#ffffff';

bgcolor2='#dddddd';

document.write('<style type="text/css">');

document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:0 px ')

document.write('#topgauche { position:absolute;  z-index:10; }')

document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')

document.write('.ejsmenu {color:#000000; text-decoration:none;}')

document.write('</style>')

document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');

/*

SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT

http://www.editeurjavascript.com

*/

 

/*

LIENS

*/
function fenetre() /*défini les propriétés pour l'ouverture de la fenêtre contact.htm */ 
{	
	window.open("contact.htm","_blank","toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=0, copyhistory=0, menuBar=1, width=415, left=150");
}

zlien = new Array;

zlien[0] = new Array;


zlien[0][0] = '<A HREF="javascript:fenetre();" CLASS=ejsmenu>Contacts</A>';

zlien[0][1] = '<A HREF="formulaire.php" CLASS=ejsmenu>Demande de prix</A>';

if(document.getElementById)

            {

            skn = document.getElementById("topdeck").style

            skn.right =136;

            }

 

function pop(msg,pos)

{

skn.visibility = "hidden";

a=true

skn.top = pos;

var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";

pass = 0

while (pass < msg.length)

            {

            content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></FONT></TD></TR>";

            pass++;

            }

content += "</TABLE></TD></TR></TABLE>";

document.getElementById("topdeck").innerHTML = content;

skn.visibility = "visible";

}

function kill()

{

            if(document.getElementById)

                        skn.visibility = "hidden";

}

document.onclick = kill;

if(document.getElementById)

            {

            document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=115 HEIGHT=20><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=20>')

document.write('<tr><TD WIDTH=100 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><b><font style="verdana" color="#5e5e5e">Nous contacter</font></b></TD></tr>')

            document.write('</TABLE></TD></TR></TABLE></DIV>')

            }

document.write('</div>');
