/* Feuille de style pour le site du Diocese de Rouyn-Noranda
   Auteur : Richard Aubry */

/* Annuler certains styles par defaut des navigateurs */

* {
	margin: 0;
	padding: 0;
}

dt, dd {
	margin: 0;
	padding: 0;
}

img, table {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
}

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

body {
	font-size: 91%;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: black;
	background: #eee;
}

/* L'en-tete pour l'impression */

#entete_imp {
	display: none;
}

/* Le div conteneur principal */

#contenu {
	position: relative;
	margin: 0 auto;
	width: 780px;
	min-height: 550px;
	background: #fff url(images/banniere.jpg) no-repeat;
	border: 1px solid #aaa;
}

/* Le div d'en-tete */

#en-tete {
	height: 196px;
}

/* Le formulaire de recherche */

.formulaire_recherche {
	position: absolute;
	top: 130px;
	left: 300px;
}

.formulaire_recherche label {
	display: none;
}

.formulaire_recherche input {
	background-color: #fafaee;
	width: 12em;
	font-size: 0.75em;
	border: 1px inset #888;
}

.formulaire_recherche input#ok {
	font-weight: bold;
	width: 2em;
	border: 1px solid black;
	background-color: #fbe4a0;
}

/* Le div du fil d'Ariane */

#hierarchie {
	position: absolute;
	top: 174px;
	left: 18px;
	right: 10px;
	font-size: 0.75em;
}

#hierarchie a:link {
	color: #8b6b42;
	font-weight: bold;
}

#hierarchie a:visited {
	color: #8b6b42;
	font-weight: bold;
}

#hierarchie a:hover {
	background-color: #e2d9cc;
}

/* Le div du menu de gauche */

#menu {
	float: right;
	width: 194px;
	margin-right: 20px;
	background: #f0f2e1;
	font-size: 0.86em;
	display: inline;/* pour corriger le bug double marge d'IE */
}

/* Le div principal pour le texte de la page */

#texte {
	float: right;
	width: 546px;
	margin-right: 10px;
	display: inline;/* pour corriger le bug double marge d'IE */
}

#pied_contenu {
	clear: both;
	font-size: 0.72em;
	padding: 1em 0 1em 224px;
}

/* Le pied-de-page */

#pied-de-page {
	width: 780px;
	margin: 0 auto;
	font-size: 0.86em;
	padding: 12px 0;
	text-align: center;
}

#pied-de-page img {
	margin-bottom: -3px;
}

/* Styles du corps du texte */

a {
	text-decoration: none;
}

a:link {
	color: #b70;
}

a:visited {
	color: #b70;
}

a:hover {
	background-color: #ecdab9;
}

a:active {
	color: #eee;
}

.spip_documents a:hover {
	background-color: transparent;
}

.spip_doc_descriptif a:hover {
	background-color: #ecdab9;
}

a:hover img {
	opacity: 0.6;
}

h1.titre {
	color: #6679a5;
	font-size: 1.43em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}

h2.surtitre {
	color: #6679a5;
	font-size: 1em;
	font-style: italic;
	letter-spacing: 0.2em;
}

h2.soustitre {
	color: #6679a5;
	font-size: 1.28em;
	margin: -1em 0 1em;
}

h2.mois_annee {
	text-transform: capitalize;
}

h3.spip {
	color: #6679a5;
	margin: 1.2em 0 0.5em;
	font-size: 1.14em;
	font-weight: bold;
}

p.spip {
	margin-bottom: 0.5em;
	line-height: 1.3em;
}

p.spip_petit {
	font-size: 0.8em;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}

p.lien {
	text-align: center;
	background-color: #fcf4d0;
	border: 1px solid;
	padding: 0.4em 0.5em 0.5em;
	margin: 0.5em 1.5em;
	font-size: 0.8em;
}

ol.spip li {
	margin-left: 1.7em;
}

