posYmenu = 10;
bgcolor='#576E4F';
bgcolor2='#5C8AD4';
posXmenu = 10;
document.write('<style type="text/css">');
document.write('.poppervert { 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:#CCCCCC; text-decoration:none;}')
document.write('A.ejsmenu {color:#CCCCCC; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=poppervert id=topdeckvert></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[0][0] = '<A HREF="index.html" CLASS=ejsmenu>Retour Accueil</A>';
zlien[1][0] = '<A HREF="sculpteur-bronze.html" CLASS=ejsmenu>Bronze</A>';
zlien[1][1] = '<A HREF="sculpteur-cuivre.html" CLASS=ejsmenu>Cuivre</A>';
zlien[1][2] = '<A HREF="sculpteur-pierre.html" CLASS=ejsmenu>Pierre</A>';
zlien[1][3] = '<A HREF="sculpteur-terrecuite.html" CLASS=ejsmenu>Terre-cuite</A>';
zlien[1][4] = '<A HREF="sculpteur-platre.html" CLASS=ejsmenu>Platre</A>';
zlien[1][5] = '<A HREF="sculpteur-mixte.html" CLASS=ejsmenu>Mixte</A>';
zlien[2][0] = '<A HREF="sculpteur-manifestations.html" CLASS=ejsmenu>Les Manifestations</A>';
zlien[3][0] = '<A HREF="sculpteur-jeunesse.html" CLASS=ejsmenu>Jeunesse</A>';
zlien[3][1] = '<A HREF="sculpteur-biographie.html" CLASS=ejsmenu>Biographie</A>';
zlien[3][2] = '<A HREF="sculpteur-etudes-artistiques.html" CLASS=ejsmenu>Etudes Artistiques</A>';
zlien[3][3] = '<A HREF="sculpteur-jeune.html" CLASS=ejsmenu>Jeune Sculpteur</A>';
zlien[3][4] = '<A HREF="sculpteur-carriere-artistique-60.html" CLASS=ejsmenu>Carrière Artistique Années 60</A>';
zlien[3][5] = '<A HREF="sculpteur-carriere-artistique-70.html" CLASS=ejsmenu>Carrière Artistique Années 70</A>';
zlien[3][6] = '<A HREF="sculpteur-carriere-artistique-80.html" CLASS=ejsmenu>Carrière Artistique Années 80</A>';
zlien[3][7] = '<A HREF="sculpteur-carriere-artistique-90.html" CLASS=ejsmenu>Carrière Artistique Années 90</A>';
zlien[3][8] = '<A HREF="sculpteur-carriere-artistique-2000.html" CLASS=ejsmenu>Carrière Artistique Années 2000</A>';
var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { sknvert = document.topdeckvert }
else if (dom) { sknvert = document.getElementById("topdeckvert").style }
else if (iex) { sknvert = topdeckvert.style }
sknvert.left = posXmenu+99;

function pop(msg,pos)
{
sknvert.visibility = "hidden";
sknvert.top = posYmenu+pos;
a=true
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=\"Times New Roman\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    sknvert.document.write(content);
	  sknvert.document.close();
	  sknvert.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
}
function kill()
{
	sknvert.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=100><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25>')
document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],1)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[0],1)" href=# CLASS=ejsmenu><FONT size=2 FACE="Times New Roman">Accueil</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],26)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[1],26)" href=# CLASS=ejsmenu><FONT size=2 FACE="Times New Roman">Sculptures</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],51)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[2],51)" href=# CLASS=ejsmenu><FONT size=2 FACE="Times New Roman">Calendrier</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],76)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[3],76)" href=# CLASS=ejsmenu><FONT size=2 FACE="Times New Roman">Biographie</FONT></a></TD></TR>')
document.write('</TABLE></TD></TR></TABLE></DIV>')