/* CSS Print Document */
.noprint {
	display: none;
	}
.print{width:670px; padding-left:120px; float:left;}
	
#liens, #pied {
	display: none;
	}

/*Structure du corps de la page*/	
#corps {
	padding-top: 20px;	
	margin: 0;
	display: block;
	border: none;
	width:auto;
	font-size:10px;
	}
