| Citation : 
 
 Pour le menu_gauche.asp
 <tr>
 <td valign="top" class="fond"><br />
 <%=bouton("La société","historique.asp" )%>
 <%=bouton("Nos produits","produit.asp" )%>
 <%=bouton("Contact","formulaire.asp" )%>
 <%=bouton(" ","" )%>
 <%=bouton(" ","" )%>
 <%=bouton(" ","" )%>
 <%=bouton(" ","" )%>
 <%=bouton(" ","" )%>
 <br />
 <%=bouton("WebMaster","mailto:aa@bb.com" )%>
 </td>
 </tr>
 <td>
 
 |