// http://www.editeurjavascript.com/forum/topic,7,39784,0.html
// http://www.editeurjavascript.com/scripts/scripts_navigation_1_111.php
bgcolor='#006699';
bgcolor0='#D2691E'; //CC0000';
bgcolor1='#FF6347'; //CC0000';
bgcolor2='#E9967A'; //CC0000';
bgcolor3='#FF69B4'; //CC0000';
bgcolor4='#BC8F8F'; //CC0000';
bgcolor5='#FFA500'; //CC0000';
bgcolor6='#FFB6C1'; //CC0000';
bgcolor7='#48D1CC'; //CC0000';
bgcolor8='#ADFF2F'; //CC0000';
bgcolor9='#00FF00'; //CC0000';

zgcolor = new Array;
zgcolor[0] = '#D2691E'; //CC0000';
zgcolor[1] = '#FF6347'; //CC0000';
zgcolor[2] = '#E9967A'; //CC0000';
zgcolor[3] = '#FF69B4'; //CC0000';
zgcolor[4] = '#BC8F8F'; //CC0000';
zgcolor[5] = '#FFA500'; //CC0000';
zgcolor[6] = '#FFB6C1'; //CC0000';
zgcolor[7] = '#48D1CC'; //CC0000';
zgcolor[8] = '#ADFF2F'; //CC0000';
zgcolor[9] = '#00FF00'; //CC0000';

document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topcentre { position: absolute; z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; 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
*/

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;

zlien[0][0] = '<A HREF="mission.html" CLASS=ejsmenu>Notre mission</A>';
zlien[0][1] = '<A HREF="equipe.html" CLASS=ejsmenu>Notre &eacute;quipe</A>';
zlien[0][2] = '<A HREF="charte_ethique.html" CLASS=ejsmenu>Notre charte &eacute;thique</A>';

zlien[1][0] = '<A HREF="a_toi_enfant.html" CLASS=ejsmenu>Toi l\'enfant</A>';
zlien[1][1] = '<A HREF="envoi_projet.html" CLASS=ejsmenu>Adresse-nous ton projet</A>';
zlien[1][2] = '<A HREF="projets_en_cours.html" CLASS=ejsmenu>Projets en cours / &agrave; venir</A>';
zlien[1][3] = '<A HREF="projets_realises.html" CLASS=ejsmenu>Projets r&eacute;alis&eacute;s</A>';
zlien[1][4] = '<A HREF="en_savoir_plus.html" CLASS=ejsmenu>En savoir plus</A>';

zlien[2][0] = '<A HREF="temoignages.html" CLASS=ejsmenu>T&eacute;moignages d\'enfants</A>';

zlien[3][0] = '<A HREF="devenir_benevole.html" CLASS=ejsmenu>Devenir b&eacute;n&eacute;vole</A>';
zlien[3][1] = '<A HREF="faire_un_don.html" CLASS=ejsmenu>Faire un don</A>';
zlien[3][2] = '<A HREF="aide_ponctuelle.html" CLASS=ejsmenu>Nous aider ponctuellement</A>';

zlien[4][0] = '<A HREF="parrains.html" CLASS=ejsmenu>Nos parrains</A>';
zlien[4][1] = '<A HREF="partenaires.html" CLASS=ejsmenu>Nos partenaires</A>';

zlien[5][0] = '<A HREF="actualites.html" CLASS=ejsmenu>Actualit&eacute;s</A>';
zlien[5][1] = '<A HREF="fil_ariane.html" CLASS=ejsmenu>Fil d\'Ariane</A>';
zlien[5][2] = '<A HREF="news.html" CLASS=ejsmenu>Nos derni&egrave;res news</A>';
zlien[5][3] = '<A HREF="cr_ag.html" CLASS=ejsmenu>Les comptes rendus de notre derni&egrave;re Assembl&eacute;e G&eacute;n&eacute;rale</A>';

zlien[6][0] = '<A HREF="presse_2012.html" CLASS=ejsmenu>Articles de presse 2012</A>';
zlien[6][1] = '<A HREF="presse_2011.html" CLASS=ejsmenu>Presse 2011</A>';
zlien[6][2] = '<A HREF="presse_2010.html" CLASS=ejsmenu>Presse 2010</A>';
zlien[6][3] = '<A HREF="presse_2009.html" CLASS=ejsmenu>Presse 2009</A>';
zlien[6][4] = '<A HREF="presse_2008.html" CLASS=ejsmenu>Presse 2008</A>';
zlien[6][5] = '<A HREF="presse_2007.html" CLASS=ejsmenu>Presse 2007</A>';
zlien[6][6] = '<A HREF="presse_2006.html" CLASS=ejsmenu>Presse 2006</A>';

zlien[7][0] = '<A HREF="bureau.html" CLASS=ejsmenu>Nos bureaux</A>';
zlien[7][1] = '<A HREF="adresse_postale.html" CLASS=ejsmenu>Adresse postale</A>';
zlien[7][2] = '<A HREF="formulaire.html" CLASS=ejsmenu>Formulaire de message</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 = 40;

function pop(msg,pos)
{
	skn.visibility = "hidden";
	a=true
	skn.left = pos;
	var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=240><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='"+zgcolor[pass]+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=2 FACE=\"Arial\">  "+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=topcentre><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=960><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=40><TR>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor0+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">L\'ASSOCIATION</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor1+'\';pop(zlien[1],120)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">TON PROJET</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],240)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">ILS ONT VU DES ETOILES</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[3],360)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">AGISSONS ENSEMBLE</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor4+'\';pop(zlien[4],480)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">ILS NOUS FONT CONFIANCE</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor5+'\';pop(zlien[5],600)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">VOUS INFORMER</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor6+'\';pop(zlien[6],720)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],600)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">ON PARLE DE L\'ASSOCIATION</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor7+'\';pop(zlien[7],840)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[7],700)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">NOUS CONTACTER</FONT></a></TD>')

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