decologo
Menu Accueil
Les style des textes

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;
height:340px;
overflow:auto;
padding-left:10px;
padding-right:10px;
}
a {
color: #000000;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: underline;
}