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

/*  Correction des styles HTML par defaut
---------------------------------------------- */
body { background: #ffffff; margin: 15pt; text-align: left; font: 10pt Arial, Helvetica, sans-serif; color: #000000; }

/*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;)
---------------------------------------------- */
#bandeau, #colonneGauche, #colonneDroite, #pied, #contenuChemin, .spip-admin-float { display: none; }

/*  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: #000000; text-decoration: none; }
a.spip_out:after, a.spip_glossaire:after { display: inline; content: " [" attr(href) "]"; }


/*  Un peu de coquetterie
---------------------------------------------- */
.chapo {
	line-height: 1.2em;
}
.texte { line-height: 1.2em; }


h1.titre {margin:0; margin-bottom: 20px; color:#000000;font-size: 1.6em;	font-variant:small-caps;}
h2  { margin:0; margin-top: 20px; padding:0; border-bottom: 1px solid #cacaca; color: #000000 }
h3.spip { margin:0; margin-top: 20px; padding:0; border-bottom: 1px solid #cacaca; color: #000000 }


.ps, .notes {
	margin-top: 1.4em;
	padding-top: 0.2em;
	border-top: 2pt solid #cacaca;
	font-size: 0.82em;
}
.ps h2, .notes h2,  { font-weight: bold; clear: both; }

li {
  list-style-type: none;
  list-style-image: none;
  background:none;
  margin-top: 15px;
}

/*  Citations, tableaux, etc...
---------------------------------------------- */
blockquote {  }




