html, body, table, tr, td, li, form, input, select, textarea, div, span, img, a, b, p, h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
html, body, form {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	color: #000000;
}
table {
	border-collapse:collapse;
}
table, th, td, input, select {
	font-size: 100%;
}
div.total {
	margin: 0 auto;
	width:995px;
}
.main_table {
	width:995px;
}
.full_width {
	width: 100%;
}
.bill_title {
	width:100%;
	font-size:20px;
	font-weight:bold;
	padding:0px;
	margin:0px
}
.bill_cell_title {
	background-color:#CCCCFF;
	border:1px solid #000000;
	text-align:center;
	font-weight:bold;
}
.bill_cell {
	background-color:#FFFFFF;
	border:1px solid #000000;
}
.bill_cell_to_pay {
	background-color:#EEFFFF;
	border:1px solid #000000;
	font-size: 18px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.droite, .right {
	text-align: right;
	padding-left: 0px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
