/*----------------------------------------------------------------
Feuille de style specifique a l'impression
----------------------------------------------------------------
Correction des styles HTML par defaut
----------------------------------------------*/
BODY
{
	background: #FFF;
	margin: 15pt;
	text-align: left;
	font: 12pt Verdana, Tahoma, Arial, sans-serif;
	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
{
	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: #520;
	text-decoration: underline;
}
A.spip_out:after, A.spip_glossaire:after
{
	display: inline;
	content: " [" attr(href) "]";
}
/*Un peu de coquetterie
----------------------------------------------*/
.cartouche
{
	margin-bottom: 2em;
}
.cartouche SMALL
{
	font-size: 0.71em;
}
.cartouche .titre
{
	font-size: 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;
}
.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;
}
H3.spip
{
	text-align: center;
	font-weight: bold;
	margin: 1.4em;
	font-size: 1.15em;
}
.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;
}
.ps H2, .notes H2, .forum-decompte, #documents_joints H2
{
	font-weight: bold;
	clear: both;
}
/*Citations, tableaux, etc...
----------------------------------------------*/
Q, BLOCKQUOTE
{
	font-family: Georgia, Times, serif;
}
.lien, BLOCKQUOTE.spip, .spip_poesie, .spip_cadre, .liste-articles LI .texte
{
	background: #FFF;
	margin: 1em;
	padding: 1em;
	border: 1pt dotted #CCC;
}
/*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;
}
.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;
}
