body {
	font-size: 11px;
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
}
.msgErrForm {color: red; font-weight: bold;}
.formulaires {
	margin: 0;
	padding: 0;
}
th.titrePartieForm, th.champsObligatoires {
	border-top: 1px dotted #CCC;
	border-right: 0px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	border-left: 0px dotted #CCC;
	font-size: 12px;
	color: #EAA501;
}
th.titrePartieForm {text-align: left;}
.formulaires table label {
	font-size: 11px;
}

th.champsObligatoires {text-align: right;}
th.titreFormulaire {
	background: #FFDF95;
	width: 150px;
	text-align: right;
}
.titreFormulaire {
	font-size: 11px;
	width: 150px;
	text-align: left;
}
.formulaires table .input320 {
	font-size: 11px;
	border: 1px solid #BCBCBC;
	width: 320px;
}
.formulaires table .input100 {
	font-size: 11px;
	border: 1px solid #BCBCBC;
	width: 100px;
}
.formulaires table .input150 {
	font-size: 11px;
	border: 1px solid #BCBCBC;
	width: 150px;
}
.formulaires table .input50 {
	font-size: 11px;
	border: 1px solid #BCBCBC;
	width: 50px;
}
.formulaires .droiteForm {
	text-align: right;
}
.formulaires #cmdEnvoyer {
	color: #FFF;
	background: #F90;
}
td.encadreForm {
	border: 1px dotted #CCC;
	font-size: 10px;
}

/* Formulaire de récupération du mot de passe */
#frmMotDePasse p {
	position: relative;
	margin-bottom: 0.5em;
	clear: left;
}
#frmMotDePasse label {
	width: 10em;
	text-align: right;
	display: block;
	float: left;
	margin-right: 1em;
}
#frmMotDePasse label em {
	color: #090;
	display: block;
	font-size: smaller;
}
#frmMotDePasse input.larg10 {
	width: 10em;
}
#frmMotDePasse label strong {
	color: #F00;
	display: block;
	text-align: left;
	position: absolute;
	top : 0;
	left : 23em;
	width: 15em;
}
#frmMotDePasse p.bouton {
	margin-left: 11em;
}
/* grisage des corps de métier inutilisés*/
.gris {color: #999;}
.datesTemoignage {
	float: right;
	margin: 0px 1em 1em;
	color: #FF6600;
}

.temoignages {
	border-bottom: 1px dashed #FF6600;
	margin: 1em;
	padding-bottom: 1em;
}
