.tablecompte {
	border: 1px dotted #D9DC43;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tablecompte TH {
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E4F2FB;
	border-right-color: #E4F2FB;
	border-bottom-color: #E4F2FB;
	border-left-color: #E4F2FB;
	font-size: 14px;
	background-color: #DADB3F;
	color: #0066FF;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tablecompte TD {
	font-size: 12px;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.lignecompte {
	display: table-row;
	height: auto;
	width: auto;
	background-color:#FFFFFF;
}
.lignecompte:hover {
	cursor:pointer;
	background-color:#CCCCCC;
}