@charset "utf-8";
/* CSS Document */



.contenu-texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	text-align: justify;
}

.rouge-titre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-image: url(../images/hachures.gif);
	color: #E2001A;
}


.rouge-texte {
	font-family: Verdana, Geneva, sans-serif;
	color: #E2001A;
	font-size: 13px;
	}
	
.bleu-texte {
	font-family: Verdana, Geneva, sans-serif;
	color: #0A80DA;
	font-size: 13px;
}

.stabylo-gris {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 13px;
	background-color: #efefef;
}

.stabylo-jaune {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	background-color: #FF0;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #E80202;
	text-decoration: underline;
	font-size: 10px;
}

.texte-contenu a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #333;
}
.texte-contenu a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #E80202;
	
}

.rouge a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #E80202;
}
.rouge a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #E80202;
	}




