/*

	-- -- -- -- -- -- --
	Rémy Savard [iXmedia.com]
	print.css - Styles d'impression
	Dernière modification: 21 avril 09
	-- -- -- -- -- -- --

*/

body {
   font-size: 12pt;
}

#menu, #fRecherche, .rss, #navigation {
   display: none;
}

#colonne-secondaire ul {
	list-style:none;
}

#page, #contenu {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

div#contenu {
   margin-left: 10%;
   padding-top: 1em;
}

a:link, a:visited {
   color: black;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}