/*

	-- -- -- -- -- -- --
	Rémy Savard [iXmedia.com]
	print.css - Styles d'impression
	Dernière modification: 7 août 09
	-- -- -- -- -- -- --

*/

body {
   font-size: 12pt;
}

#page {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

a:link, a:visited {
   color: black;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
