html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
/* 	background-color: #99CC66; */
	font-family: sans-serif
}

a, a:visited {
	text-decoration: none;
	color: #D7661C;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	text-decoration: none;
	color: #94AB36;
	border-bottom: 1px solid #ccc;
}

img {
	border: none;
}

table {
	margin: auto;
        margin-top: 30px;
	background-color: #FFFFFF;
}

table.liste-factures {
	border: 1px dotted;
	width: 400px;
	height: 180px;
}

table.liste-bonstravail {
	border: 1px dotted;
	width: 395px;
	height: 190px;
}

table.facturation {
	border: 1px dotted;
	font-size:smaller;
}

table.facturation-details {
	width:800px;
	border-collapse: collapse;
	border: 1px solid;
	font-size:smaller;
}

table.facturation-contact {
	width: 395px;
	height: 190px;
}

table.facturation-entete {
	width: 395px;
	text-align: right;
	font-size:smaller;
}

table.facturation-pied {
	width: 800px;
	text-align: right;
	font-size:smaller;
}

tr.section {
	background-color: #c0c0c0;
	border: solid;
}

tr.description {
	border-bottom: solid;
}

tr.sommaire {
	border-top: solid;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignTop {
	vertical-align: top;
}

.tailleDescription {
	width: 250px;
}

.tailleMiniDate {
	width: 70px;
}

.tailleDate {
	width: 80px;
}

.tailleTemps {
	width: 60px;
}

.taillePrix {
	width: 70px;
}

.tailleQuantite {
	width: 50px;
}

.tailleNo {
	width: 20px;
}

.tailleSommaireTexte {
	width: 300px;
}

.tailleSommairePrix {
	width: 100px;
}