form {
 background-color:#FAFAFA;
 padding:3px;
 width:50px;
	margin-left: 35%;
	margin-right: auto;
	text-align: center;
}
.formdrapeaux {
 width:60px; /* au lieu de 80 */
 height: 40px; /* au lieu de 60 */
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
fieldset {
 padding:4px 8px 8px 8px;
 margin-bottom:4px;
 border:2px solid #DF3F3F;
}
legend {
 font-family: Verdana,Helvetica;		
 witdh: 70px;	/* au lieu de 80 */
 color:#FE0A24;
 font-size:x-small;
}
.legenddossiers {
 witdh: 100px;	/* au lieu de 230 */
}
label.inline {
 display:inline;
 margin-right:25px;
}
input, textarea, select, option, button {
 background-color:#FFF3F3;
}
input, textarea, select {
 padding:3px;
 border:1px solid #F5C5C5;
 border-radius:5px;
 width:40px;
 box-shadow:2px 2px 5px #C0C0C0 inset;
}
select {
 margin-top:10px;
}
input:focus, textarea:focus {
 background-color:#FFD0E8;
}
label {
	display: block;
	width: 70px;
	margin-top: 15px;	
	font-family: Verdana,Helvetica;		
	font-weight: bold; 
	line-height: 1.1;
	color: #000000;
	text-shadow: 1px 2px 2px #fff;
}
.labeldossiers {
	width: 300px;
}
input[type = "text"] {
	width: 170px; /* au lieu de 200 */
	padding: 5px 8px;
	font-size: 1.1em;
	color: #1F6469;
	border: none;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 12%, from(#999), to(#fff)); 	
	background-color:  #FFB5B5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
input[type = "submit"] {
	width: 60px;			/* largeur du bouton rose */
	padding: 5px 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #1F6469;
	border: none;
	margin-left: auto;  /* au lieu de left 30  */
	margin-top: 15px;   /* !!! ENFIN CA MARCHE !!!!! pour mettre le bouton OK plus bas (submit) */
	cursor:pointer;
	background-color: #FFB5B5;
	-webkit-border-radius: 60%;
	border-radius: 60%;
}
input[type=submit]:hover, input[type=button]:hover {
 background-color:#FF6A6A;
}
input[type=submit]:focus, input[type=button]:focus {
 background-color:#FFF3F3;
}
input[type=submit]:active, input[type=button]:active {
 background-color:#FCDEDE;
 box-shadow:1px 1px 1px #D83F3D inset;
}input[type=button] {
	width:80px; 
	margin-left:5px;
	box-shadow:1px 1px 1px #D83F3D;
}
		