bgcolor='#ffffff';
bgcolor2='#ffffcc';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:20px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
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[0][0] = '<A HREF="../accueil.html" class=lienmenuv>Page d\'accueil</A>';
zlien[1][0] = '<A HREF="../viergegrde/viergeduthoit-gde.html" class=lienmenu>Grande Vierge à l\'Enfant</A>';
zlien[1][1] = '<A HREF="../charles/charles.html" class=lienmenu>Charles V</A>';
zlien[1][2] = '<A HREF="../lagrange/lagrange.html" class=lienmenu>Cardinal Jean de Lagrange</A>';
zlien[1][3] = '<A HREF="../baptiste/baptiste.html" class=lienmenu>Saint Jean-Baptiste</A>';
zlien[1][4] = '<A HREF="../dauphin/dauphin.html" class=lienmenu>Le dauphin Charles</A>';
zlien[1][5] = '<A HREF="../bureau/bureau.html" class=lienmenu>Bureau de La Rivière</A>';
zlien[1][6] = '<A HREF="../firmin/firmin.html" class=lienmenu>Saint Firmin</A>';
zlien[1][7] = '<A HREF="../louisorleans/louisorleans.html" class=lienmenu>Louis d\'Orléans</A>';
zlien[1][8] = '<A HREF="../blondel/blondel.html" class=lienmenu>Guillaume Blondel</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 45;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#ffffff WIDTH=170>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20>&nbsp;"+msg[pass]+"</TD></TR>";
	pass++;
	}
content += "</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=#ffffff WIDTH=40 HEIGHT=40><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=40>')
document.write('<tr><TD WIDTH=40 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" class=ejsmenu><FONT SIZE=1 FACE="Verdana, Arial, Helvetica,sans-serif"><B>Accueil</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=40 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],20)" onMouseOut="this.style.background=\''+bgcolor+'\'" class=ejsmenu><FONT SIZE=1 FACE="Verdana, Arial, Helvetica,sans-serif"><B>Autres statues</B></FONT></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');
