/* CSS Document */

@media print {
	#header, #menu, #droite, #footer, #footer2, #recherche, #logos_defil, #maison, #tab_maison, #div_produits, #tab_immo, .cliquer, .droite, .bouton {
		display:none;
	}
	table {
		page-break-inside:avoid;
	}
	#conteneur {
 		width: 592px;
  		float: none;
	}
	#gauche {
		width: 100%;
		margin: 0 10px 0 10px;
	}
}
