/* DATE DE CREATION: 10/12/2003 */
posYmenu = 0;

needcenter =false;
if(!needcenter)
	posXmenu = 0;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(400/2);
	else
		posXmenu = (window.innerWidth/2)-(400/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('</style>')
document.write('<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[1][0] = '<A HREF="vegetables_fr.html" target="txt"><IMG SRC="bouton/st-legume.gif" border="0"></A>';
zlien[1][1] = '<A HREF="fruits_fr.html" target="txt"><IMG SRC="bouton/st-fruit.gif" border="0"></A>';
zlien[1][2] = '<A HREF="vegetablesoils_fr.html" target="txt"><IMG SRC="bouton/st-huile.gif" border="0"></A>';
zlien[1][3] = '<A HREF="nuts_fr.html" target="txt"><IMG SRC="bouton/st-noix.gif" border="0"></A>';
zlien[1][4] = '<A HREF="spices_fr.html" target="txt"><IMG SRC="bouton/st-epice.gif" border="0"></A>';
zlien[1][5] = '<A HREF="bakingingredients_fr.html" target="txt"><IMG SRC="bouton/st-culinaire.gif" border="0"> </A>';
zlien[1][6] = '<A HREF="txt2.html" target="txt"><IMG SRC="bouton/st-animal.gif" border="0"></A>';
zlien[1][7] = '<BR><A HREF="grains_fr.html" target="txt"><IMG SRC="bouton/st-grain.gif" border="0"></A>';
zlien[1][8] = '<A HREF="txt2.html" target="txt"><IMG SRC="bouton/st-textile.gif" border="0"></A>';
zlien[1][9] = '<A HREF="txt2.html" target="txt"><IMG SRC="bouton/st-marque.gif" border="0"></A>';
zlien[1][10] = '<A HREF="herbs_fr.html" target="txt"><IMG SRC="bouton/st-tisane.gif" border="0"></A>';
zlien[1][11] = '<A HREF="txt2.html" target="txt"><IMG SRC="bouton/st-soin.gif" border="0"></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 = posYmenu+62;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.center = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=535><TR><TD align=center>";
pass = 0
while (pass < msg.length)
	{
	content += ""+msg[pass]+"";
	pass++;
	}
content += "</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><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 ><TR>')
document.write('<TD><A HREF="pres_fr.html" target="txt" >  <IMG SRC="bouton/qui.gif" border="0">  </a></TD>')
document.write('<TD><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# >  <IMG SRC="bouton/produit.gif" BORDER=0> </a></TD>')
document.write('<TD><A HREF="services_fr.html" target="txt" > <IMG SRC="bouton/service.gif" BORDER=0> </a></TD>')
document.write('<TD><A HREF="txt2.html" target="txt" > <IMG SRC="bouton/info.gif" BORDER=0>  </a></TD>')
document.write('<TD><A HREF="affiliations_fr.html" target="txt" >  <IMG SRC="bouton/lien.gif" BORDER=0> </a></TD>')
document.write('<TD><A HREF="article_fr.html" target="txt" > <IMG SRC="bouton/presse.gif" BORDER=0>  </a></TD>')
document.write('<TD><A HREF="contact_fr.html" target="txt" ><IMG SRC="bouton/contact.gif" BORDER=0></A></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')