/* --------------- BODY --------------- */
body{
	background: #231212;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* --------------- TEXTES --------------- */

.texte_blanc {
	font-family: Arial;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 1.4em;
	font-size: 13px;
	color: #FFFFFF;
}

.texte_orange {
	font-family: Arial;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 1.4em;
	font-size: 13px;
	color: #E7521F;
}

.texte_orange:hover {
	font-family: Arial;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 1.4em;
	font-size: 13px;
	color: #FFFFFF;
	background: #E7521F;
}

.texte_orange_clair {
	font-family: Arial;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 1.4em;
	font-size: 13px;
	color: #F19300;
}
.texte_marron_fonce {
	font-family: Arial;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 1.4em;
	font-size: 13px;
	color: #462424;
}
.texte_marron_fonce:hover {
	color: #E7521F;
}
.texte_marron_clair {
	font-family: Arial;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 1.4em;
	font-size: 13px;
	color: #836D6D;
}




