div.PanelCenter {
	width: 550px;
	float: left; /* marge floattante */
	display: inline;
	border: none 0px;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: Normal;
	padding: 5px 15px 5px 15px;
}

fieldset.label { /*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
	border: solid 1px #15451f;
}

legend { /*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: #15451f;
	background: transparent;
}

div.mandatory {
	text-align: right;
	font-style: italic;
}
p.mandatory {
	text-align: right;
	font-style: italic;
}

p.line { /*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
	text-align: left;
	color: #15451f;
}

fieldset {
	width: 550px;
}
fieldset label.intitule { /*** Mise en forme des intitulés de champs ***/
	float: left; /*** Très important, ne pas suprimer ! ***/
	width: 40%;
	/*** 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. ***/
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #15451f;
}

fieldset label.labelhead { /*** Mise en forme des intitulés de champs ***/
	 /*** Très important, ne pas suprimer ! ***/
	width: 40%;
	/*** 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: 4; /*** ... et centrés verticalement. ***/
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #15451f;
}

fieldset.intro { /*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 3px 3px 3px 3px;
	border: solid 0px #15451f;
	width: 100%;
	text-align: left;
	line-height: 1.8;
	font-size: 11px;
	font-family: verdana, sans-serif;
	color: #15451f;
}

fieldset.pied { /*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 3px 3px 3px 3px;
	border: solid 0px #15451f;
	width: 98%;
	text-align: justify;
	line-height: 1.4;
	font-size: 11px;
	font-family: verdana, sans-serif;
	color: #15451f;
}

.focus {
	background: #ffffff none repeat scroll 0%;
	color: black;
	border: 1px solid #ed5c63;
}

.normal {
	background: #ffffff none repeat scroll 0%;
	color: black;
	border: 1px solid #15451f;
}

input.submit {
  background: #ffffff none repeat scroll 0%;
  font-family: Arial,Helveticposima,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #15451f;
}

textarea.edeal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 300px;
}
