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

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

.new {
	color: #EE0000;
	font-size: 10px;
}

.contenu {
	padding: 10px;
}

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

.chapeau {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

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

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

.auteur {
	font-size: 12px;
	text-align: right;
}
