@media print {

	body {
		font-family: 'open_sansregular';
		line-height:1.2;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		transition: all 0.3s 1s ease-out;
		width: auto!important;
		margin: auto!important;
		font-size: 12pt;
		background-color: #fff!important;
		color: #000!important;
	}
	p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
		color: #000!important;
		margin: auto!important;
		/*page-break-after:avoid; 
		page-break-inside:avoid;*/
	}
	.print {
		display: block; /* affichage des éléments de classe print */
	}
	/*p, blockquote {
		orphans: 3; 
		widows: 3; 
	}*/
	/*blockquote, ul, ol {
		page-break-inside: avoid; 
	}
	h1 {
		page-break-before: always; 
	}
	h1, h2, h3, caption {
		page-break-after: avoid; 
	}*/
	a {
		color: #000!important;
		text-decoration: underline!important;
	}
	a[href]:after {
		content: " (" attr(href) ")"; /* affichage des URL des liens */
	}
	.goback, #carousel-recette, .focus-dej, #menu-fixed, #colophon, .bann-title, .item-parallax, .print-button {
		display: none !important;
	}
	.site-branding {
		position: relative !important;
	}
	#menu-main-header li {
		display: none;
	}
	.logo-menu {
		display: block !important;
		background-size: 120px !important;
	}
	.currentpostnav img {
		max-width: 290px !important;
		margin-bottom: 2em !important;
	}
	.lightpart, .rightpart {
		padding-top: 0 !important;
		background: none !important;
	}
	.rightpart header p {
		margin-top: 2em !important;
		margin-bottom: 2em !important;
	}

 } 






