/* CLF 2.0 TEMPLATE VERSION 1.0 | VERSION 1.0 DU GABARIT NSI 2.0 */
/* PRINT CSS BEGINS | DEBUT DU CSS POUR L'IMPRESSION */
@media print {

	h1, h2, h3, h4, h5, h6, body, p, blockquote, table, td, th, li, a, ul, ol, dd, dl, dt,
	form, button, fieldset, label, div.foot1, span.date {
  		font-family: Verdana, Arial, Helvetica, sans-serif;	
	}
	select, option, input, textarea {
		font-family: "Courier New", Courier, monospace;
	}
	body {
		padding: 0;		
	}
	p, ul{
		font-size: 10.0pt; /*--------- */
		line-height: 1.2em;
	}

	#header div.header-companyname{
		/*border: 1px solid #f00;--------- */
		position: relative;
		left: 0px;
		padding-left: 0px;
		font-size: 16pt;
		font-weight: 700;
		font-style: italic;
	}
	#header div.header-slogan{
		/*border: 1px solid #f00;--------- */	
		position: relative;
		top: 95px;
		padding-left: 0px;
		font-size: 8pt;
		font-weight: 700;
		letter-spacing: 2px;
	}
	#left-nav, #footer, ul.left-menu, div.home {
		display: none;
	}
	#content, * html #content{
		float:none;
		margin-left: -20px;
		width: 600px;
		margin: 0px;
		padding: 0px;
		/*border: 1px dashed #f00;--------- */
	}	
	#content h1, h2, h3, h4, h5, h6, p {	
		padding-left: 0px;
	}
	#page {
		width: auto;
	}	
	div.update {
		background-color: #fff;
		clear: both;
		width: 600px;
		text-align: right;
		margin-top: 20px;
		font-size: 10pt;
		color: #000;
		/*border: 1px dashed #000;--------- */
	}
	#content p.introduction{
		margin: 30px 10px 20px 0px;
		text-align: left;
		font-size: 10.0pt;
		line-height: 1.2em;
	}

	a {
		color: #000;
		text-decoration : none;
	}






	}
/* PRINT CSS ENDS | FIN DU CSS POUR L'IMPRESSION */
