@media print {
	
@page {size: portrait}	

  html, body {
    width: 210mm;
    height: 297mm;
	font-size: 14px;
  }	

.noIMP { display: none; }

.contenue {
	width: 82%;
	display: block;
}

.IMP {
	margin:50px 0px 0px 0px;
	width: 98%;	
	text-align: center;
	display:block;
}

}