/* ****************************************************

	@file		  print.css
	@description  Feuille de styles d'impression
	@author       remi (ixmedia.com)
	@version	  20090130

***************************************************** */

/*
 * @section Basic
 ******************************************************************************/

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	line-height: 1.2;
	color: #000;
	background: #fff;
	text-align: left;
}

a {
	color: #0b6787;
}

img {
	border: none;
}

#recherche,
#menu,
#utilitaires,
#acces-rapide {
	display: none;
}
