/* CSS Document */

p {
font-size:10px;
}

span.texte_vert_fonce {
color:#12B132;
}

.texte_vert_fonce_p {
color:#12B132;
}

.texte_vert_fonce_p a, .texte_vert_fonce_p a:visited {
color:#12B132;
text-decoration:none;
}

.texte_vert_fonce_p a:hover {
text-decoration:underline;
}

span.texte_marron {
color:#606666;
}

.texte_marron_p {
color:#606666;
}

.texte_marron_p a, .texte_marron_p a:visited {
color:#606666;
text-decoration:none;
}

.texte_marron_p a:hover {
text-decoration:underline;
}

span.texte_blanc {
color:#FFFFFF;
background-color:#009900;
}

.texte_blanc_p {
color:#FFFFFF;
background-color:#009900;
}

.texte_blanc_p a, .texte_blanc_p a:visited {
color:#FFFFFF;
text-decoration:none;
}

.texte_blanc_p a:hover {
text-decoration:underline;
}

span.texte_gris {
color:#666666;
}

.texte_gris_p {
color:#666666;
}

.texte_gris_p a, .texte_gris_p a:visited {
color:#666666;
text-decoration:none;
}

.texte_gris_p a:hover {
text-decoration:underline;
}

span.texte_bleu {
color:#006AB3;
}

.texte_bleu_p {
color:#006AB3;
}

.texte_bleu_p a, .texte_bleu_p a:visited {
color:#006AB3;
text-decoration:none;
}

.texte_bleu_p a:hover {
text-decoration:underline;
}

