

// TEXTE DEFILANT
document.write('<div style="position:absolute; left:10; top:120;" > <marquee><font color="ffc0ff" size="6" FONT FACE="Comic Sans MS">BIENVENUE SUR NOTRE SITE. CONVERGENCE BENIN RECHERCHE DES DISTRIBUTEURS ET REVENDEURS POUR SES PRODUITS. </font></marquee></div>');
document.write('</div>');


// BANNIERE
document.write('<div style="position:absolute; top:0; bgcolor: #C00000; left:0"> ');
document.write('<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 height="120">');
document.write('<td width="100%" align="center">');
document.write('<object ');
document.write('  id="animation" width="750" height="120">');
document.write('  <param name="movie" value="image et animation/animation.swf">');
document.write('  <param name="quality" value="high">');
document.write('  <param name="bgcolor" value="#C00000">');
document.write('  <embed name="animation_banniere" src="image et animation/animation.swf" quality="high" bgcolor="#C00000"');
document.write('    width="750" height="120"');
document.write('  </embed>');
document.write('</object>');
document.write('</td>');
document.write('</TABLE>');
document.write('</div>');

// MENU


document.write('<div style="position:absolute; top:220; left:10; ">');
document.write('<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0  ><td width="181">');
// ligne 1
document.write('      <TR>');
document.write('      <TD><span><a href="index.htm"><font color="ffc0ff" size="4" FONT FACE="Comic Sans MS" >Convergence Bénin</a>');
document.write('      </TD>');
document.write('      </TR>');

// ligne 2
document.write('      <TR>');
document.write('      <TD><span><a href="produit.htm"><font color="ffc0ff" size="4" FONT FACE="Comic Sans MS" >Produits</a>');
document.write('      </TD>');
document.write('      </TR>');

// ligne 3
document.write('      <TR>');
document.write('      <TD><span><a href="perspectives.htm"><font color="ffc0ff" size="4" FONT FACE="Comic Sans MS" >Perspectives</a>');
document.write('      </TD>');
document.write('      </TR>');


// ligne 4
document.write('      <TR>');
document.write('      <TD><span><a href="distributeur.htm"><font color="ffc0ff" size="4" FONT FACE="Comic Sans MS" >Devenir distributeurs</a>');
document.write('      </TD>');
document.write('      </TR>');


// ligne 5
document.write('      <TR>');
document.write('      <TD><span><a href="contact.htm"><font color="ffc0ff" size="4" FONT FACE="Comic Sans MS" >Contacts</a>');
document.write('      </TD>');
document.write('      </TR>');



document.write('      </TBODY>');
document.write('      </TABLE>');
document.write('</div>');

