@media print {
	body {
		margin:0;
	}
	
	#gauche, #droite, #locationoutils, #financementoutils, #progoutils {
		display:none;
	}
	
	table {
		page-break-inside:avoid;
	}
	
	#conteneur {
 		width: 592px;
  		float: left;
	}
	
	#centre {
		width: 100%;
		margin: 0 10px 0 10px;
	}
}
