@media print {
	*{
		color: #363636 !important;
	}
	.nav-right,
	.banner-detail-offre .banner:after,
	.search-layer,
	.breadcrumb,
	.article-tools,
	.toolbar,
	#footer,
	.header-top,
	.search-button,
	.back-to-list,
	.form-offre{
		display: none !important;
	}

	#header{
		margin-bottom: 20px;
	}

	.header-bottom{
		box-shadow: none; 
	}

	.content-offre{
		box-shadow: none;
		padding-left: 0;
		padding-right: 0;
	}
	.content-offre .list-carre{    
		list-style-type: square;
    	list-style-position: inside;
	}
	.content-offre .list-carre li{
		padding-left: 0;
	}
}