body {  font-family: Verdana; font-size: 11px; color: #7E7E7E}

td { font-family: Verdana; font-size: 11px; color: #7E7E7E }

input { font-family: Verdana; font-size: 11px; color: #7E7E7E }

textarea { font-family: Verdana; font-size: 11px; color: #7E7E7E }

select { font-family: Verdana; font-size: 11px; color: #7E7E7E }

.orange {
	font-family: Verdana;
	font-size: 11px;
	color: #F58220;
	font-weight: none;
}

.violet {
	font-family: Verdana;
	font-size: 11px;
	color: #ACB1C8;
	font-weight: none;
}

.bleu {
	font-family: Verdana;
	font-size: 11px;
	color: #385791;
	font-weight: none;
}

.firstLetter {
	font-family: Verdana;
	font-size: 16px;
	color: #7E7E7E;
	font-weight: bold;
}

.title {
	font-family: Verdana;
	font-size: 20px;
	color: #385790;
	font-weight: bold;
}

.sous_titre {
	font-family: Verdana;
	font-size: 16px;
	color: #F58220;
	font-weight: bold;
}


.white {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: none;
}

.copyright {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: none;
}

a {
	color : #385692;
	font-family : Verdana;
	font-size : 10px;
	text-decoration : underline;
	letter-spacing: -0.1 em;

}

a:hover {
	color : #385692;
	font-family : Verdana;
	font-size : 10px;
    text-decoration: none;
	letter-spacing: -0.1 em;	
}

a:link { 
	color : #385692; 
	font-family : Verdana; 
	font-size : 10px;
	text-decoration : underline;
	letter-spacing: -0.1 em;	
}

a.orange_lien {
	color : #F58220;
	font-family : Verdana;
	font-size : 10px;
	text-decoration : underline;
	letter-spacing: -0.1 em;
	
}

a.orange_lien:hover {
	color : #F58220;
	font-family : Verdana;
	font-size : 10px;
    text-decoration: none;
	letter-spacing: -0.1 em;
	
}

a.orange_lien:link { 
	color : #F58220; 
	font-family : Verdana; 
	font-size : 10px;
	text-decoration : underline;
	letter-spacing: -0.1 em;
	
}


