.titre_page
{
    color: black;
    font-weight: bold;
    font-size: 2em;
}

.titre_partie
{
    color: #d01515;
    font-size: 1.5em;
}

.titre_paragraphe
{
    color: black;
    font-weight: bold;
    font-size: 1.2em;
}

.lien
{
    color: #d01515;
    text-decoration: none;
}

.lien:hover
{
    color: #d01515;
    text-decoration: ;
}

.lien:visited
{
    color: #7e0505;
    text-decoration: ;
}

.liste_puce
{
    list-style: disc outside;
}

.tableau
{
    border-collapse: collapse;
    border: 2px solid #af1d28;
}

.tableau th {
    color: white;
    background: #af1d28;
}

.normal
{
    color:              #545558;
    font-size:          12px;
    font-style:         normal;
    font-weight:        normal;
    text-decoration:    none;
}

.gras
{
    font-weight:        bold;
}

.italique
{
    font-style:         italic;
}

.souligne
{
    text-decoration:    underline;
}

.lien_bleu:hover
{
	text-decoration:    underline;
}

.lien_bleu:visited
{
	color:              #025980;
}

.lien_bleu
{
	color:              #2664B0;
	text-decoration:    none;
}

.lien_orange:hover
{
	text-decoration:    underline;
}

.lien_orange:visited
{
	color:              #FF6000;
}

.lien_orange
{
	color:              #FFB216;
	text-decoration:    none;
}

.lien_rouge:hover
{
	text-decoration:    underline;
}

.lien_rouge:visited
{
	color:              #771D29;
}

.lien_rouge
{
	color:              #96222C;
	text-decoration:    none;
}

.lien_gris:hover
{
	text-decoration:    underline;
}

.lien_gris:visited
{
	color:              #000000;
}

.lien_gris
{
	color:              #666666;
	text-decoration:    none;
}

