body {
  width: auto!important;
  margin: auto!important;
  font-family: serif;
  font-size: 8pt;
  background-color: #fff!important;
  color: #000!important;
}
p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
  color: #000!important;
  margin: auto!important;
}
h1, h2, h3, h4, h5, h6, caption {
  page-break-after: avoid; /* pas de saut après ces éléments */
}
div{
	width: 58mm;
}
table{
	width: 58mm;
  font-family: serif;
  font-size: 8pt;
}
img{
  width: 58mm;
}
.right{
  text-align: right;
}