bgcolor='990033 ';
bgcolor2='CC0033 ';
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: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[0][0] = '<A HREF="index.html" CLASS=ejsmenu> <Font Color=FFFFFF> Retour à l\'accueil </Font Color></A>';
zlien[1][0] = '<A HREF="musee.html" CLASS=ejsmenu> <Font Color=FFFFFF> Découvrez le musée </Font Color> </A>';
zlien[1][1] = '<A HREF="collection.html" CLASS=ejsmenu> <Font Color=FFFFFF> Collections </Font Color> </A>';
zlien[2][0] = '<A HREF="pratique.html" CLASS=ejsmenu> <Font Color=FFFFFF> Plan </Font Color> </A>';
zlien[2][1] = '<A HREF="pratique.html#horaires" CLASS=ejsmenu> <Font Color=FFFFFF> Horaires </Font Color> </A>';
zlien[2][2] = '<A HREF="pratique.html#tarif" CLASS=ejsmenu> <Font Color=FFFFFF> Tarifs </Font Color> </A>';
zlien[2][3] = '<A HREF="pratique.html#contact" CLASS=ejsmenu> <Font Color=FFFFFF> Contact </Font Color> </A>';
zlien[2][4] = '<A HREF="liens.html" CLASS=ejsmenu> <Font Color=FFFFFF> Liens </Font Color> </A>';
zlien[3][0] = '<A HREF="exposition.html" CLASS=ejsmenu> <Font Color=FFFFFF> Exposition </Font Color> </A>';
zlien[3][1] = '<A HREF="animation.html" CLASS=ejsmenu> <Font Color=FFFFFF> Animations </Font Color> </A>';
zlien[3][2] = '<A HREF="groupe.html" CLASS=ejsmenu> <Font Color=FFFFFF> Visite de groupes </Font Color> </A>';
zlien[3][3] = '<A HREF="publications.html" CLASS=ejsmenu> <Font Color=FFFFFF> Publications </Font Color> </A>';
zlien[3][4] = '<A HREF="location.html" CLASS=ejsmenu> <Font Color=FFFFFF> Location d\'exposition </Font Color> </A>';
zlien[3][5] = '<A HREF="association.html" CLASS=ejsmenu> <Font Color=FFFFFF> Association </Font Color> </A>';
zlien[4][0] = '<A HREF="surprise.html" CLASS=ejsmenu> <Font Color=FFFFFF> Prêt pour le Certif\' ? </Font Color> </A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 99;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = 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=2 FACE=\"Arial\">&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 WIDTH=100 HEIGHT=100><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=100>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"> <B> <Font Color=FFFFFF> Accueil </ FONT COLOR> </B> </FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"> <B> <Font Color=FFFFFF> Musée </ FONT COLOR> </B> </FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],40)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"> <B> <Font Color=FFFFFF> Pratique </ FONT COLOR> </B> </FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],60)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"> <B> <Font Color=FFFFFF> Activités </ FONT COLOR> </B> </FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],80)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"> <B> <Font Color=FFFFFF> Surprise </ FONT COLOR> </B> </FONT></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');