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

body { background: #FFF; text-align: left; font: 10pt "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; margin: 1pt 45pt; }
ol, ul, li { list-style: none; margin: 0; padding: 0; }
img { margin: 0; padding: 0; border: 0; }

#top,  #pied, #navigation { display: none; }
.spip-admin, .spip-admin-float, .invisible { display: none; }

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

/* Pour les liens, on choisi une couleur, assez foncee pour pour l'impression, et on affiche l'URL cible a la suite du lien (!) */
a { color: #520; background: transparent; text-decoration: underline; font-weight: bold; }
a.spip_note { color: #C30; text-decoration: none; }
/*a[href^="/"]:after { content: " (#URL_SITE_SPIP" attr(href) ") "; }*/
a.spip_out, a.spip_url { text-decoration: underline; }
a.spip_out:after, a.spip_url:after { content: " (" attr(href) ") "; text-decoration: none; font-size: 90%; font-weight: normal; }

/* Sommaires
----------------------------------------------- */
.sommaire .spip_logos, .suite { display: none; }
.sommaire .extrait { margin-bottom: 6pt; }

/* Images : logos et documents
----------------------------------------------- */
.spip_logos { margin: 0 0 20pt 20pt; float: right; }
.spip_documents_right { margin: 0 0 10pt 10pt; }
.spip_documents_right img { vertical-align: top; }
.spip_documents_left { margin: 10pt 10pt 0 0; }

/* Titraille
----------------------------------------------- */
.cartouche { color: #930; margin-top: 5pt; padding-top: 10pt; margin-bottom: 10pt; }
h1,h2,h3 { color: #C30; }
h2,h3 { font: 12pt Georgia, Times, serif; font-weight: bold; }

h1, .titre { font-size: 16pt; }
h2.spip, h3.spip { font-style: italic; font-weight: normal; text-align: center; margin-bottom: 6pt; margin-top: 20pt; }

/* Texte
----------------------------------------------- */
.chapo { font-size: 11pt; font-weight: bold; margin-top: 10pt; }
.chapo, .texte { color: black; text-align: justify; line-height: 14pt; }

.ps, .notes { font-size: 9pt; color: #666; }
.notes { margin: 40pt 20pt 20pt 20pt; }
.ps { padding: 10pt; margin: 20pt 0; border: 1pt dotted #CCC; }

blockquote, q { font-family: Georgia, Times, serif; font-style: italic; }

abbr, acronym { border: 0; }

/* Tableaux
----------------------------------------------- */
table { border-collapse: collapse; table-layout: fixed; background: #FFF; }
table.spip { width: 99%; border-top: 1pt solid #CCC; border-left: 1pt solid #CCC; }
table.spip td { padding: 4pt; text-align: left; vertical-align: top; border-bottom: 1pt solid #CCC; border-right: 1pt solid #CCC; }

/* Forums
----------------------------------------------- */
#forum { font-size: 9pt; }
#forum li { padding-top: 20pt; margin-top: 20pt; border-top: 1pt dashed #404040; }
.repondre { display: none; }