/*  ---------------------------------------------------------------- */
/*  Feuille de style specifique a l'impression                       */
/*  ---------------------------------------------------------------- */
@page {
    size: A4;
    margin: 7%;
}

/*  Correction des styles HTML par defaut
---------------------------------------------- */
body {
    background-color:white !important;
    overflow: visible !important;
	text-align: left;
	font-size: 10pt;
	font-family: "Arial Unicode MS", Tahoma, Verdana, sans-serif;
	line-height:130%;
	color: #000;
}
h1, h2, h3 {
	line-height:140%;
  page-break-after: avoid;
}


/*  Ne pas imprimer : on elimine les elements de navigation (display: none; )
---------------------------------------------- */
#entete, .hierarchie, #navigation, #barrenav, #extra, #pied, #menu, #langues, .impression, #marge, #partager, #publicite, #colonne-breves, .complements { display: none; }
.version-ecran {display:none;}
.repondre, .repondre, .formulaire_spip { display: none; }
.spip-admin, .spip-admin-float, .spip-previsu, .invisible { display: none; }

/*  Disposition a l'ecran
---------------------------------------------- */
.nettoyeur { clear: both; }
#contenu {padding:0;}
#conteneur{background-image:none;}

/*  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, a.spip_mail:after { display: inline; content: " [" attr(href) "]"; }

/*  Illustrations des articles
---------------------------------------------- */
#contenu .spip_documents img {
	text-align:center;
	height:auto;
	border:1px solid #eee;
}

/*  Esperanto Aktiv
---------------------------------------------- */

#entete-lettre {
	padding-top:30pt;
	background: transparent url(img/lettre/esperanto-aktiv-article-impr.png) 0 0 no-repeat;
}
#entete-lettre span {
	display:none;
}

#entete-page {
	padding-top:80px;
	background: transparent url(img/lettre/esperanto-aktiv-article-impr.png) 0 0 no-repeat;
}
#pied-lettre {
	height:15px;
	background: transparent url(img/lettre/pied.jpg) 0 0 no-repeat;
}
/*#pied-article-lettre {
	display:none;
}
#pied-article-lettre div#ps {
	display:none;
}
*/
h1.EA {
	padding-left:316px;
	color:#59493f;
	font-size:14px;
	font-weight:normal;
}
h1.titre-lettre {
	padding-left:30px;
	padding-right:40px;
	color:#59493f;
	font-size:24px;
	font-weight:normal;
	margin-bottom:1em;
}
h2.EA {
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:7px;
	text-shadow: 1px 1px 0 #cec8c1;
	background:transparent;
}
#lettre h3.spip {
	font-size:18px;
	color:#59493f;
	font-weight:normal;
	margin-bottom:1em;
	margin-top:2em;
	text-shadow: 1px 1px 0 #cec8c1;
}
p.numero-lettre {
	padding-left:30px;
	color:#59493f;
	font-size:12px;
	font-weight:normal;
	margin-bottom:1em;
}
div.texte-lettre p {
	font-size:12px;
	color:#333;
	margin-bottom:0.5em;
	line-height:1.3em;
	font-size:12px;
}
div.chapo-lettre p {
	font-size:12px;
	color:#333;
	margin-bottom:1em;
	line-height:1.3em;
	font-size:12px;
}
div.article-lettre p {
	font-size:12px;
	color:#333;
	margin-bottom:1em;
	line-height:1.3em;
	font-size:12px;
}
div.texte-lettre a,
#pied-article-lettre a {
	color:#a70012;
}
div.texte-lettre a:hover,
#pied-article-lettre a:hover {
	color:black;
}
h2.EA a,
h2.EA a:hover,
h2.EA a:selected {
	color:#333;
	text-decoration:none;
}
#article-lettre, #chapo-lettre {
	padding-left:80px;
	padding-right:40px;
}
#article-lettre p, 
#chapo-lettre p {
	margin-bottom: 1em;
}
#logo-lettre {
	margin-left:40px;
	margin-right:20px;
	float:left;
	padding:1px;
	background-color:#f7f6f2;
	float:left;
	border:2px solid #cec8c1;
}

#lettre img {
	border:none;
}
#article-lettre img.spip_logos {
	margin-left:52px;
}

form {
	text-align:center;
	font-size:90%;
	color:#59493f;
}


