<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.point-rouge{

	padding: 20px 20px 20px 20px;
	background-color: #fff;
	border: 1px solid red;
	width: 100%;
}

.point-bleu{

	padding: 5px 5px 5px 5px;
	background-color: #fff;
	border: 1px solid #003366;
	width: 100%;
}



.point-rouge-edition{
	font-size: 0.9em;
	color: red;
}

.point-rouge-description{
	font-size: 0.9em;
	color: red;
	margin-left: 20px;
}


.element-description{
	font-size: 0.9em;
	color: #000;
	margin-left: 40px;
	line-height: 1em;
}

.element-description-valeur{
	color: #336699;
	font-style: italic;

}</pre></body></html>