.texte, .signature  {
	font-family: Verdana, sans-serif;
}
.texte {
	font-size: 12px;
	color: #9C7248;
}
.signature {
	font-size: 9px;
}

td, p, h1 {
	font-family:Arial,sans-serif; font-size:12px;
}

h1 {
	font-size:18px;
}

.small {
	font-size:11px;
}

.orange, .bleu {
	color: #00ADB9;
}

.gray {
	color:gray;
}

.white {
	color:white;
}

a {
    text-decoration: none;
}

a:hover {
	color: #00ADB9 ;
    text-decoration: underline;
}

a.gray:hover {
	color: #00ADB9 ;
    text-decoration: none;
}

.address {
	font-size:10px;
	color: #6BD1D6 ;
}