
body {
	font-family:"trebuchet ms",sans-serif;
	font-size:90%;
  }
form {
	background-color:transparent;
	width:400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 }
fieldset {
	margin-bottom:10px;
	border: 0;
 }
legend {
	color:#a0522d;
	font-weight:bold;
	font-size: 12px;
	text-decoration: underline;
 }
label {
	  font-size: 12px;
	  float: left;
	  width: 90px;
	  text-align:right;
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  color: #666666;
 }

input {
	width: 230px;
	margin: 0;
	height:25px;
  /*  background-color:#04B404;   */
} 

textarea {
	 width:230px;
	 /*  background-color:#04B404;  */
 }
 .Bouton   { 
	   background-color:#075df9;
	   text-align: left;
	   color:#000000; 
	   width:70px; 
	   border:2px solid #DDDDDD; 
   }

input[type=submit], input[type=reset] {
	 /*   border:2px outset #04B404;   */
	 font-weight:bold;
	 cursor:pointer;
 }
input[type=submit]:hover, input[type=reset]:hover {
	 /*   border:2px outset white;  */
	 background-color:#FDE6D3;
 }
input[type=submit]:active, input[type=reset]:active {
	/*   border:2px inset #04B404;     */
	 background-color:#075df9;
	 color:black;
 } 