@charset "utf-8";
/* CSS Document */

.br {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: maroon;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	line-height: 14px;
}
.bWhite {
	border: 1px solid #d6d6d5;
}
.texteWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
}

