/* ****************************************************

	@file         print.css
	@description  Feuille de styles d’impression
	@author       lucolivier (ixmedia.com)
	vim: set noet ts=4 fdm=marker fenc=utf-8:

***************************************************** */

/* @section Basic {{{
 ******************************************************************************/

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	line-height: 1.2;
	color: #000;
	background: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
	letter-spacing: 0.015em;
	padding-bottom: 0;
	margin-bottom: 0;
}

header, footer, nav, section, hgroup, article, aside, figure, canvas { display: block; }
time { display: inline; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

/*General*/
.navigation, a 							{ display:none;}
a 										{ color: #aaa; }
img 									{ border: none; }

/*Accueil*/
body.section-accueil ul.nav , a#nom 	{ display:none; }

/*Nos produits*/
body.section-nos-produits ul.nav,
body.section-nos-produits p.float-left 	{ display:none; }

/*Produits*/
body.section-produits ul.nav ,
body.section-produits div.fleches 		{ display:none; }
body.section-produits img 				{ width:300px;height:300px;}
body.section-produits .contenu 			{ margin-top:0px;}
/*}}}*/
