/* ****************************************************

	@file		  print.css
	@description  Feuille de styles d¿impression
	@version	  20091207

***************************************************** */

/*
 * @section Basic
 ******************************************************************************/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 1.3;
	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: #477728; }
img { border: none; }

#section-titre,
#sidebar,
.actions-bas p,
#pied .col-2, #pied .col-3,
#navigation,
#utilitaires {
	display: none;
}

#nav #titre {
	font-size: 150%;
	font-weight: bold;
}
