/* auteur: Pierre TER KUILE */
/* Date de cr�ation: 23.09.2002 */
posYmenu = 10;
/*bgcolor='#006699';
bgcolor2='#339999';	*/	 
bgcolor='#F2F2F2';
bgcolor2='#7B7B7B';

needcenter =false;
if(!needcenter)
	posXmenu = 30;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(800/2);
	else
		posXmenu = (window.innerWidth/2)-(800/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color: black; 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;

zlien[0][0] = '<A HREF="/index.html" CLASS=ejsmenu>Accueil site</A>';
zlien[0][1] = '<A HREF="/construction.html" CLASS=ejsmenu>Objectifs du club</A>';
zlien[0][2] = '<A HREF="/club/materiel/materiel.html" CLASS=ejsmenu>Le mat�riel</A>';
zlien[0][3] = '<A HREF="/liens/liens_plongee.html" CLASS=ejsmenu>Liens plong�e</A>';


zlien[1][2] = '<A HREF="/activites/montriond_03/montriond2003.html" CLASS=ejsmenu>Sous glace 2003</A>';
zlien[1][1] = '<A HREF="/voyages/cap_de_creus/index.html" CLASS=ejsmenu>Sortie Cap de Creus</A>';
zlien[1][0] = '<A HREF="/voyages/marsa_alam_2002/index.html" CLASS=ejsmenu>Mer Rouge 2002</A>';

			 
zlien[2][0] = '<A HREF="/sites/hermance/index.html" CLASS=ejsmenu>Hermance</A>';
zlien[2][1] = '<A HREF="/sites/cochere/index.html" CLASS=ejsmenu>La Coch�re</A>';
zlien[2][2] = '<A HREF="/sites/banane/le_rivolin.htm" CLASS=ejsmenu>Le Rivolin (La Banane)</A>';
zlien[2][3] = '<A HREF="/sites/rat_d_eau/rat_d_eau.html" CLASS=ejsmenu>Epave Rat d eau</A>';
zlien[2][6] = '<A HREF="/sites/hirondelle/index.html" CLASS=ejsmenu>Epave Hirondelle</A>';
zlien[2][7] = '<A HREF="/sites/montriond/montriond.htm" CLASS=ejsmenu>Montriond-sous glace</A>';
zlien[2][4] = '<A HREF="/sites/cite_lacustre/index.html" CLASS=ejsmenu>Cit� lacustre - Ani�res</A>';
zlien[2][5] = '<A HREF="/sites/charboniere/index.htm" CLASS=ejsmenu>La Charboni�re</A>';
zlien[2][10] = '<A HREF="/sites/chatillon/chindrieux.htm" CLASS=ejsmenu>Chatillon</A>';
zlien[2][11] = '<A HREF="/sites/rivaz/rivaz_gare.html" CLASS=ejsmenu>Rivaz - La gare</A>';
zlien[2][8] = '<A HREF="/sites/joux/lac_joux.htm" CLASS=ejsmenu>Lac de Joux</A>';
zlien[2][9] = '<A HREF="/sites/disdille/saintdisdille.htm" CLASS=ejsmenu>St Disdille</A>';

zlien[3][0] = '<A HREF="/securite/chss.html" CLASS=ejsmenu>commiss. sant�-s�curit�</A>';
zlien[3][1] = '<A HREF="/securite/index.html" CLASS=ejsmenu>Concept s�curit�</A>';
zlien[3][3] = '<A HREF="/securite/sante/sol_oreilles.html" CLASS=ejsmenu>Rin�age oreilles</A>';
zlien[3][2] = '<A HREF="/securite/drapeaux.html" CLASS=ejsmenu>Pavillons de plong�e</A>';

zlien[4][1] = '<A HREF="/environnement/environnement.htm" CLASS=ejsmenu>Environnement L�man</A>';
zlien[4][0] = '<A HREF="/environnement/botriocephalose.pdf" CLASS=ejsmenu>Bothriocephalose(pdf)</A>';


zlien[5][0] = '<A HREF="/plongee/legislation/lois-suisse.htm" CLASS=ejsmenu>L�gislation suisse</A>';
zlien[5][1] = '<A HREF="/plongee/legislation_f.pdf" CLASS=ejsmenu>L�gislation fran�aise</A>';
zlien[5][2] = '<A HREF="/plongee/trimix/extended_range1.htm" CLASS=ejsmenu>Extended range (trimix)</A>';


zlien[6][0] = '<A HREF="/voyages/cap_de_creus/index.html" CLASS=ejsmenu>Cap de Creus 2002</A>';
zlien[6][4] = '<A HREF="/activites/montriond_03/montriond2003.html" CLASS=ejsmenu>Sous glace 2003</A>';
zlien[6][3] = '<A HREF="/activites/montriond_97/index.html" CLASS=ejsmenu>Montriond 1997</A>';
zlien[6][2] = '<A HREF="/voyages/marsa_alam_2002/index.html" CLASS=ejsmenu>Marsa Alam 2002</A>';
zlien[6][5] = '<A HREF="/voyages/maldives_cpplo_02_2003/index.html" CLASS=ejsmenu>Maldives 2003</A>';
zlien[6][6] = '<A HREF="/voyages/egypte_oct_2004/egypte_oct_2004.pdf" CLASS=ejsmenu>Carnet de Bord Egypte04</A>';
zlien[6][1] = '<A HREF="/activites/repas_club/buffet_cpplo_juin05/buffet_2005.html" CLASS=ejsmenu>Buffet CPPLO 2005</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 }
skn.top = posYmenu+26;
<!--  -->

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+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>";
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 BGCOLOR=#000000 WIDTH=900><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Club</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],100)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Activit�s</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Sites</B></FONT></a></TD>')
document.write('<TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Sant� & S�curit�</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Environnement</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],500)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Plong�e</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],600)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],600)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Photos</B></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')
