body {}
p {
  font: normal normal 500 14px "Times New Roman", Times, serif message-box;
  text-indent: 25px;
  line-height: 15px;
  font-weight: 500
}
td {}

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: #FF3300;
	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: #FF3300;
	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: 10px;
  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;  
  }
h3 {
color: black;
font:normal 600 22px "Times New Roman", Times, serif; }  
 
h6 {
color: black;
font:normal 500 12px "Times New Roman", Times, serif; }  
h2 {
color: black;
font:normal 600 14px "Times New Roman", Times, serif; }  
h4 {
color: black;
font:normal 600 16px "Times New Roman", Times, serif; }
h5 {
color: black;
font:normal 500 14px "Times New Roman", Times, serif; }
