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

/*  Correction des styles HTML par defaut
---------------------------------------------- */
body {
	background: #FFF;
	text-align: left;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.7pt;
	margin-top: 90pt;
	margin-right: 35pt;
	margin-bottom: 35pt;
	margin-left: 35pt;
}

#entete {
	display: block;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	float: left;
	height: 120px;
	width: 160px;
	top: -32px;
	right: -81px;
	margin-right: 70px;
	margin-bottom: 20px;
	position: absolute;
}


#pied { text-align: center; color: #333333; font-size: 0.8em; margin-top: 3.2em; }

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;)
---------------------------------------------- */
#menu, #hierarchie, #navigation, .encart { display: none; }
.forum-repondre, .forum-repondre-message, .formulaire_spip { display: none; }
.spip-admin, .spip-admin-float, .invisible { 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: #990033; text-decoration: none; }
a.spip_out:after, a.spip_glossaire:after { display: inline; content: " [" attr(href) "]"; }


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

.cartouche { margin-bottom: 1.2em; margin-top: 0.5em; }
.cartouche small { font-size: 0.5em; }
.cartouche .titre { font-size: 0.96em; font-weight: bold; color: #CC0000; }
.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche .traductions { display: none; }
.cartouche .surtitre, .cartouche .soustitre { font-size: 0.8em; font-variant: small-caps; color: #CC0000; }

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

.chapo {
	margin-bottom: 1.2em; 
	font-size: 0.87em; 
	line-height: 1.5em;
}
.lien { font-size: 0.82em; font-weight: bold; }

.texte { line-height: 1.4em; }

h3.spip { text-align: center; font-weight: bold; margin: 1.4em; font-size: 1em; }

.ps, .notes, .forum-decompte, #documents_portfolio, #documents_joints {
	margin-top: 1.2em;
	padding-top: 0.2em;
	border-top: 2pt solid #CCC;
	font-size: 0.9em;
}
.ps h2, .notes h2, .forum-decompte, #documents_joints h2 { font-weight: bold; clear: both; color: #CC0000; }

/*  Citations, tableaux, etc...
---------------------------------------------- */

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

/*  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-top: 0.3em; font-size: 0.90em; }
.liste-articles li .titre { font-size: 0.95em; font-weight: normal; }
.liste-articles li p { margin: 0; padding: 0; }
.liste-articles li small { display: block; font-size: 0.95em; }

/*  Plan du site
---------------------------------------------- */
.page_plan #contenu h4 {
	font-size: 0.97em;
	color: #666666;
	font-weight: bold;
	font-variant: small-caps;
}
.page_plan #contenu ul {
	margin-left: 0.9em;
	margin-bottom: 1em;
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
}
.page_plan #contenu li {
	list-style-type: none;
	font-size: 0.85em;
	text-decoration: none;
	font-weight: normal;
}