
/*
 * Feuille de style pour l'impression des pages
 */

a { color: black; background-color: #ffffff; text-decoration: underline; }
a:visited { color: black; background-color: #ffffff; text-decoration: underline; }
a:after.titre-rubrique {
	display: none;
}
a:after {
	display: inline;
	border: medium solid black;
	content: " [" attr(href) "]";
}

.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;
}
.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;
}


/*
 * Affichage de base pour le principal
 * sans les elements de navigation.
 */

#principal {
	margin: 10px;
}

#navigation {
	display: none;
}

#encart {
	display: none;
}

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

.rubriques{
	display: none;
}
.bottom-links {
	display: none;
}
.repondre {
	display: none;
}
.cadre-gauche {
	display: none;
}


/*
 * Forums
 */

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