Il ne reste plus qu'à définir quelques style pour la mise en page des textes et des liens :
.menutitre
{ text-align: left; font-weight: bold; margin-left: 10px; } .titre { text-align: left; font-weight: bold; margin-left: 10px; } .texte { text-align: left; margin-left: 10px; margin-right: 10px; } |
a
{ color: #000000; text-decoration: none; } a:hover { color: #000000; text-decoration: underline; } |