posYmenu = 0;
bgcolor='#3F5497';
bgcolor2='#000000';
bgcolor3='#3F5497';
bgcolor4='#000000';
bgcolor5='#FF3333';
bgcolor6='#66FF66';
bgcolor7='#FF9933';
bgcolor8='#CC99FF';
bgcolor9='#003366';
needcenter =true;
if(!needcenter)
	posXmenu = 0;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(570/2);
	else
		posXmenu = (window.innerWidth/2)-(570/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('A:hover.ejsmenu {color:#FF0000; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
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[3][0] = '<A HREF="audit.htm" CLASS=ejsmenu>Audit</A>';
zlien[3][1] = '<A HREF="formulaire.htm" CLASS=ejsmenu>Devis</A>';

zlien[4][0] = '<A HREF="hotline_normandie.htm" CLASS=ejsmenu>HotLine Normandie</A>';
zlien[4][1] = '<A HREF="hotline_loire.htm" CLASS=ejsmenu>HotLine Pays de Loire</A>';
zlien[4][2] = '<A HREF="sav_site.htm" CLASS=ejsmenu>SAV sur site</A>';

zlien[5][0] = '<A HREF="contact.htm" CLASS=ejsmenu>Contact</A>';
zlien[5][1] = '<A HREF="partenaires.htm" CLASS=ejsmenu target="_blank">Partenaires</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+190;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#3F5497 WIDTH=140><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor9+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor9+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;<b>"+msg[pass]+"</b></FONT></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=top><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=0 WIDTH=570><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=20><TR>')
document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[0],100)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="accueil.htm"  onfocus="this.blur();" onMouseOver="pop(zlien[0],100)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><b>Accueil</b></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[1],177)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="organigramme.htm" onfocus="this.blur();" onMouseOver="pop(zlien[1],177)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><b>Organisation</b></FONT></a></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[2],284)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href="carte.htm" onfocus="this.blur();" onMouseOver="pop(zlien[2],284)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><b>Boutiques</b></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[3],378)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onfocus="this.blur();" onMouseOver="pop(zlien[3],378)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><b>Commercial</b></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[4],479)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href=formulaire.htm target="_blank" onfocus="this.blur();" onMouseOver="pop(zlien[4],479)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><b>SAV HotLine</b></FONT></a></TD>')
document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[5],588)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onfocus="this.blur();"  onMouseOver="pop(zlien[5],588)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial"><b>Contact</b></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')