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

/*  Correction des styles HTML par defaut
---------------------------------------------- */
HTML { font-size: 14pt; }
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; }

ul li { list-style-type: disc; list-style-position: inside; }
ol li { list-style-type: decimal; list-style-position: inside; }

ul { margin-bottom: 1em; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: bold; }


/*  Ne pas imprimer : on elimine les elements de navigation (display: none;)
---------------------------------------------- */
#bandeau-top, #reseaux-sociaux, .entete-rubriques, #entete, #navigation, #pied, .rubriques, .bouton-imprimer { display: none; }
.forum-repondre, .forum-repondre-message, .formulaire_spip { display: none; }
.spip-admin, .spip-admin-float, .invisible, img.image-fond { display: none; }
.page_sommaire .partie-centrale img.image-fond { display: block; }
#hierarchie, #hierarchie a {
	color: #000;
	text-decoration: none;
}
#hierarchie {
	font-size: 10pt;
	margin-bottom: 2em;
}

/*  Disposition a l'ecran
---------------------------------------------- */
.nettoyeur { clear: both; }
#conteneur #contenu { margin: 0; }
#page { box-shadow: none;}


/*  Pour les liens, on les souligne et
/*  on affiche l'URL cible a la suite des liens sortants (!)
---------------------------------------------- */
a { color: #000; text-decoration: underline; }
a.spip_out:after, a.spip_glossaire:after { display: inline; content: " [" attr(href) "]"; }

a[hreflang].spip_out:after {content: " [" attr(href) " (" attr(hreflang) ")]"; }
a[hreflang]:after {color: #009 !important; font-size: 100% !important;}
a.spip_mail:after {content: " [" attr(title) "] "; }

/*  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.3em; font-size: .9em; text-align: justify;}

h3.spip { 
	text-align: left; clear: left; 
	font-weight: bold; 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; }

.spip_documents_left { clear: left; margin-bottom: 15px;}
.spip_documents_right { clear: right; margin-bottom: 15px;}
.spip_documents { margin-bottom: 15px; }
.noclear { clear: none;	margin: auto;}


#contenu sup, #contenu sub {
	font-size: 0.6em;
	letter-spacing: 1px;
	font-variant: normal;
	line-height:1em;
}

#contenu sup {
	vertical-align: 80%;
}

#contenu sub {
	vertical-align: -0.5em;
}

div.colonnes span.colonnes { text-align: left;}

/*  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 { list-style-type:disc; padding-top: 0.3em; }
.liste-articles li .titre { font-size: 0.8em; font-weight: normal; }
.liste-articles h2 { font-size: 0.8em; }
.liste-articles li p { margin: 0; padding: 0; }
.liste-articles li small { display: none; font-size: 0.71em; }
.liste-articles ul,
.liste-articles ol, 
.liste-articles h3.titre { display: inline; font-style: italic; }

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

a {
	text-decoration: none;
	color: #000;
}

/*  Page d'accueil du site
---------------------------------------------- */
.page_sommaire .actualite-contenu ul li { list-style-type: none; }
.page_sommaire .actualite-contenu .boutons-carousel { display: none; }
.page_sommaire .lesia-images li { padding: 0; }
.page_sommaire h1, 
.page_sommaire .actualite .actualite-intitule h2 { 
   background: transparent;
   border-bottom: 1px solid #132E7D;
	border-width: 0 0 1px 0;
	box-shadow: none;
   }
.page_sommaire .chapo {
	 border: 1px solid #AFCCE0;
	 box-shadow: none;
}
