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

	@file		  print.css
	@description  Feuille de styles d’impression
	@author       remi (ixmedia.com)
	@version	  20090513

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

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

@import url("communs.css");
 
body {
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.25;
	font-size: 11pt;
	color: #000;
	background: #fff;
	text-align: left;
	margin: 0;
	padding: 0;
	letter-spacing: 0.015em;
	padding-bottom: 0;
	margin-bottom: 0;
}

.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 */

a { color: #991b1e; }
img { border: none; }

.featured-item {
	display: block !important;
}

.featured-nav,
#respond,
#sidebar .liens,
#entete,
#skipnav {
	display: none !important;
}

