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

#visuel {
	text-align: center;
	float: left;
	padding: 5px;
	width: 150px;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}

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

.contenu {
	background-color: #FFFFFF;
	padding: 10px;
}

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

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

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

.auteur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
