.bouton 
{
	border-color:gray;
	border-style:groove;
	border-width:2px;
	background-color:darkslateblue;
	font-size:8pt;
	font-family:courrier;
	font-weight:bold;
	color:gray;
}
.txt
{
	border-color:gray;
	border-style:groove;
	border-width:2px;
	background-color:white;
	font-size:10pt;
	font-family:verdana;
	font-weight:bold;
	color:black;
	text-align:right
}
.cell
{
	border-color:gray;
	border-style:groove;
	border-width:2px;
	font-weight:bold;
	color:gray;
	text-align:center;
}

