body{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}
td{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 1px;
}
a{
	color: #d23d6b;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #d23d6b;
	font-weight: bold;
	text-decoration: none;
}
.bas{
	color: #333333;
}
.titre{
	color: #ee9e00;
	font-weight: bold;
}
.texte{
	color: #000000;
}
.annot{
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 0px;
}
.error {
border-color:#e10045;
}