/* exclu NS4 et IE < 5.5 */
@import "screen.css"; 
/********************************************************************************************
	IMPRESSION 
********************************************************************************************/
@media print {
	body {
		font-family : sans-serif;
		font-size : 12pt;
	}
  #header, #navigation, #footer ul, .more, img, .goup  {
  	display : none;
  }
  p {
  	text-align : justify;
  }
}

