body {
	background-color: white;
	width: 100%;
	height: 100%;
	color: black;
	font-family: Arial, Frutiger, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}
/*FACTURE*/
.content {
	width: 100%;
	height: 100%;
}
.lettre {
	display: none;
}
.facture {
	width: 148mm;
	height: 105mm;
	border: thin solid gray;
	margin: 0 auto;
}
.facture h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.indications {
	float: right;
	margin-right: 5mm;
	margin-top: 5mm;
	margin-bottom: 5mm;
	width: 75.5mm;
	height: 95mm;
	font-size: 10pt;
}
.indications h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 8pt;
}
.paiement {
	float: left;
	margin-left: 5mm;
	margin-bottom: 5mm;
	width: 62.5mm;
	height: 100mm;
}
.titre {
	font-size: 11pt;
	font-weight :bold;
}
.swissqrcode {
	margin-top: 5mm;
	margin-bottom: 5mm;
	margin-right: 5mm;
	width: 46mm;
	height: 46mm;
	padding: 5.75mm;
	position: relative;
}
.code {
	width: 46mm;
	height: 46mm;
	z-index: 1;
}
.swisscross {
	width: 7mm;
	height: 7mm;
	margin: 19.5mm;
	position: absolute;
	z-index: 2;
}