
body {
	background-color: #e8fbe5;
	font-family: Verdana,  sans-serif;
}

h1 {
	color: #0B6121;
	text-align:center;
}

h3 {
	color: red;
	text-align:center;
}

fieldset {
	border-radius: 5px;
}

.column {
	float: left;
	width: 33.33%;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

.erreur {
	color: red;
}

@media screen and (max-width: 600px) {
  .column {
	width: 100%;
}

span.ltrText {unicode-bidi: bidi-override; direction: rtl}
span.cache {display:none;}
