<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form {
  padding:5px;
  width:530px;            /* largeur du form */
  }
fieldset {
  background-color:#ccc;
  margin-top:1.5em;
  -moz-border-radius: 1em;
  }
legend {
  height:30px;
  font-size:130%;
  padding-left:0.5em;
  padding-right:0.5em;
  position:relative;
  top:-0.6em;
}
label
{
  display: inline;
  float: left;
  width:140px;           /* largeur de la zone des libellés */
  text-align:right;
  padding-right:5px;
} 
p {
clear:both;
}

textarea {
  padding: 0 5px;        /* petite marge intérieure dans les textareas */
}
.submit {
  margin:10px 0 10px 0;
  font:1.1em Verdana, Arial, Helvetica, sans-serif;
  float:right;
  border: 1px solid #999;
  -moz-border-radius: 1em;
 }
.erreur	{
	color:red;
	}
.oblig	{
	font-weight:bold;
	}
.oblig:before	{
	content: \" * \";
	}
</pre></body></html>