<DIV id="contenu">
contenu de la page principale</DIV>
<DIV id="menu">
<A HREF="1.html">Lien 1</A>
<A HREF="2.html">Lien 2</A>
<A HREF="3.html">Lien 3</A>
</DIV>
#contenu{
float:right;
width: 75%;
}
#menu {
float:left;
margin-right: 2%;
width:22%;
margin-left:1%;
border: 1px solid #000000;
background:"#0131B4";
}

#contenu{
float:right;
width: 75%;
}
#menu {
float:left;
margin-right: 2%;
width:22%;
margin-left:1%;
border: 1px solid #000000;
background:"#0131B4";
}</p>Et dans <BODY>:<p id="code">
<DIV id="menu">
<DIV
STYLE="
border-top: 2 solid red;
border-left:2 solid red;
border-bottom:2 solid red;
border-right:2 solid red;
background-color:yellow;
text-align: center;
width:72;
height:21">
<A HREF="1.html"
style="text-decoration:none;
color:green;
font-size:10pt;
font-family: Arial;
font-weight: bold">
Nom</A>
</DIV>
</DIV>
:les propriétés des liens DOIVENT être dans cet ordre sinon votre bouton ne fonctionnera pas.