  

/* Debut des styles (from styles.php) */

input, textarea, select, option {
		font-style:normal;
  		font-weight:normal; 
  		color: blue;
  		font-size:small;
  		border-radius:5px;
  		background-color: #FFF3F3;
  		font-family: trebuchet ms, Arial, Helvetica, sans-serif;
}
input[readonly] {
	background-color: #ead6a2;
}
.divTestRob {
	 display:none;
}
/* placeholders des input en gris */
input::-webkit-input-placeholder {
	color: rgba(0,5,143,.5);
}
input::-moz-placeholder {
	color: rgba(0,5,143,.5);
}
input:-moz-placeholder {   /* Older versions of Firefox */
	color: rgba(0,5,143,.5);
}
input:-ms-input-placeholder { 
	color: rgba(0,5,143,.5);
}
#fs_merci {
		width: 300px;    
}
.fieldset {
  	border-radius:5px;
    border-color: #F00;
    border-style: solid;
    background-color: #ead6a2;
	width: 600px;   
}
.fieldset_legend {
  border-radius:5px;
  padding: 0.2em 0.5em;
  border:1px solid #F00;
  color: #000000;
  background-color: #ead6a2;
  font-size:90%;
  text-align:right;
  }
.fieldsetMenu {
  	border-radius:5px;
    border-color: #F00;
    border-style: solid;
    background-color: #ead6a2;
	width: 400px;    
}
.fieldsetMenu li {
		font-size:110%;
	} 

.fieldsetMenu_legend {
  border-radius:5px;
  padding: 0.2em 0.5em;
  border:1px solid #F00;
  color: #000000;
  background-color: #ead6a2;
  font-size:110%;
  font-weight: bold;
  text-align:right;
  }
.form_colnom {
  width:250px;	
 }
.form_colnum {
  width:10px;	
 }
.form_colnp {
  width:250px;	
 }
.form_colnb {
  width:100px;	
 }
 .form_collogo {
  width:110px;
 }
 
 
/* Fin des styles */  
   