/*bgcolor='#e2007a';
bgcolor2='#CCCCCC';
document.write('<style type="text/css">');
document.write('.lienmenujs {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color:#ffffff; text-decoration: none;}')
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:250px }')
document.write('.lienmenujs:hover {color:#e2007a; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');



zlien = new Array;
zlien[0] = 0;
zlien[1] = 0;
zlien[2] = 0;
zlien[3] = 0;

if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 202;
	}

function pop22(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#FFFFFF WIDTH=240><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=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</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 ALIGN=WRIGHT WIDTH=200 HEIGHT=40><TR><TD><TABLE CELLPADING=2 CELLSPACING=1 BGCOLOR=#ffffff BORDER=0 WIDTH=100% HEIGHT=40>')
document.write('<tr><TD WIDTH=140 BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop22(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><img src="http://www.vivexpo.com/design/puce-blanche.gif" align="absmiddle"> <A href="http://www.vivexpo.com/interview-vie-ecologique.php" class="lienmenujs"><b>Interviews</b></a></TD></tr>')
document.write('<tr><TD WIDTH=140 BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop22(zlien[1],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><img src="http://www.vivexpo.com/design/puce-blanche.gif" align="absmiddle"> <A href="http://www.vivexpo.com/produit-vie-ecologique.php" class="lienmenujs"><b>Produits coups de coeur</b></a></TD></tr>')
document.write('<tr><TD WIDTH=140 BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop22(zlien[2],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><img src="http://www.vivexpo.com/design/puce-blanche.gif" align="absmiddle"> <A href="http://www.vivexpo.com/en-bref-vie-ecologique.php" class="lienmenujs"><b>En bref</b></a></TD></tr>')
document.write('<tr><TD WIDTH=140 BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop22(zlien[3],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><img src="http://www.vivexpo.com/design/puce-blanche.gif" align="absmiddle"> <A href="http://www.vivexpo.com/agenda-vie-ecologique.php" class="lienmenujs"><b>Agenda</b></a></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
}
document.write('</div>');*/