@media print {
	#header, #footer, #gauche, .bouton {
		display:none;
	}
	table {
		page-break-inside:avoid;
	}
	#conteneur {
 		width: 592px;
  		float: left;
	}
	#centre_droite {
		width: 100%;
		margin: 0 10px 0 10px;
	}
}