@charset "utf-8";
/* Global ------------------------------------------------------------- */

a:link {
	color: #8A4C29;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #8A4C29;
}

a:hover {
	text-decoration: underline;
	color: #1c1009;
}

a:active {
	text-decoration: none;
}

.titre {
	color: #1C1009;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
	
.sous-titre{
	color: #1C1009;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

.lien{
	font-size: 11px;
	color: #8A4C29;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

.texte{
	font-size: 11px;
	color: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

.message{
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.texte_erreur{
	font-size: 11px;
	color: #990000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.chps_obligatoire {
	border: thin solid #990000;
}
