<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";
/* CSS Document */

#formulaire {
	font-size: 12px;
}
#formulaire label {
	display: inline-block;
	font-weight: bold;
	text-align:right;
	width: 140px;
	vertical-align: top;
}
#formulaire input {
}
#formulaire label.error {
	color: #F00;
	display: block;
	margin-left: 140px;
	font-weight: normal;
	width: 100%;
	text-align: left;
}</pre></body></html>