bgcolor='#1F1F1F';
bgcolor2='#333333';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:35"><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[0][0] = '<A HREF="web.html" CLASS=ejsmenu>Conception de site web</A>';
zlien[0][1] = '<A HREF="imprime.html" CLASS=ejsmenu>Imprimé</A>';
zlien[0][2] = '<A HREF="hebergement.html" CLASS=ejsmenu>Hébergement internet</A>';
zlien[0][3] = '<A HREF="domaine.html" CLASS=ejsmenu>Nom de domaine</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.right = 182;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=-5 CELLSPACING=-5 BGCOLOR=#000000 WIDTH=181><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=-5 CELLSPACING=-5>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=35><FONT SIZE=2 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</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=-5 CELLSPACING=-5 BGCOLOR=#000000 WIDTH=100 HEIGHT=20><TR><TD>')
document.write('<tr><TD WIDTH=179 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><img src="images/index_05.jpg" width="182" height="40" border="0"></TD></tr>')
	document.write('</TD></TR></TABLE></DIV>')
	}
document.write('</div>');
