<!-- Feuille de style "accueil" -->

a.accueil {
    font-family: verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #495778;
    text-decoration: none;
}

a:link.accueil {
    color: #495778;
    font-size: 12px;
    font-family:   verdana;
    font-weight: bold;
    text-decoration: none;}

a:hover.accueil {
    color: #495778;
    font-size: 12px;
    font-family:  verdana;
    font-weight: bold;
    text-decoration: none;}

a:visited.accueil {
    color: #495778;
    font-size: 12px;
    font-family:  verdana;
    font-weight: bold;
    text-decoration: none;}

a:visited:hover.accueil {
    color: #495778;
    font-size: 12px;
    font-family:  verdana;
    font-weight: bold;
    text-decoration: none;}
	
<!-- Feuille de style "bleu-rouge" -->

a.bleu-rouge {
    font-family: verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #495778;
    text-decoration: none;
}

a:link.bleu-rouge {
    color: #495778;
    font-size: 10px;
    font-family:   verdana;
    font-weight: bold;
    text-decoration: none;}

a:hover.bleu-rouge {
    color: #990000;
    font-size: 10px;
    font-family:  verdana;
    font-weight: bold;
    text-decoration: none;}

a:visited.bleu-rouge {
    color: #495778;
    font-size: 10px;
    font-family:  verdana;
    font-weight: bold;
    text-decoration: none;}

a:visited:hover.bleu-rouge {
    color: #990000;
    font-size: 10px;
    font-family:  verdana;
    font-weight: bold;
    text-decoration: none;}


.textes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c2a2a;
}
.titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: 972926;
	font-style: italic;

}
