  .identifiant{ 
	background-color:#659E01;	
    filter : alpha(opacity=30); 
    -moz-opacity : 0.9; 
    opacity : 0.9; 
  } 
  body{
  	font-family:arial;
	font-size:12px;  
  }
  fieldset{
  	font-family:arial;
	font-size:12px;  
  }
  label{
  	font-family:arial;
	font-size:12px;
	color:#999;
  }
  input{	
  	font-family:arial;
	font-size:12px;  	
  }
  .text10{
  	font-family:arial;
	font-size:12px;  
	color:#D72800;
  }  
  a:link {color:#305831}    /* unvisited link */
  a:visited {color:#305831} /* visited link */
  a:hover {color:#FFB400}  	/* mouse over link */
  a:active {color:#305831}  /* selected link */
  .input{
  	background-color:#DFEDCC;
	border:none;
	padding: 0 5px;  
  }
  .cancel{
  	background-color:#FFFE6E;
  }
  .submit{
  	background-color:#FFD800;
  }
