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

/*  Correction des styles HTML par defaut
---------------------------------------------- */
body { background: #FFF; margin: 0 36px; padding: 0; text-align: left; color: #000; }

/*  Ne pas imprimer : on elimine les elements de navigation (display: none;)
---------------------------------------------- */
.langue, .recents, .archives, .signets, .parutions, .rubriques, .categories, .rss, #navigation, #grille, #actions, #basdepage, #entete, #recherche, #hierarchie, #langue, .encart, #pied { display: none; }
.forum-repondre, .forum-repondre-message, .formulaire_spip { display: none; }
.spip-admin, .spip-admin-float, .invisible { display: none; }


/* Spécifique à Objets livres */

#corps {
	width: 100%;
	overflow: visible;
	background-color: white;
	margin: 0;
	background: none;
}

#conteneur {
	float: none;
	background-color: white;
	width: 100%;
}

#contenu {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	border: none;
}

#contenu .baseline {
	padding:0 0 13px 0;
	margin: 0 0 0 0;
}

#menu {
	overflow: visible;
	float:  none;
	width: 100%;	
	border: none;
	border-top: 1px solid #D9D9D9;
	padding: 0;
	background: none;
	padding-top: 17px;	
}

#navigation {
	text-align: left;
	margin: 0;	
}

#url {
	display: block;
	margin: 0 0 18px 0;
	padding: 0;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

/*  Disposition a l'ecran
---------------------------------------------- */
.nettoyeur { clear: both; }

/*  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) "]"; }