/* MISE EN PAGE DES FORMAULAIRES */
form {
	display:block;
  width:600px;
}
fieldset {
	display:block;
  padding:5px 5px;
  border:1px solid #358;
}
td {
  text-align:center;
  /*border:1px solid #000;*/
}
input, select {
  width:200px;
  margin:0 0 5px 0;
}
textarea {
  width:400px;
  height:200px;
  margin:0 0 5px 0;
}

.label {
  width:150px;
  text-align:right;
  padding:0 20px 5px 0;
}
.submit {
  background-color:#9bd;
  font-weight:bold;
  width:150px;
  font-size:10px;
}
