bgcolor='#FFF0E1';
bgcolor1='#993300';
bgcolor2='#CC0000';
bgcolor3='#FFDCB9';
bgcolor5='#941818';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
//document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A:visited.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A:hover.ejsmenu2 {color:#000000; font-weight: bold; text-decoration:none;}')
document.write('A:visited.ejsmenu2 {color:#000000; font-weight: bold; text-decoration:none;}')
document.write('A.ejsmenu2 {color:#000000; font-weight: bold; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:53"><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[0][0] = '<A HREF="?Include=Les Vins d\'Appellation" CLASS=ejsmenu>> Les Vins d\'Appellation</A>';
zlien[0][1] = '<A HREF="?Include=Les Vins de Qualité Supérieure" CLASS=ejsmenu>> Les Vins de Qualité Supérieure</A>';
zlien[0][2] = '<A HREF="?Include=Nos agences au Maroc" CLASS=ejsmenu>> Nos agences au Maroc</A>';
zlien[0][3] = '<A HREF="?Include=Notre catalogue 2009" CLASS=ejsmenu>> Notre catalogue 2009</A>';
zlien[1][0] = '<A HREF="?Include=Nos Vins dans le monde" CLASS=ejsmenu>> Nos Vins dans le monde</A>';
zlien[1][1] = '<A HREF="?Include=Nos distributeurs dans le monde" CLASS=ejsmenu>> Nos distributeurs dans le monde</A>';
zlien[2][0] = '<A HREF="?Include=Le mot du président" CLASS=ejsmenu>> Le mot du président</A>';
zlien[2][1] = '<A HREF="?Include=Edition 2007 en images" CLASS=ejsmenu>> Edition 2007 en images</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 = 12;

function pop(msg,pos,pos2)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
skn.top = pos2;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFDCB9 WIDTH=220><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor1+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor1+"'\" HEIGHT=20>&nbsp;&nbsp;"+msg[pass]+"</TD></TR>";
	pass++;
	}
content += "</TABLE></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 BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=220><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=25>')
document.write('<TR><TD WIDTH=220 ALIGN=center BGCOLOR='+bgcolor5+' onMouseOver="this.style.background=\''+bgcolor5+'\';pop(zlien[0],220,0)" onMouseOut="this.style.background=\''+bgcolor5+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],220,0)" href=# CLASS=ejsmenu2><img src="img/butprod1.jpg" width="220" height="24" border="0"></a></TD></TR>')
document.write('<TR><TD WIDTH=220 ALIGN=center BGCOLOR='+bgcolor5+' onMouseOver="this.style.background=\''+bgcolor5+'\';pop(zlien[1],220,25)" onMouseOut="this.style.background=\''+bgcolor5+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],220,25)" href=# CLASS=ejsmenu2><img src="img/butprod2.jpg" width="220" height="24" border="0"></a></TD></TR>')
//document.write('<TR><TD WIDTH=220 ALIGN=center BGCOLOR='+bgcolor5+' onMouseOver="this.style.background=\''+bgcolor5+'\';pop(zlien[2],220)" onMouseOut="this.style.background=\''+bgcolor5+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],220)" href=# CLASS=ejsmenu2><img src="img/butgolf.jpg" width="220" height="24" border="0"></a></TD></TR>')
document.write('</TABLE></TD></TR></TABLE></DIV></div>')