body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:11px;
	color:#717171;
	line-height:1.1em;
	padding:0;
	margin:10px 0 0 0;
}
a {
	color:#717171;
	text-decoration:none;
}
a:hover {
	color:#fc6500;
	text-decoration:underline;
}
h1 {
	font-size:14px;
	color:#7f7f7f;
	margin:0 0 15px 0;
	padding:0;
	border-bottom:solid 1px #e8edee;
	text-transform:uppercase;
	text-align:left;
}

.libelles {
	text-transform:uppercase;
	font-size: 13px;
	border-bottom:dotted 1px #c2ced5;
	padding:2px 0 2px 2px;
	font-weight: bold;
}

.details {
	font-size:11px;
	line-height:1.2em;
	font-style:italic;
	color:#717171;
	padding:5px 0 5px 0;
	margin:0;
}

select, textarea {
	color:#717171;
	font-size:11px;
}

input[type="text"]{
	color:#717171;
	font-size:11px;

}


/* ********* Etape 1 *********************** */
.lc_message_erreur
{
	color:#003850;
	font-weight:bold;
}

#lc_div_message_erreur
{
	border:1px dotted #00A3CA;
	color:#003850;
}

