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

/*  Correction des styles HTML par defaut
---------------------------------------------- */
body {
	background: #FFF;
	margin: 15pt;
	text-align: left;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; list-style: none; }
h2, h3, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
h1 { margin: 0 0 0 3px; padding: 0; font-size: 15pt; font-weight: bold; font-style: italic; }

/*  Ne pas imprimer : on elimine les elements de navigation (display: none;)
---------------------------------------------- */
#hierarchie, #navigation, #navigation-secondaire, #langue, .rubrique, #pied, #outils, #feed { display: none; }
.forum-repondre, .forum-repondre-message, .formulaire_spip, .ps { display: none; }
.spip-admin, .spip-admin-float, .invisible { display: none; }

#entete .spip_logos {
	display: none;
}

#entete {
width: 500px;
height: 100px;
background-image: url(logo_print.gif);
background-repeat: no-repeat;
margin: 0;
display: block;
}

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


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

.cartouche { margin-bottom: 1.5em; margin-left: 3px; }
.cartouche small { font-size: 0.71em; }
.cartouche p { margin: 0; padding: 0; clear: left; color: #AB4400 }
.cartouche .traductions { display: none; }

.spip_logos { float: right; margin-left: 0.8em; }

.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.4em; }

.divers {margin-bottom: 1em;}

h3.spip { text-align: center; font-weight: bold; margin: 1.4em; font-size: 1.15em; }
h4 { text-align: center; font-weight: bold; margin: 1.4em; font-size: 1.15em; color: #74290C;
	margin: 5px 25px; font-style: italic; }

.ps, .notes, .forum-decompte, #documents_portfolio, #documents_joints {
	margin-top: 1.4em;
	padding-top: 0.2em;
	border-top: 2pt solid #CCC;
	font-size: 0.82em;}

/*  Citations, tableaux, etc...
---------------------------------------------- */
q, blockquote { font-family: "Times New Roman", Times, serif; }

.lien, blockquote.spip, .spip_poesie, .spip_cadre, .liste-articles li .texte {
	background: #FFF;
	margin: 1em;
	padding: 1em; }

/* Listes d'articles
----------------------------------------------- */
.liste-articles li { margin-bottom: 1em; padding-top: 0.3em; }
.liste-articles li .titre { font-size: 1.03em; font-weight: bold; }
.liste-articles li p { margin: 0; padding: 0; }
.liste-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; }
