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

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

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li {  }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; color:#000; }
h1.spip, h2.spip, h3.spip, h4.spip, h5.spip, h6.spip { color:#000; }

/*  Ne pas imprimer : on elimine les elements de navigation (display: none;)
---------------------------------------------- */
#hierarchie img, #navigation, #pied, #tete .rubriques, .nav_int { 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; }
#hierarchie {font-size:10pt;margin-bottom:10px;}
/*  Pour les liens, on les souligne et
/*  on affiche l'URL cible a la suite des liens sortants (!)
---------------------------------------------- */
a { color: #520; text-decoration: underline; }

#hierarchie a:after { content: "  > "; }
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: left; margin-right: 0.8em; }
.spip_logos:after { content: " " attr(alt); }

.chapo {
	margin-bottom: 1.5em; 
	font-size: 10pt; 
	font-weight: bold; 
	line-height: 1.4em;
}
.lien { font-size: 0.82em; font-weight: bold; }

.texte { line-height: 1.4em; }

h3.spip {  font-weight: bold; margin:  0; font-size: 1.15em; }
h4.spip {  font-weight: bold; margin:  0; font-size: 1em; }

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

#texte .texteencadre-spip li {list-style-image:none; list-style:none;}

/*  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; }

/*  sommaire
---------------------------------------------- */
div.cs_sommaire {
float:none;
margin-left:1em;
margin-right:1em;
height:auto;
overflow:auto;
z-index:auto;
background:#fff;
font-size:9pt;
margin:0 4.6em 1.5em;
padding:0.8em 0.5em 0.8em 1em;
}
div.cs_sommaire * { display:inline; }
.cs_sommaire .somm {margin:0; padding:0;}
.cs_sommaire .somm li {list-style-type:none; margin-right:.8em;}

/* Tableaux 
---------------------------------------------- */

table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: none;
	border-collapse: collapse; 
	border-bottom:1px solid #ccc;}
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #F4f4f4; }
table.spip tr.row_odd { background: #fff; }

table.spip tr.row_even { background: #fff; }
table.spip th, table.spip td { padding: 5px; text-align: left; vertical-align: top; 
border-top:1px solid #ccc;
}
table.spip img[alt^="-"] { vertical-align: middle; margin:0 5px 0 8px;}
table.spip h3.spip { margin:0; background:none; padding-left:0;}
table.spip ul.spip {padding-left:1.7em; margin:.5em 0;}
table.spip ul.spip li {margin-bottom:.5em;}
