/* ****************************************************

	@file         print.css
	@description  Feuille de styles d'impression
	@version      20100208

***************************************************** */

/*
 * @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;
}

.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: #b42525; }
img { border: none; }

#entete,
.pagination,
.nav-resultat,
#nouveautes .livre span.nouveaute,
#recherche-avancer,
#envoyer,
#overlay,
#sidebar,
.sub-nav{
	display: none !important;
}

.template-accueil #bas-de-page,.template-accueil #decouvrer,#pied { clear: both; }

/*
 * @section Accueil
 ******************************************************************************/
#contenu .livre{
	float: left;
	width: 130px;
	font-size: 9pt;
	height: 200px;
}

#contenu .livre img{
	width: 120px;
}

#contenu .livre a span{
	display: none;
}