/*  ---------------------------------------------------------------- */
/*  Feuille de style specifique a l'impression                       */
/*  ---------------------------------------------------------------- */

/*  Correction des styles HTML par defaut
---------------------------------------------- */
body { background: #FFF; 
	/* position: relative; */
	/* left: 50%; */
	/* width: 500px; */ 
	margin-left: 100px;
	margin-right: 100px;
	/* margin-left: -200px; /* ___________Truc pour permettre de centrer du contenu en position: absolute; */
	/* margin-right: auto; */
	text-align: justify; 
	font: 8pt Garamond, 8pt serif; /* la police Garamond peut poser des problèmes d'impression si l'utilisateur n'en dispose pas */
	/*(exemple de l'article Epigraphie > Ouvrage et article > Corpus nationaux > Espagne avec le mot Pais avec accent sur le i) */
	color: #000; 
	} 

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  Ne pas imprimer : on elimine les elements de navigation (display: none;)
---------------------------------------------- */

#entete, #hierarchie, #navigation, .encart, #pied, #menuNeuf, .spip_logos, .liste-articles a.moduleLien, .liste-articles #precsuiv { display: none; }
#precedent, #suivant { display: none; }	

.forum-repondre, .forum-repondre-message, .formulaire_spip { display: none; }
.spip-admin, .spip-admin-float, .invisible  .listSommaire{ display: none; }

#listSommaire { display: none; }

#listURL {
	float: left; /* Orig.: right */
	text-align: left; /* Orig.: center */
	margin-left: 0.5em; /* Pour éviter de toucher le bord gauche d'un navigateur en 800*600 */
	display:inline;
}

/*  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) "]"; 
	}*/

/*  Un peu de coquetterie
---------------------------------------------- */

.cartouche { margin-bottom: 1em; }/* _________________ Précédente: 2em */
.cartouche small { font-size: 0.77em; } /* ___________ Précédente:0.71em */
.cartouche .titre { 
	margin-left: 15px;
	font-size: 1em; /* _______________ Précédente:1.27em */
	font-weight: bold; 
	}
.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche .traductions { display: none; }
.cartouche .surtitre, .cartouche .soustitre { font-size: 0.82em; font-variant: small-caps; }

.chapo {
	margin-bottom: 1.5em; 
	font-size: 0.82em; 
	font-weight: bold; 
	line-height: 1.4em;
}

.lien { 	font-size: 0.82em; 
	font-weight: bold; 
	}

.texte { 	line-height: 1.2em; 
	font-family: Garamond, serif; /* Modification apportée le 25 février 2008 pour permettre affichage du garamond (pb de précédence entre font et font-family) */
	font-style: normal;
	} 

sup {vertical-align: text-top;}

h3.spip { 
	text-align: left; 
	font-weight: bold; 
	margin: 1em 0em; 
	font-size: 1em; 
	} /* __________ Précédente: 1.15em de fond et 1.4em de margin */

.ps, .notes, .forum-decompte, #documents_portfolio, #documents_joints {
	margin-top: 0.5em; /* __________ Précédente:1.4em */
	padding-top: 0.2em;

	margin-left: 1.5em; /* _________ Pour que les notes de bas de page soit un peu en retrait par rapport au texte */
	padding-left: 1.5em;

	/* border-top: 2pt solid #CCC; */
	font-size: 0.8em; /* __________ Précédente:0.82em */
}
.ps h2, .notes h2, .forum-decompte, #documents_joints h2 { font-weight: bold; clear: both; }

/*  Citations, tableaux, etc...
---------------------------------------------- */
q, blockquote, blockquote.spip {
	color: #000;
	text-align: justify;  
	font-family: Garamond, serif; /* Modification apportée le 25 février 2008 pour permettre affichage du garamond (pb de précédence entre font et font-family) */
	font-style: normal;
	}

.lien, blockquote.spip, .spip_cadre, .liste-articles li .texte {
	background: #FFF;
	margin-left: 0.5em; 	/* __________ Précédente: 1em */
	padding-left: 0.5em; /* __________ Précédente: 1em */
	}

div.spip_poesie { 
	margin: 1em 0em 1em 1em; /* h d b g*/
	padding-left: 1em;
	border-left: 1px solid; 
	text-align: justify; 
	font-style: normal;

	font-size: 0.88em;
	font-family: Garamond, serif; /* Modification apportée le 25 février 2008 pour permettre affichage du garamond (pb de précédence entre font et font-family) */
	}

/*  Messages de forums
---------------------------------------------- */
.forum { margin: 2em 0; font-size: 0.82em; }
.forum-fil ul { margin-left: 0.5em; }
.forum-chapo .forum-titre { display: block; font-weight: bold; }
ul .forum-message { background: #EEE; border: 1pt solid #CCC; padding: 1em; margin-bottom: 1em; }

/* Listes d'articles
----------------------------------------------- */
.liste-articles li { 
	margin-bottom: 1em; 
	padding-left: 1em; /* __________ Pour que les listes apparaissent à l'impression */
	padding-top: 0.3em; 
	}

.liste-articles ul ul li{ 
	list-style: inside;
	list-style-image: url("./rondGris01.gif"); 
	}

.liste-articles li .titre { 
	font-size: 1em; /* __________ Précédente:1.03em */
	font-weight: bold; 
	} 

.liste-articles li p { 
	margin-top: 0.5em; 
	padding: 0; 
	}

.liste-articles li texte { /* 
	border-left: 0px solid #000000; /*Ne fonctionne pas */
	}

.liste-articles li small { 
	display: block; 
	font-size: 1em; /* __________ Précédente:0.71em */
	text-align: right; /* Pb d'impression avec Mozilla 1.3 */
	} 

/*  Plan du site
---------------------------------------------- */
.page_plan #contenu h2 { font-size: 1em; font-weight: bold; } /* __________ Précédente:1.15em */ 
.page_plan #contenu ul { margin-left: 1em; margin-bottom: 1em; }
.page_plan #contenu li { list-style: square; }