bgcolor='#7AD826';
bgcolor2='#7AD826';
bgcolor3='#747474';
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('</style>')
document.write('<div style="position:relative;height:15"><DIV class=popper id=topdeck></DIV>');

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;
zlien[7] = new Array;




if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	}

function pop(msg,pos,vert)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
skn.left = vert;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#7AD826 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor2+" onMouseOver=\"this.style.background='"+bgcolor3+"'\" onMouseOut=\"this.style.background='"+bgcolor2+"'\" HEIGHT=18><FONT SIZE=1 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=0 CELLSPACING=0 BGCOLOR=#000000><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 HEIGHT=15 WIDTH=100%>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="acceuil.asp" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Accueil</b></FONT></A></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="reglements.asp" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Règlements</b></FONT></A></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="services.asp" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Services</b></FONT></A></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="plan.asp" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Plan</b></FONT></A></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="attraction.asp" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Attraction</b></FONT></A></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="tarif.asp" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Tarif</b></FONT></A></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="Reservation.asp" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Réservation</b></FONT></A></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'"><A HREF="contact.asp" CLASS=ejsmenutop><FONT SIZE=1 FACE="Verdana"><b>Nous joindre</b></FONT></A></TD>')

	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');

