
.rubrique, .titre, .texte, .pagination {
	font-family: Arial, Helvetica, sans-serif;
}

.rubrique {
	color: #CC0033;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.contenu {
	padding: 10px;
}

.titre {
	color: #CC0033;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

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

.pagination {
	color: #000000;
	font-size: 12px;
	text-align: center;
	clear: both;
}
