bgcolor='#fad20d';
bgcolor2='#fad20d';
bgcolor3='#ffe669';
bgcolor4='#000000';
bgcolorcell='#fad20d';
bgcolorcell2='#529a33';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:30; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#ffffff; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;"><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[0][0] = '<A HREF="index.html" CLASS=ejsmenu>Accueil</A>';
zlien[1][0] = '<A HREF="commercial.html" CLASS=ejsmenu>Nos membres</A>';
zlien[2][0] = '<A HREF="avantages.html" CLASS=ejsmenu>Nos avantages</A>';
zlien[3][0] = '<A HREF="prix.html" CLASS=ejsmenu>Prix J.Ald&eacute;ric Daigle</A>';
zlien[3][1] = '<A HREF="bourse.html" CLASS=ejsmenu>Bourse acad&eacute;mique</A>';
zlien[3][2] = '<A HREF="evenements.html" CLASS=ejsmenu>&Eacute;v&egrave;nements</A>';
zlien[4][0] = '<A HREF="contact.html" CLASS=ejsmenu>Contactez-nous</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 = 34;


function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 bgcolor=e3d6c4><TR><TD><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 bgcolor=e3d6c4><TR>";
pass = 0
while (pass < msg.length)
	{
	content += "<tr><TD BGCOLOR="+bgcolorcell+" onMouseOver=\"this.style.background='"+bgcolorcell2+"'\" onMouseOut=\"this.style.background='"+bgcolorcell+"'\" HEIGHT=20><FONT color=#ffffff SIZE=-2 FACE=\"Verdana\">&nbsp;<b>"+msg[pass]+"</b>&nbsp;</FONT></TD></tr>";
	pass++;
	}
content += "</TR></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 WIDTH=718><TR><TD valign="top"><TABLE CELLPADING=0 CELLSPACING= BORDER=0 WIDTH=718 HEIGHT=32><TR>')
document.write('<TD WIDTH=50 valign="middle" ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href="./index.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Accueil</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN="center" BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=100 ALIGN="center" BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[1],85)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],85)" href="./commercial.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Nos membres</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN="center" BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=100 ALIGN="center" BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[2],248)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],248)" href="./avantages.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Nos avantages</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN="center" BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=100 ALIGN="center" BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[3],405)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],405)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Nos programmes</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN="center" BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=100 ALIGN="center" BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[4],564)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],564)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Contactez-nous</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN="center" BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
