
/*
 * Feuille de style specifique a l'impression
 */
 
/* Pour les liens, on desactive les couleurs
   et on affiche l'URL cible a la suite du lien (!) */

body {
	background: none;
}

h1 {
	padding-left: 5px;
	font-size: 120%;
}

h2 {
	font-size: 140%;
}

a { color: #c39191; text-decoration: none; }
a:visited { color: black; text-decoration: none; }
a.spip_in { color: black; text-decoration: none; }
a.spip_out { color: black; text-decoration: none; }
a:after {
	display: inline;
	border: 1px solid dotted;
}

#principal {
	background: none;
}

#navigation, #bandeau, #breadcrumb, #bloc-soeurs, p.descriptif-rub, p.infos-rub, .bloc-autre-art-milieu, .contener-breves, .bloc-autre-breve-milieu {
	display: none;
}

#contener {
	background: none;
	border-left: none;
	padding: 0;
	margin:0;
	margin-left: 0.5em;
}

html>body #contener {
	margin-left: 0.5em;
}

#contener2, #bloc-article, #article-bas, #contener-breve, #bloc-breve, #breve-bas, #contener-rub, .plan-rubriques {
	width: 17cm;
	background: none;
	margin:0;
	padding:0;
	border:none;
}

.sites {
	background: none;
}

#texte-article {
	background: none;
	height: auto;
	padding: 0;
	margin:0;
	margin-right:1em;
}

#texte-article div.texte {
	margin-top: 2em;
	font-size: 100%;
	font-family: Garamond, Georgia, "Times New Roman";
}

#texte-rubrique {
	background: none;
	height: auto;
	padding: 0;
	margin:0;
}

.contener3, .billet-articles {
	display: none;
}

.billet-cahiers {
	display: none;
}

#pied {
	border: none;
	color: #b3c8cb;
	background: none;
	padding: 0;
	margin:0;
	text-align: center;
}

html>body #pied {
	margin:0;
}
.nav-pied {
	display: none;
}

/*
 * Un peu de coquetterie
 */
/*
.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
*/
/*
.texte {
}
*/
/*
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #707070;
}
*/
.structure {
	display: none;
}

.voir-impression {
	display: block;
} 

.spip-admin {
	display: none;
}


.contenu {
	margin: 10px;
}
.contenu h1 {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu h1.titre-extrait {
}
.contenu h1.titre-texte {
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu .detail {
	margin-left: 2em;
}
.extrait {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0em;
	line-height: 1.4em;
}


/*
 * Disposition : on elimine les elements de navigation (display: none)
 * et on choisit un affichage de base pour le principal
 */

#principal {
	margin: 10px;
}

#navigation {
	display: none;
}

.encart {
	display: none;
}

.cartouche {
	margin-top: 0.5em;
	padding-top: 1em;
	margin-bottom: 1em;
}

.cartouche .spip_logos {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0.8em;
}


/*
 * Forums
 */

.forum-repondre {
	display: none;
}
.forum-repondre-message {
	display: none;
}


/*
 *  Images typographiques (via image_typo)
 */
.image_typo {
	behavior: url("win_png.htc");
}

/*
 * Boutons admin
 */
 
.spip-admin-float {
	display: none;
}

.bouton-form-art {
	display: none;
}
