.field {
	text-align: left;
	color:#000;
	font:  normal normal 100% arial, helvetica, sans-serif;
	}
input.field {	color:#000;
	font:  normal normal 100% arial, helvetica, sans-serif;
	border: 1px solid grey;
	}

 #falsebgndleft {
	position: absolute;
	width: 50%;
	height: 100%;
	top: -200px;
	left:50%;
	background: url("../img/body_background2.jpg") 0 0px repeat-x;
}


legend { font-weight: bold; color: #000; }

fieldset { padding-left: 10px; border: 1px solid #D0D3DF; }

#corpForm { margin-top: 1em; }

#corpForm fieldset#main_search label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}

#corpForm #main_search input { width: 250px; border: 1px solid #273770; }

#corpForm fieldset#message label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}

#corpForm #message input { width: 250px; border: 1px solid #273770; }
#corpForm #message textarea { width: 250px; border: 1px solid #273770; overflow: hidden; font: normal 9pt arial, helvetica, sans-serif; }

#corpForm fieldset#code_securite label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}
#corpForm #code_securite input { width: 75px; border: 1px solid #273770; }

#corpForm #code_securite img { float: left; }
#corpForm #code_securite a.crypto { float: left; height: 24px; padding-top: 6px; padding-left: 8px; cursor: pointer; }


#corpForm .focus {
	background-color: #F5F3F8;
	color: black;
}

#corpForm .normal {
	background: #fff;
	color: black;
}

#piedForm { text-align: right; margin-bottom: 15px; }

#piedForm input {
	font-size: 9pt;
	padding: 2px;
	margin-left: 5px;
	background-color: #D0D3DF;
	color: #000;
	border-top: 1px solid #273770;
	border-left: 1px solid #273770;
	border-right: 1px solid #453720;
	border-bottom: 1px solid #453720;
}

/* Error messages */
#errorMsg {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #FFF6F6;
	border: 1px dashed red;
	padding: 4px;
}

#errorMsg p {
	color: red;
	margin: 2px;
	padding: 0px 0px 0px 40px;
	/*background: url("../img/iconError_32x32.gif") no-repeat center left;*/
}