ul.spip li {
	margin-left: 1.4em;
}

ul.spip ul {
	margin-top: 0.5em;
}

li.spip {
	margin-bottom: 0.5em;
	line-height: 1.3em;
}

li.spip span.date {
	font-size: 0.86em;
	color: #2e5f9c;
}

hr.spip {
	border: thin #6f7fab solid;
	margin: 12px 0;
}

h6.date {
	font-size: 0.8em;
	color: #2e5f9c;
}

h6.spip_note {
	font-size: 0.8em;
	font-weight: bold;
}

p.spip_note {
	font-size: 0.8em;
	line-height: 1.3em;
}

div.ps {
	background-color: #fcf4d0;
	border: 1px solid;
	padding: 0.4em 0.5em 0;
	margin: 0.5em 0;
	font-size: 0.86em;
}

.spip_surligne {
	background-color: yellow;
}

blockquote.spip {
	padding: 0 2em;
}

/* Signature et reference de l'article dans rubrique 1 */

div.ps_reference {
	clear: both;
	font-size: 0.86em;
	margin-right: 150px;
	margin-top: 1.5em;
	border-top: 2px solid #6679a5;
	padding-top: 0.5em;
}

/*Tag HTML detourne pour les signatures*/

cite {
	font-family: cursive;
	font-style: normal;
}

/*Styles du menu*/

#menu ul {
	margin-left: 1em;
	margin-right: 1em;
}

#menu li ul {
	margin-left: 1.5em;
	margin-right: 0;
	margin-bottom: -0.5em;
}

#menu li {
	list-style-type: none;
	padding: 0.5em 0;
	border-top: 1px solid;
}

#menu li:first-child {
	border-top: none;
}

#menu a.normal:link {
	color: #994315;
}

#menu a.normal:visited {
	color: #994315;
}

#menu a.normal:hover {
	background-color: #dcccc6;
}

#menu a.normal:active {
	color: #eee;
}

#menu a.courant {
	color: #f4be33;
}

/* Styles des tableaux SPIP */

table.spip {
	margin: 1em 0;
	border: 1px solid;
	border-collapse: separate;
	border-spacing: 1px 1px;
	font-size: 0.86em;
}

table.spip caption {
	
}

table.spip th {
	padding: 2px 5px;
}

table.spip td {
	padding: 2px 5px;
	vertical-align: middle;
}

table.spip tr.row_first {
	background-color: #fcf4d0;
}

table.spip tr.row_odd {
	background-color: #f2f3f7;
}

table.spip tr.row_even {
	background-color: #d8dce8;
}

/* Styles des liens SPIP vers les documents joints */

dl.spip_documents {
	font-size: 0.8em;
	text-align: left;
	padding: 2px;
	border: 1px solid black;
	margin: 3px 0;
}

dl.spip_documents_center {
	border-style: none;
	margin: auto;
}

dl.spip_documents_left {
	float: left;
	margin-right: 15px;
}

dl.spip_documents_right {
	float: right;
	margin-left: 15px;
}

dl.spip_documents dd {
	padding: 4px 0 0;
}

dd.spip_doc_titre {
	font-weight: bold;
	text-align: center;
}

span.spip_documents {
	margin: 3px 0;
}

span.spip_documents_right {
	margin-left: 15px;
}

span.spip_documents_left {
	margin-right: 15px;
}

span.spip_documents_center {
	clear: both;
	margin: 0 auto;
	padding: 5px 0 3px;
	display: block;
}

.logo_rubrique img {
	margin: 0 0 10px 15px;
}

/* Styles des resultats de recherche */

h2.recherche {
	color: #6679a5;
	margin: -1em 0 1em;
}

p.pagination {
	margin: 1.2em 0 0 3em;
	font-size: 0.75em;
}

/* Styles de la liste des articles d'actualite */

dl.actualite dt {
	line-height: 1.3em;
	margin-top: 1em;
	color: #2e5f9c;
}

