
h4 {
  color: #3300CC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600
}
form {
border: 1px solid #000000;
 width: 75%;
 background-color:#FFCC00;
 font: normal 500 12px "Times New Roman", Times, serif;
 text-align: center;
}
#titreForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font-size: 20px;
	font:20 px 600,italic,sans-serif;
	color: white;
	background: #0000FF;
	margin: 0;
	padding: .5em;
	font-weight: bold;
 }
#piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: 20px,600,italic,sans-serif;
	color: white;
	background: #0000FF;
	margin: 0;
	padding: .5em;
  }
form.css fieldset {
  background-color:#FFCC00;
  width: 95%;
  border: 2px solid;
}
form.css label {
   display: inline;
  float: left;
  width: 40%;
  font-family: Times New Roman;
  font-size: 12px;
  font-weight: 500;
  padding: 1px;
 margin: 2px;
}
 #corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: black;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}
 legend {
  font-family: "Times New Roman", Times, serif, Verdana;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
  color: #000000
}
 input {
 border: 1px solid #000000;
 background-color:#FFFFFF;
 font: normal 400 14px "Times New Roman", Times, serif;
 color:#000000;
 size:24px;
 padding: 1px;
 margin-bottom: 2px
  }
  .button {
width: 100px;
  border: 2px solid #000000;
  background-color: #FFFF00;
  font:  14px 700 normal small-caps "Times  New Roman" ;
  margin-left: 250px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 4px;
  font-weight: bold;
  }
 }
  textarea {
 border: 1px solid #000000;
 background-color:#FFFFFF;
  font: normal 400 13px "Times New Roman", Times, serif;
  color:#000000;
  }

