bgcolor='#FFFF00';
bgcolor2='#FFCC00';
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:#000000; text-decoration:none;}')
document.write('.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:20"><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[0][0] = '<A HREF="artisanatcol.htm" CLASS=ejsmenu>Artisanat en terre cuite</A>';
zlien[0][1] = '<A HREF="artisanatex.htm" CLASS=ejsmenu>Hamacs & Art textile</A>';
zlien[0][2] = '<A HREF="deco.htm" CLASS=ejsmenu>Decoration interieure</A>';
zlien[1][0] = '<A HREF="epiceriefine.htm" CLASS=ejsmenu>Epicerie fine</A>';
zlien[1][1] = '<A HREF="prodtyp.htm" CLASS=ejsmenu>Produits typiques</A>';
zlien[1][2] = '<A HREF="alcools.htm" CLASS=ejsmenu>Alcools</A>';
zlien[2][0] = '<A HREF="librairiecuisfr.htm" CLASS=ejsmenu>Livres de cuisine</A>';
zlien[2][1] = '<A HREF="librairieartfr.htm" CLASS=ejsmenu>Livres d\'Art</A>';
zlien[2][2] = '<A HREF="musicfr.htm" CLASS=ejsmenu>CD\'s & DVD\'s originaux</A>';
zlien[3][0] = '<A HREF="bijoupre.htm" CLASS=ejsmenu>Bijoux precolombiens</A>';
zlien[3][1] = '<A HREF="bijouethn.htm" CLASS=ejsmenu>Bijoux ethniques </A>';
zlien[3][2] = '<A HREF="taguafr.htm" CLASS=ejsmenu>Ivoire Vegetal</A>';
zlien[4][0] = '<A HREF="chapeauxfr.htm" CLASS=ejsmenu>Les chapeaux</A>';
zlien[4][1] = '<A HREF="echarpefr.htm" CLASS=ejsmenu>Les echarpes</A>';
zlien[4][2] = '<A HREF="sacfr.htm" CLASS=ejsmenu>Les sacs</A>';
zlien[5][0] = '<A HREF="cumbia_accueil.htm" CLASS=ejsmenu>Retour acueil</A>';
zlien[5][1] = '<A HREF="newshelpfr.htm" CLASS=ejsmenu>News</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=1 FACE=\"Arial\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></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=180>')
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=1 FACE="Arial"><B>La decoration</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=1 FACE="Arial"><B>L\'epicerie</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=1 FACE="Arial"><B>L\'Art et la musique</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=1 FACE="Arial"><B>Les bijoux</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=1 FACE="Arial"><B>La mode</B></FONT></TD></tr>')
document.write('<tr><TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],100)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=1 FACE="Arial Black">La petite boutique qui ouvre sur un continent</FONT></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');