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

	@file:		   screen.css
	@description:  Feuille de styles d'impression
	@author:       remi (ixmedia.com)
	@updated:	   20080731

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

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

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 1.4;
	color: #000;
}

a {
	color: #333;
}

img {
	border: none;
}

#sidebar,
#entete ul,
#footer ul,
#sidebar p.numero,
#sidebar ul {
	display: none;
}

