.texte {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.texte-italique {
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.texteGras {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.rougeGras {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: 900;
        color: #FF0000;
        text-align: center;
        line-height: 15px;
        margin: 10px;
        text-decoration:none;
}

.fondGris {
		background-color:#F1F1F1;
		color:#000000;
		font-size:11px;
		font-weight:bold;
}

.fondGrisFonce {
		background-color:#999999;
		color: #FFFFFF;
		font-size:12px;
		font-weight:bold;
}

.lienClient {
	font-family: Verdana;
	color:#000000;
	text-decoration:none;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.lienClient:hover {
text-decoration:underline;
font-weight:normal;
color: #999999;
}


.lienResa {

	font-family: Verdana;
	color:#000000;
	text-decoration:none;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.lienResa:hover {
text-decoration:underline;
font-weight:normal;
color: #999999;
}

.entete-lien {
		color: #FFFFFF;
		font-size:12px;
		font-weight:bold;
}
.entete-lien:hover {
		font-size:12px;
		font-weight:bold;
		text-decoration:underline;
		color: #FF0000;
}