dl.actualite dt.surtitre {
	line-height: 1.3em;
	margin: 0.8em 0 -0.8em;
	color: #2e5f9c;
	font-style: italic;
}

.actualite span.date {
	font-size: 0.86em;
}

dl.actualite dd {
	line-height: 1.3em;
}

dl.actualite dl.spip_documents {
	display: none;
}

ul.actualite li {
	line-height: 1.3em;
	color: #2e5f9c;
	margin-top: .5em;
	list-style-type: none;
}

/* Styles du plan du site */

#plan h2 {
	font-size: 1.14em;
	padding-top: .7em;
}

#plan ul {
	margin-left: 1.3em;
	line-height: 1.3em;
}

#plan li a {
	font-weight: normal;
}

/* Listes des sites Web references et des evenements */

dl.sites dt, dl.evenements dt, dl.documents dt {
	list-style-type: disc;
	list-style-position: outside;
	display: list-item;
	margin: 0.8em 0 0 1.3em;
}

dl.evenements dt {
	color: #2e5f9c;
}

dl.sites dd, dl.evenements dd, dl.documents dd {
	font-size: 0.86em;
	line-height: 1.3em;
	margin: 0.2em 0 0 1.5em;
}

dl.evenements dd:first-letter {
	text-transform: uppercase;
}

/* Liste "dl" (sans puce ni numero, 2e ligne et ss en retrait) */

dl.normal dt {
	margin-top: 0.8em;
	font-weight: bold;
}

dl.normal dd {
	padding-left: 1.5em;
	line-height: 1.3em;
}

/* Le calendrier */

div#calendar {
	float: right;
	font-size: 0.86em;
	margin-left: 15px;
	margin-bottom: 15px;
}

div#calendar h2 {
	display: none;
}

div#calendar table caption {
	text-transform: capitalize;
	text-align: center;
	padding: 4px 0;
}

div#calendar table {
	border-collapse: collapse;
}

div#calendar td, th {
	text-align: center;
	padding: 1px 3px;
	border: 1px solid #bbb;
}

div#calendar .today {
	background-color: #ddd;
}

div#calendar .horsperiode {
	color: #aaa;
}

div#calendar .weekend {
	color: #41689f;
}

div#calendar p.note {
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 1em;
}

/* ---Les styles de la page d'accueil---

   Le menu en ligne dans l'en-tete */

#menu_accueil {
	float: right;
	margin-top: 174px;
	margin-right: 8px;
	padding: 2px;
	border: 1px solid #999;
	font-size: 0.86em;
}

#menu_accueil li {
	list-style-type: none;
	float: left;
}

#menu_accueil a {
	padding: 2px;
}

#menu_accueil a:link {
	color: #994315;
}

#menu_accueil a:visited {
	color: #994315;
}

#menu_accueil a:hover {
	background-color: #dcccc6;
}

#menu_accueil a:active {
	color: #eee;
}

/* La position des trois colonnes */

#colonne1 {
	width: 235px;
	float: left;
	background-color: #eff1db;
	margin-top: 6px;
	margin-left: 8px;
	padding-bottom: 5px;
	display: inline; /* pour corriger le bug double marge d'IE */
}

#colonne2 {
	padding: 0 8px;
	margin-top: 6px;
	margin-left: 250px;
}

#colonne3 {
	width: 170px;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

/* Les styles de la colonne 1 */

#colonne1 h3 {
	font-weight: bold;
	font-size: 0.86em;
	padding: 7px 0 0 7px;
}

#colonne1 dl {
	width: 225px;
	margin: 0 auto;
	font-size: 0.75em;
}

#colonne1 dt {
	font-weight: bold;
	padding-bottom: 3px;
}

#colonne1 dd {
	line-height: 1.3em;
	width: 215px;
	margin: 0 auto;
}

#colonne1 img {
	margin-top: 1.7em;
}

