@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535972;
}


h1 {
	font-size: 18px;
	text-transform: uppercase;
}


.titre {
	font-size: 15px;
	font-weight: bold;
}

.texte {
	font-size: 12px;
	color: #777777;
}

.texte_rouge {
	font-size: 12px;
	color: #8c1420;
}

.gris {
	color: #8E8E8E;
}

.texte_gris {
	font-size: 12px;
	color: #8E8E8E;
}

a.lien_rouge {
	font-size: 12px;
	color: #66191E;
	text-decoration: none;
}

a.lien_rouge:hover {
	font-size: 12px;
	color: #66191E;
	text-decoration: underline;
}
