/*

	-- -- -- -- -- -- --
	Rémy Savard [iXmedia.com]
	print.css - Styles d'impression
	Dernière modification: 15 septembre 09
	-- -- -- -- -- -- --

*/

body {
   font-size: 12pt;
}

#menu {
   display: none;
}

#enrobage, #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;
   border-top: 1px solid black;
}

a:link, a:visited {
   color: black;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

#lien-accueil {
	text-decoration: none;
}

#lien-accueil span {
	display: none;
}