/*  ---------------------------------------------------------------- */
/*  Feuille de style specifique a l'impression                       */
/*  ---------------------------------------------------------------- */

/*  Correction des styles HTML par defaut
---------------------------------------------- */
html, body {
	background-color: #FFFFFF;
	font: 10pt "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	color: #000;
}

body {
	font: 10pt "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
}

#contenu {
	margin:0;
}

#contenu_box,
#cont_box {
	width:auto;
}

#main_news p {
	text-align:justify;
}

#main_news img {
	padding:5px;
}

#main_news img.puce {
	padding:0px;
}

/*  Ne pas imprimer : on elimine les elements de navigation (display: none;)
---------------------------------------------- */
#surbanniere,
#banniere,
#sousbanniere,
#menuh-container,
#gauche_barre,
#contenu_entete,
#cont_autres-articles,
#partager_barre,
#voiraussi,
#footer_barre {
	display: none;
}
.spip-admin, .spip-admin-float, .invisible {
	display: none;
}

/*  Pour les liens, on les souligne et
/*  on affiche l'URL cible a la suite des liens sortants (!)
---------------------------------------------- */
a {
	color: #520;
	text-decoration: underline;
}

a.spip_out:after, a.spip_glossaire:after {
	display: inline;
	content: " [" attr(href) "]";
}
