/*--------------------------------------------------------------------------------------
	CSS Document PRINT

	project:	Metaxa
	created:	2008-06-23 (yyyy-mm-dd)
	author:		Yves Van Goethem
	email:		yvangoethem@digitas.com
	website:	http://www.digitas.fr

	Summary :	PRINT
-------------------------------------------------------------------------------------- */

/*	=PRINT
-------------------------------------------------------------------------------------- */

	
	#access-keys,
	#nav,
	#breadcrump,
	#footer,
	.interactif,
	.star-rating,
	.a-la-carte {
		display:none;
	}

	#logo img {
		display:block !important;
	}
	
	* { 
		margin-left:auto !important;
		text-align:left;
	}
	
	* html body` img { display:none; }


