/* @override http://localhost:8888/QF/squelettes/impression.css
	http://quefaire.lautre.net/squelettes/impression.css */

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

/*  Correction des styles HTML par defaut
---------------------------------------------- */
body { background: #FFF; margin: 15pt; text-align: left; font: 12pt "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif; color: #000; }

img, table { margin: 0; padding: 0; border: 0; }
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, #extra, #pied { display: none; } #rub_droite_article { display: none; }
.repondre, .repondre, .formulaire_spip { display: none; }
.spip-admin, .spip-admin-float, .invisible { display: none; }
.contact_auteur { 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: #520; text-decoration: underline; }
a.spip_out:after, a.spip_glossaire:after, a.spip_mail:after { display: inline; content: " [" attr(href) "]"; }


/*  Un peu de coquetterie
---------------------------------------------- */

.titre { font-size: 2em; font-weight: bold; }


.cartouche { margin-bottom: 2em; }
.cartouche small { font-size: 0.71em; }
.cartouche p { margin: 0; padding: 0; clear: left; font-size: 14pt; }
.cartouche .traductions { display: none; }
.cartouche .surtitre, .cartouche .soustitre { font-size: 1em; font-variant: small-caps; }

.signature_auteur { text-align: right; font-variant: small-caps; }

.spip_logos { float: right; margin-left: 0.80em; margin-top: 2em; border: 1px solid black; }

#contenu-article div.chapo p { margin-bottom: 1.5em; font-size: 1em; font-weight: bold; line-height: 1.40em; }


.texte { 
	line-height: 1.40em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.texte h3.spip {
	text-align: left;
	margin-bottom: 0.5pt;
	margin-top: 20pt;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.hyperlien { font-size: 0.82em; font-weight: bold; }

.ps, .notes, #documents_portfolio, #documents_joints { clear: both; margin-top: 1.40em; padding-top: 0.20em; border-top: 2pt solid #CCC; font-size: 0.82em; }
.ps h2, .notes h2, #documents_joints h2 { font-weight: bold; clear: both; }

/*  Citations, tableaux, etc...
---------------------------------------------- */
.hyperlien, .articles li .texte { background: #FFF; margin: 1em; padding: 1em; border: 1pt dotted #CCC; }

blockquote.spip {
	margin-left: 35px;
	margin-bottom: 14pt;
	text-align: left;
	margin-top: 0;
	border-left: 1px solid gray;
	padding: 0 0 0 10px;
}

blockquote.spip p {	font: 15px/1.5 Georgia, "Times New Roman", Times, serif; }

#contenu-article #exergue {
	color: gray;
	padding: 8px;
	margin-bottom: 25px;
	margin-top: 25px;
	border-width: thin;
	border-color: gray;
	text-align: right;
	font: 15pt/19pt Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}


/*  Messages de forums
---------------------------------------------- */
.forum { margin: 2em 0; font-size: 0.82em; }
.forum-fil ul { margin-left: 0.50em; }
.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
----------------------------------------------- */
.articles li { margin-bottom: 1em; padding-top: 0.30em; }
.articles li .titre { font-size: 1.03em; font-weight: bold; }
.articles li p { margin: 0; padding: 0; }
.articles li small { display: block; font-size: 0.71em; }

/*  Plan du site
---------------------------------------------- */
.page_plan #contenu h2 { font-size: 1.15em; font-weight: bold; }
.page_plan #contenu ul { margin-left: 1em; margin-bottom: 1em; }
.page_plan #contenu li { list-style: square; }