/* Texte Normal */
.textenormal {
	color: #00492c;
	margin: 0;
	padding: 0;
	font: 0.8em/1.5em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.txtBold {
	font-weight: bold;
	}

.textOrange {
	color: #ec732c;
}

.TitreOrange {
	color: #ec732c;
	font-size: 1.1em;
	font-weight: bold;
}

.TitreVert {
	color: #95bd30;
	font-size: 1.1em;
	font-weight: bold;
}

.textMauve {
	color: #a05598;
}

.TitreMauve {
	color: #A05598;
	font-weight: bold;
	font-size: 1.1em;
}

.TextVertclair {
	color: #95BD30;
}



.Signature {
	color: #00492c;
	font: 0.6em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.Signature a {  
	text-decoration: none;
	color: #00492c;
}
	
.Signature a:hover {
    color: #ec732c;
	}
