form { padding-left:3%;}
/*fieldset { width:95%; clear:both }*/
input {  border:1px solid #B2B2B2; color:#333333; font: normal normal 11px Verdana, Arial, Helvetica, sans-serif; letter-spacing:1px }
textarea {  border:1px solid #B2B2B2; color:#333333; font: normal normal 11px Verdana, Arial, Helvetica, sans-serif; letter-spacing:1px; width:280px; height:150px; }
select { color:#333333; font: normal normal 11px Verdana, Arial, Helvetica, sans-serif; letter-spacing:1px; width:auto; }
.input_checkbox { width:auto; height:auto; border:0;}
/*** Mise en forme des intitulés de champs ***/
#corpForm fieldset label { color:#000000; font-size:11px; float: left; width: 40%; text-align: right; margin: 0; padding: 0 .5em 0 0; line-height: 1.8; }
/*** Mise en forme des cadres ***/
#corpForm fieldset {
	margin: 0;
	font-style: normal;
	padding: 1em 1em 1em 0;
	background: #E3F1FF;
	margin-bottom:10px;
}
#corpForm legend {	color: black; font-size:11px; background: transparent; font-weight:bold; }
#corpForm input.bouton {margin-left:10px;}
#message_erreur  { width:90%; border:1px dotted #B2B2B2; margin-top:5px; margin-bottom:10px;
font-size:10px; color:black; font-weight: normal; padding-left:45px; padding-top:15px;
padding-bottom:15px; background:#FFFFE0 url(../images/icon-error.gif) 20px 18px  no-repeat; display:none; }
