/* Feuille de style pour l'impression des pages du site du 
   Diocese de Rouyn-Noranda
   Auteur : Richard Aubry*/

/*Styles des principales divisions de mise en page*/

body {
	font-size: 10pt;
	background: transparent;
}

/* L'en-tete pour l'impression */
#entete_imp {
	display: block;
	position: relative;
}

#entete_imp img {
	width: 7in;
	height: 0.78in;
}

#entete_imp .soustitre {
	position: absolute;
	top: 36pt;
	left: 380pt;
	margin: 0;
	padding: 0;
}

/* Le div conteneur principal */
#contenu {
	position: static;
	margin: 24pt 5% 0;
	width: auto;
	min-height: 0;
	background: none;
	border: none;
}

/* Ne pas afficher */
#en-tete, #menu, #pied_contenu, #pied-de-page {
	display: none;
}

/* Le div principal pour le texte de la page */
#texte {
	float: none;
	width: auto;
	margin: 0;
	display: block;
}

/* Styles du corps du texte */
a:after {
	content:" ["attr(href)"]";
	font-size: 0.8em;
	color: black;
}

h3.spip {
	page-break-after: avoid;
}

p.spip {
	orphans:  2;
	widows: 2;
}

/* Le calendrier */
div#calendar a:after {
	content:"";
}