/* Les styles de la colonne 2 */

#colonne2 dl dt {
	margin: 1em 0 0em;
	font-weight: bold;
	font-size: 1em;
}

#colonne2 dl dd {
	font-size: 0.9em;
	line-height: 1.3em;
	background: url(images/pointille.png) no-repeat 0 bottom;
	padding-bottom: 1.5em;
}

#colonne2 dl dd.date {
	font-size: 0.8em;
	line-height: normal;
	color: #6679a5;
	margin-bottom: 0.8em;
	padding-bottom: 0;
	background: none;
}

/* Les styles de la colonne 3 */

#col3_agenda {
	background: #cddbe7;
	padding: 10px;
}

.col3 {
	padding: 10px;
	margin-top: 20px;
}

.col3_revue {
	background: #fbe4a0;
}

.col3_annonce {
	background: #94d3b4;
}

.col3_breve {
	background: #fbe4a0;
}

.col3_image {
	margin-top: 20px;
}

#colonne3 h3 {
	font-size: 0.86em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#colonne3 dl {
	font-size: 0.86em;
}

#colonne3 dl dt {
	font-weight: bold;
	font-size: 1em;
	margin: 0.8em 0 0.2em;
}

#colonne3 dl dd {
	font-size: 0.9em;
	line-height: 1.3em;
	background-image: none;
	padding-bottom: 0;
}

#colonne3 h4 {
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 0.8em;
}

.col3 p {
	font-size: 0.77em;
}

.col3 a:link {
	color: #994315;
}

.col3 a:visited {
	color: #994315;
}

.col3 a:hover {
	background-color: #dcccc6;
}

.col3 a:active {
	color: #eee;
}

/* ---Styles specifiques DRN appliques avec codage HTML dans le texte--- */

.telephone {
	display: list-item;
	list-style-image: url(images/telephone.png);
	list-style-position: inside;
}

.courriel {
	display: list-item;
	list-style-image: url(images/courriel.png);
	list-style-position: inside;
}

.adresse {
	display: list-item;
	list-style-image: url(images/adresse.png);
	list-style-position: inside;
}

.fax {
	display: list-item;
	list-style-image: url(images/fax.png);
	list-style-position: inside;
}

/* Cadre avec fond colore */

div.drn_cadre {
	background-color: #fcf4d0;
	border: 1px solid;
	padding: 0.4em 0.5em 0;
	margin: 0.5em 1.5em;
	font-size: 0.86em;
}

/* Encadre au coeur d'un article */

div.encadre {
	float: right;
	width: 280px;
	background-color: #fcf4d0;
	font-size: 0.86em;
	border: 1px solid gray;
	margin-left: 15px;
	padding: 0.5em 0.7em 0;
}

div.encadre h3 {
	margin-top: 0;
}

div.cadre_centre {
	width: 350px;
	background-color: #fcf4d0;
	font-size: 0.86em;
	border: 1px solid gray;
	margin: 1em auto;
	padding: 0.5em 0.7em 0;
}

div.cadre_centre h3 {
	margin-top: 0;
}

/* Paragraphe en caracteres plus petits */

h6 {
	margin-bottom: 0.5em;
	font-size: 0.86em;
	line-height: 1.3em;
}

/* Passer a la ligne apres un "float" */

.souslimage {
	clear: left;
}

/* Retrait equivalent a la photo pour personnes sans photo */

.sans_photo {
	padding-left: 123px;
}

/* Carte des paroisses */

div#carte {
	position: relative;
}

div#rn_popup {
	z-index: 5;
	position: absolute;
	background-color: #fcf4d0;
	width: auto;
	font-size: .8em;
	text-align: left;
	top: 100px;
	left: 150px;
	display: none;
	border-style: solid;
	border-width: 2px;
}

#rn_popup p {
	margin: 7px;
}

/* Ne pas afficher un element invisible */

.invisible {
	display: none;
}
