/****************************************************************************/
/*  Feuille de style specifique a l'impression (squelettes Blog'n Glop) */
/****************************************************************************/

/* Ce fichier modifie (surcharge) des parametres fixes dans le fichier dist/impression.css */

/***  Justifier le texte ***/
/* par defaut : text-align: left;*/
body { text-align: justify; }

/***  Style du texte ***/
/* par defaut : cf. impression.css*/
body {font : 12pt "Times New Roman", serif; color: #000; }
h1, h2, h3, h4, h5, h6 {font  : 12pt "Times New Roman", serif; color: #000; font-weight: bold; }
.cartouche .titre {font : 16pt "Times New Roman", serif; color: #000; font-weight: bold; font-variant: small-caps;}
.cartouche .surtitre, .cartouche .soustitre {font  : 12pt "Times New Roman", serif; color: #000; font-weight: bold; font-variant: small-caps; }
.chapo {font : 12pt "Times New Roman", serif; color: #000; font-weight: bold;}
h3.spip { font: 12pt "Times New Roman", serif; color: #000; font-weight: bold; }
.ps, .notes, .forum-decompte, #documents_portfolio, #documents_joints, #sources_images {font : 10pt "Times New Roman", serif; color: #000;}
q, blockquote {font : 12pt "Times New Roman", serif; color: #000; font-style: italic; }
.forum {font  : 10pt "Times New Roman", serif; color: #000; }

/***  Ne pas faire disparaitre tous les marqueurs de liste ***/
/* par defaut : ul, ol, li { margin: 0; padding: 0; list-style: none; } */
/* Il n'y a malheureusement pas de solution pour "revenir en arriere" */


/***  Ne pas ajouter les url derrière les liens ***/
/* par defaut : a.spip_out:after, a.spip_glossaire:after { display: inline; content: " [" attr(href) "]"; } */
a.spip_out:after, a.spip_glossaire:after { display: none;  }

/***  Ne pas imprimer certains blocs ***/
/*on elimine les elements de navigation avec (display: none;) */
#menug, #menud, .navigo { display: none; }

/***  Garder une forme d'encart aux encarts ***/
/* ceux-ci perdent leurs caracteristiques par defaut (?) */
div.b_encart {
	text-align: justify;
	width: 35%;
	margin: 0.5em;
	border: 1px solid #000000;
	padding: 0.25em;}

div.b_encart h1 {font : 10pt "Times New Roman", serif; color: #000; font-weight: bold; font-variant: small-caps;}
div.b_encart h3.spip {font : 10pt "Times New Roman", serif; color: #000; font-weight: bold; }
div.b_encart .notes, div.b_encart #encart_sources_images { font: 9pt "Times New Roman", serif; color: #000;}
div.b_encart q, div.b_encart blockquote {font : 10pt "Times New Roman", serif; color: #000; font-style: italic; }
	

