bgcolor='#FFFFFF';
bgcolor2='#999999';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:10; left:100px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.V02nav {color:#666666; text-decoration:none;}')
document.write('.V02nav {color:#FF9933; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien=new Array;
zlien[0]=new Array;
/*';*/

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

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=115><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" ></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "hidden";
}
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=180 HEIGHT=30><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=100% HEIGHT=30>')
	document.write('<tr><TD WIDTH=180 ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.coteinteractif.com/index.htm" class="nav">Accueil</a></TD></tr>')
	document.write('<tr><TD WIDTH=180  ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.coteinteractif.com/conception_site.htm" class="nav">Conception de site</a></A></TD></tr>')	
	document.write('<tr><TD WIDTH=180  ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.coteinteractif.com/consultation_emarketing.htm" class="nav">Consultation E-Marketing</a></A></TD></tr>')
	document.write('<tr><TD WIDTH=180  ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.coteinteractif.com/indexation.htm" class="nav">Indexation/référencement</a></TD></tr>')
	document.write('<tr><TD WIDTH=180  ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.coteinteractif.com/multimedia.htm" class="nav">Infographie/Multimédia</a></A></TD></tr>')
	document.write('<tr><TD WIDTH=180  ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.coteinteractif.com/realisations.htm" class="nav">Nos réalisations</a></A></TD></tr>')	
	document.write('<tr><TD WIDTH=180  ALIGN=left BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'" ><a href="http://www.coteinteractif.com/joindre.htm" class="nav">Nous joindre</a></A></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');