/* -------------------------------------------------------------------------------------------------------------------------------------------
//	print.css
// 	Elements de style pour l'impression
//
//	Lunaweb©2007
------------------------------------------------------------------------------------------------------------------------------------------- */


* {
	padding: 0;
	margin: 0;
}

html {
	font-size: 97%; /*Pour IE et son affichage des fonts en .EM*/
	font-family: Arial;
	color: #717171;
}