/* Mise en page globale */
body {
margin: 5;
padding: 5;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
color: #000000;
}

.titre {
font-family: Tahoma;
font-size: 14px;
font-weight: bold;
color: #000000;
}

.texte {
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
color: #000000;
}

A.liens {
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
color: #000000;
}

A.liens:hover {
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
color: #000000;
}

.texte_forum {
font-family: Tahoma;
font-size: 11px;
color: #000000;
}