.tablecompte {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	display: table;
}
.tablecompte TH {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #FF6600;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tablecompte TD {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.lignecompte {
	display: table-row;
	height: auto;
	width: auto;
	background-color:#FFFFFF;
}
.tablecompte h4 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #FF6600;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	display: block;
}

