/**
* Description des couleurs utilis/(c)es dans cette feuille de style:
*   #369: Bleu marine
*   #CCC: Gris clair 
*   #F0F0FA: Bleu ciel
*   #990000: Rouge
*   #FA0:Orange
*   #FF8C00:Darkorange
*/


/*-------------------------*/
/* BALISES HTML GƒNƒRIQUES */
/*-------------------------*/

body {
  	color: #369;
  	font-size:small;
  	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
   	margin : 0em;
   	padding : 0px;
  	position: relative;
	  vertical-align: middle;
	  /*For good measure, youÕll need to apply the IE fix:*/
	  text-align:center; 
	  background:#83A9D0  url('../images/fond-page.jpg') top repeat-x ;
    /*background-attachment:fixed;*/
}

p {
	color:black;
	line-height:16px;
}

a {
	text-decoration:none;
	color:#369;
}

hr.separateur{
  height:2px;
  color:#CCC;
}

/* Habillage du titre d'une portlet*/
.titre_portlet {
  background: #F0F0FA;
	padding: 4px;
	margin: 0px;
	text-align: left;
	font-size: 1em;
	color: #369;
	font-weight: bold;
	border:1px solid #369;
}
.intitule {
  background: #F0F0FA;
	padding: 4px;
	margin: 0px;
	text-align: left;
	font-size: 1em;
	color: #369;
	font-weight: bold;
	border-bottom:1px dashed #369;
	display:inline;
	width:auto;
}

.titre_portlet a:hover {
	text-decoration: underline;
}


/*-------------------*/
/* CONTENEUR GƒNƒRAL */
/*-------------------*/

div#page {
	border-right: 5px solid #CCC;
	border-left: 5px solid #CCC ;
	border-bottom:4px solid #CCC;
  width: 984px;
	padding: 0;
	/* Centre la page*/
	margin:0px auto;
	text-align:left;
	background:#fff;
}

/* Hides from IE-Mac \*/
/* The root of a HTML docuement in IE 6 and below is not the html element but an anonymous root element*/ 
* html #page {
	/* Force the relative positioned div to have a layout for IE-Wins*/
	height:1%;
}
/* End hide from IE-Mac */


/*---comportement des liens de style bouton---*/
a.bouton {
	display:block;
	background:#369;
	color:#F0F0FA;
	text-decoration:none;
	border: #369 solid 1px;
	text-align:center;
	padding:1px;
	margin:10px 0px 10px 0px;
}

a.bouton:hover {
	background:#F0F0FA;
	color:#369;
	text-decoration:none;
}

/*---comportement des logos de la colonne de gauche---*/
a.logo-spip-powered {
	display: block;
	background:URL(../puces/spip-powered.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 85px;
}

a.logo-spip-powered:hover {
	display: block;
	background:URL(../puces/spip-powered-hover.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 85px;
}

/* ================================ Site layout =============================== */
#contents {
	border: 0px;
	margin:0px;
  padding:0px;
  padding-top:10px;
  margin-left:115px;
}

#sideContent {
	border: 0px;
	height:auto;
	width: 165px;
	float: left;
	display:inline;
  margin:0 0 0 -970px;
  padding:0px;
  background-color: #FFE;
  border-right: 1px solid #369;
  border-top:   1px solid #369;
  border-bottom:1px solid #369;
}

#primaryContent {
	/*border: 3px dotted #F0F0FA ;*/
  padding:0px;
  margin:0 0 10px 65px;
	display:inline;
	float:left;
	width:625px;
	border: 0px;
  padding:0px;
}

#secondaryContent {
	border: 0px;
	width: 160px;
	display:inline;
	float:left;
  margin:0 0 10px 5px;
	border: 0px;
  padding:0px;
}

#secondaryContent ul {
 list-style:none;
 margin:0;
 padding:2px;
}

#secondaryContent ul li {
  border-bottom:1px #369 solid;
  margin:0;
  padding:2px;
}

#secondaryContent ul li a {
  color:#990000;
}

#secondaryContent ul li a:hover {
  text-decoration: underline;
}

/* ================================ Formatage des ?ments du pied de page =============================== */
#footer {
	/*pied de page*/
	clear: both;
	text-align: center;
	font-size: 1em;
	padding: 20px;
	display:block;
  color:#FFF;
  background:#369;
  border-top:2px solid #CCC;
  margin:0px;
  padding:2px;
}

#footer a {
	color: #FFF;
	font-weight:bolder;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*Pour cr/(c)er un effet similair /* un <br/> entre des <div> qui utilisent la propri/(c)t/(c) float*/
div.nettoyage, div.separateur {
	clear: both;
	height: 0px;
	padding:0px;
	margin:-2px;
	line-height:0px;
	/*Force the div to not be displayed in IE*/
	visibility:hidden;
}

/*---comportement des ?ments de formulaires---*/

.saisie-texte, .forml {
	display:inline;
	color: #369;
	background: #F0F0FA;
	border: 1px solid #369;
	margin:5px 0px 5px 0px;
	padding:1px;
	float:right;
}

.spip_bouton {
	display: block;
	background: #369;
	color: #F0F0FA;
	border: 1px solid #369;
	margin:5px 0px 5px 0px;
}

.spip_bouton:hover {
  color: #369;
	background: #F0F0FA;
  cursor: help;
}

fieldset {
	margin: 0px;
	padding:0px;
	border:0px;
}

/*---style des info-bulles perso adapt? au contexte (image, plan...)---*/

a.info span {
	display: none;
}

a.info:hover {
	background: none; /* correction d'un bug IE */
}

h2.titre {
	padding:2px;
	margin:0px;
	background: url('../images/quote.gif') no-repeat top right;
	/*background:#FFF;*/
	border:1px solid #369 ;
	color:#369;
	font-size: 1.6em;
}

.images a.info:hover span {
	/* style des infobulles associ? aux images */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #EEEEEE;
	text-align: left;
	color: #808080;
	padding: 0px 3px 0px 3px;
	border:1px solid #808080;
	width: 200px;
}

.plan a.info:hover span {
	/* style des infobulles associ? aux articles syndiqu?(page site.html) */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #EEEEEE;
	text-align: left;
	color: #808080;
	padding: 0px 3px 0px 3px;
	border:1px solid #808080;
}


/*---affichage de code (pour afficher en mode texte du code html)---*/
tt {
	display: block;
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #669999;
	padding: 1em;
	margin: 1em 0em 1em 0em; /*Sarka-SPIP 1.8.2*/
	font-size: 90%;
	background: #E0F0F0;
	overflow: auto;
	max-height: 25em;
}


/**  Habillage du mot d'acceuil */
#splash {
	width: 454px;
	position: absolute;
	left: 50%;
	margin:0px;
	/*z-index:-999;*/
}

#mot_accueil { 
background: #EFEFEF url('../images/fond.png') repeat; 
border:1px solid #369;
border-top:0px; 
z-index:999; 
position:absolute; 
left: -250px; 
margin:0 auto; 
width:454px; 
height:370px; /* Astuce pour centrer le mot d'acceuil*/ 
text-align:left;
}


#mot_accueil h1 {
	margin:10px;
	padding:5px;
	width:auto;
	/*width:100%;*/
	border:1px solid #369 ;
	background:#fff;

}

#mot_accueil p {
	margin:10px;
}

#mot_accueil .cure {
	color:red;
	font-weight:bolder;
	border:1px solid #369;
	padding:4px;
	margin: 10px;
	float: right;
	display:inline;
}

#mot_accueil .cure img {
	margin:0px;
	padding:3px;
}


#mot_accueil .cure br {
	margin:0px;
	padding:0px;
    line-height:0px;
}

#mot_accueil .cure p {
	margin:0px;
	padding:0px;
    text-align:center;
	font-size:1em;
}

#mot_accueil .mot_accueil {
	display:block;
	padding:5px;
}


/* Habillage du bouton fermeture du mot d'acceuil */
a#bouton_fermeture {
	display:block;
	width: 6em; /* Dimension needed for IE5.x/win */
	padding:0.2em;
	line-height:1.4;
	background:url('../images/fermer_croix.jpg') no-repeat left;
	background-color: #94B8E9;
	border: 1px solid black;
	color:#000;
	text-decoration:none;
	text-align:center;
	margin:5px auto;
}

a#bouton_fermeture:hover {
	background-color: #369;
	color: #fff;
	cursor:pointer;
}

a#affiche_mot_accueil {
background:transparent url(../images/chat.png) no-repeat scroll 0 0;
color:#000000;
display:block;
float:left;
height:24px;
width:24px;
margin:4px;
padding:0;
text-align:center;
text-decoration:none;
}

a#affiche_mot_accueil:hover {
	border:1px solid #369;
	background-color: #ddd;
	color: #fff;
	cursor:pointer;
}

/* ====================== Blocs principaux, d?mposition de la page en 3 colonnes et 1 bandeau ====================== */

#bande-chemin {
	/*bande accrochŽ au bandeau de titre, contenant le chemin hi?rchique de la page en cours*/
	background: #F0F0FA;
	padding: 4px;
	margin: 0px 0px 0px 180px;
	text-align: left;
	font-size: 1em;
	color: #369;
	font-weight: bold;
	border-left:1px solid #369;
	border-bottom:1px solid #369;
}

#bande-chemin a {
	color: #369;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#bande-chemin a:hover {
	color: #AAAAAA;
}

/* ================================ Formatage des ?ments de la colonne de gauche =============================== */
/* bloc contenant la date de derni? mise ?our */
.maj {
	background: #FFFFFF;
	font-size: 11px;
	border: 1px solid #808080;
	text-align: center;
	padding: 3px 0px 3px 0px;
	color: #808080;
	margin: 20px 5px 20px 5px;
}

/* bloc contenant le champe de recherche */
#recherche {
	display:inline;
	border: 1px solid #369;
	margin: 5px;
	float:  right ;
}

#recherche .texte {
	font-size: 1em;
	float:  right ;
}

#recherche fieldset {
    /*Opera has some buggy behaviour with fieldset, so we need 
    to set the border transparent in order to not display it*/
	border:0px solid transparent ;
}

#recherche input {
	display:inline;
	margin:5px;
	float:right;
}

#recherche_bouton {
}


#recherche .saisie-texte {
  	background:#fff;
  	width:115px;
}

/* ================================== Formatage des ?ments de la colonne centrale ============================== */

/* Habillage des informations sur les messes*/
#infos_principales {
	display:inline;
	margin: 0px 10px;
	float:right;
	color:black;
}

#infos_principales div {
	padding-left:10px;
	width:280px;
}

/* Habillage d'une meditation */
#meditation {
  font-size:small;
  display:block;
  background: url('../images/quote.gif') no-repeat center left;
  /*background:#FFF;*/
  margin:0px;
  color:#000;
  font-style:italic;
}

#meditation p {
  height:50px;
  overflow:scroll;
}


/** Habillage des infos sur les messes */
#info_messe {
	padding:10px;
	padding-top:0px;
	background-color: #FFF;
	border-left:1px dashed #369;
	border-bottom:1px dashed #369;
  display:block ;
}

#info_messe h2 {
	background: url(../images/messeinfos.png) no-repeat top right;
	/*background:#FFF;*/
}

#horaires_messes {
	color:#000;
}

/* Habillage d'un edito */
#edito {
	display:inline;
	width: 290px;
	height:auto;
	margin-bottom:10px ;
	float:left;
}

#edito a:hover {
	text-decoration: underline;
}

#edito .image .spip_logos {
	display:inline;
	float: right;
	margin: 5px;
	width:80px !important;
	height:60px !important;
}

#edito h3 {
	color: #000000;
	font-weight: bold;
	margin: 3px;
	padding: 0px;
}

#edito h2 {
}

#edito h1 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px;
	padding: 0px;
}

#edito .detail {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	color: #000000;
	padding-right: 5px;
}

#edito .texte {
	color: #000000;
	margin: 10px;
	padding: 0px;
}

#edito .chapo {
	color: #369;
	margin: 10px;
	padding: 0px;
	font-weight: bold;
}

#edito .post-scriptum {
	color: #000000;
	margin: 10px;
	padding: 0px;
	border-top: 2px dotted #369;
}

#edito .post-scriptum .annonce {
	font-weight: bold;
	color:#369;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}

#edito .notes {
	color: #000000;
	margin: 10px;
	padding: 0px;
	border-top: 10px dashed #369;
	font-size: 1em;
}


#edito blockquote {
	border: 1px solid #808080;
	background: #EEEEEE;
	padding: 0px 15px 0px 15px;
}

#edito table {
	font-size: 90%;
	border-color: #FFFFFF;
}

#edito tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

#edito tr.row_odd {
	background: #DDDDDD;
	color: #000000;
}

#edito tr.row_even {
	background: #DDDDDD;
	color: #000000;
}

#edito td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}
/* contenu --> documents joints (aux articles et aux rubriques) */

.contenu .doc {
	padding: 10px; 
	color: #990000;
	background: #FFFFFF;
	margin: 0px; 
}

.contenu .doc .en-tete {
	font-size: 110%;
	font-weight:bold;
	margin: 5px 0px 5px 0px; 
}

.contenu .doc .spip_logos {
	margin: 5px 0px 0px 20px;
}

.contenu .doc a {
	display:block;
	text-decoration: none;
	color: #990000;
	margin: 0px 0px 5px 0px;
}

.contenu .doc a:hover {
	text-decoration: underline;
}

.contenu .vignette a:hover {
	text-decoration: none;
}


/* ~~~~~~~~~~~~ derniers articles ~~~~~~~~~~~~ */
/* La classes "derniers articles" est mal nomm?: */
/* elle correspond aux annonces d'articles, dans les */
/* pages sommaire, plan, recherche, auteur, etc. */

ul.liste_articles {
	background: transparent;
	font-size: 1em;
	padding: 10px;
	display:inline;	
	list-style: none;
	margin:5px;
}

/*ul.liste_articles .article_resume {
	margin-left:130px;
}*/

ul.liste_articles li:first-child {  
  width:100%;
  height:100px;
}

ul.liste_articles li {
	background: transparent;
	margin: 5px; 
	display: block;
	border-top:1px #369 solid ;
	padding: 0px 0px;
	height:150px;
  width:293px;
  float:left;
}

/*.liste_articles li:last-child {
	border-bottom:1px #369 solid
}*/

ul.liste_articles li:hover {
  background:#F0F0FA;
}

ul.liste_articles li a {
	color: #990000;
	text-decoration: none;
}

ul.liste_articles h2, ul.liste_articles h3,ul.liste_articles h4 {
  margin:0px;
  padding:2px;  
}

ul.liste_articles li div.image {
	display: inline;
	float: left;
	margin-right: 10px;
	width:100px;
	height:80px;
	border:1px solid #369;
	background:#F0F0FA;
	padding:3px;
}

ul.liste_articles li div.image img {
	display: block;
	width:100px;
	height:80px;
}

ul.liste_articles li a:hover {
	color: #990000;
	text-decoration: underline;
}

ul.liste_articles li .en-tete {
	color: #369;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 10px 10px 0px;
	border-bottom:1px dotted #369;
}

ul.liste_articles li .annonce {
	background: #FFFFFF;
	margin: 10px;
	padding: 0px 0px 10px 0px;
	border:1px solid #369;
}

ul.liste_articles li h2 {
	font-size: 1em;
	display: inline;
}

ul.liste_articles li h3 {
	color: #369;
	font-size: 1.2em;
	font-weight: bold;
}

ul.liste_articles li .titre_article {
	display: block;
	color: #369;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

ul.liste_articles li .titre_article:hover {
	color: #369;
	text-decoration: underline;
}

ul.liste_articles li h4 {
	color: #369;
	font-weight: bold;
}

ul.liste_articles li .detail {
	color: #369;
	font-size: 1em; 
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 5px 0px; 
	padding: 0px;
	border-left: 1px solid #369;
	border-right: 1px solid #369;
	border-bottom: 1px solid #369;
	width: 200px;
	display:inline;
	float: right;
}

ul.liste_articles li .chemin {
	color: #990000;
	font-weight: bold;
	font-size: 1em;
	padding: 2px;
}

ul.liste_articles li p.introduction {
	color: #000000;
	margin: 2px;
}
ul.liste_articles li p.introduction a {
	color: #000000;
}
ul.liste_articles li a.suite {
	text-align: right;
	display: block;
}


/* mise en forme du formulaire de p?tion */

.petition {
	border: 2px solid #369;
	padding: 10px;
	margin: 0px 20px 20px 20px; 
	background: #EEEEEE;
}

.petition fieldset {
	border: 1px solid #369;
	margin: 5px 0px 0px 0px;
	padding: 10px;
}

.petition legend {
	color: #369;
	font-weight: bold;
	border: 1px solid #369;
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 5px 0px;
}

.petition .en-tete {
	color: #369;
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}

.petition textarea {
	width: 80%;
}

/* mise en forme de l'affichage des signataires de la p?tion */

.signatures {
	border: 2px solid #369;
	padding: 10px;
	margin: 10px 20px 10px 20px; 
	background: #EEEEEE;
	font-size: 100%;
}

.signatures .en-tete{
	color: #369;
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}

.signatures td {
	border: 1px solid #369;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	empty-cells: hide;
	font-size: 1em;
}

.signatures thead {
	background: #369;
	font-weight: bold;
	color: #FFFFFF;
}

.signatures a {
	color: #990000;
	text-decoration: none;
}

.signatures a:hover {
	color: #990000;
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ dans la meme rubrique ~~~~~~~~~~~~ */

.articles-freres {
	border: 2px solid #369;
	padding: 10px;
	margin: 20px 20px 10px 20px; 	
	background: #EEEEEE;
}

.articles-freres ol {
	color: #369;
}

.articles-freres .en-tete{
	color: #369;
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}

.articles-freres .frere a {
	/* lien vers les articles fr?s sauf l'article en cours */
	color: #369;
	text-decoration: none;
	font-weight: bold;
}

.articles-freres .frere a:hover {
	color: #369;
	text-decoration: underline;
}
.a-propos {
	color:black;
	line-height:1.4em;
}
.date, .date-syndic {
	color: #FA0;
}

.popularite {
	color: #CCC;
}

.articles-freres .en-cours {
	/* affichage du titre de l'article en cours (sans lien) */
	color: #808080;
}

/* ~~~~~~~~~~~~ forum ~~~~~~~~~~~~ */

.annonce-forum {
	color: #990000;
	font-size: 150%;
	font-weight: bold;
	width: 100%; 
	margin: 0px 20px 0px 20px; 
}

.forum {
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	margin: 0px 20px 0px 20px; 
}

a.repondre {
	background: #990000;
	color: #FFFFFF !important;
	text-decoration:none !important;
	border: #990000 solid 1px;
	text-align:center;
	padding: 1px 5px 1px 5px;
	
	display:inline;
	float: right;
}

a.repondre:hover {
	background:#FFFFFF !important;
	color:#990000 !important;
	text-decoration:none !important;
}


.forum fieldset {
	border: 1px solid #369;
	margin: 5px 0px 0px 0px;
	padding: 10px;
}

.forum legend {
	color: #369;
	font-weight: bold;
	border: 1px solid #369;
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 5px 0px;
}

.forum .en-tete {
	color: #369;
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}

.forum textarea {
	width: 80%;
}

.forum .visualisation {
	border: 1px solid #369;
	margin: 10px 0px 0px 0px;
}

.forum .visualisation a {
	color: #990000;
	text-decoration: none;
}

.forum .visualisation a:hover {
	color: #990000;
	text-decoration: underline;
}

.forum .visualisation .titre {
	border-bottom: 1px solid #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	background: #369;
	margin: 0px;
}

.forum .visualisation .detail {
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 90%;
	text-align: center;
	color: #FFFFFF;
	width: 200px;
	
	display:inline;
	float: right;
	padding: 1px;
	background: #369;
}

.forum .visualisation .texte {
	padding: 10px;
}


.forum a.article-forum {
	text-decoration: none;
	font-size: 110%;
	color: #808080;
	font-weight: bold;
}

.forum a.article-forum:hover {
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ plan du site et sites r?renc?~~~~~~~~~~~~ */

.plan {
	font-size: 2em;
	margin: 0px 20px 0px 20px; 
}

.plan .intitule {
	color: #808080;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 20px 0px; 
}

.plan a.rubrique {
	display:block;
	color: #990000;
	font-weight:bold;
	padding-left:15px;
	margin: 0.5em 0px 0px 0px;
}

.plan a.rubrique:hover {
	background-image:url(../puces/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.plan a.article {
	color: #369;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 1em;
}

.plan a.article:hover {
	background-image:url(../puces/puce.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.plan a.breve {
	color: #808080;
	padding: 0px 0px 0px 10px;
	font-size: 1em;
}

.plan a.breve:hover {
	background-image:url(../puces/puce.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
}


.plan ul {
	list-style-type: none;
	padding: 0px 0px 0px 20px; 
	margin: 0px;
	border: 0px;
}

.plan li {
	font-size: 80%;
	padding:0px;
	margin:0px;
	border: 0px;
}

.plan hr {
	margin: 10px 20px 10px 20px;
	border: 1px solid #990000;
}

.plan a.article-syndic {
	display: block;
	color: #000000;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
}

.plan a.article-syndic:hover {
	background-image:url(../puces/puce.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.plan .date-syndic {
	color: #990000;
	font-weight: bold;
}

.plan .a-propos {
	display: block;
	border: 0px;
	background: #FFFFFF;
	color: #909090;
	font-size: 1em;
	padding: 3px 20px 5px 40px;
}

.plan .a-propos .site-pere {
	font-weight: bold;
}

.plan .a-propos .auteur-pere {
	font-weight: bold;
}


/* ~~~~~~~~~~~~ auteur ~~~~~~~~~~~~ */

.auteur {
	padding: 0px;
	margin: 0px 20px 0px 20px; 
	font-size: 1em;
}

.auteur div {
	text-align: left !important;
}

.auteur .image .spip_logos {
	display:inline;
	float: right;
	margin: 10px;
}

.auteur .nom {
	color: #369;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.auteur .tchak {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

.auteur .spip_encadrer {
	border: 1px solid #369;
	color: #369;
	font-size: 100%;
	margin: 5px 0px 10px 0px;
	padding: 5px;
}

.auteur a {
	color: #990000;
	text-decoration: none;
}

.auteur a:hover {
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ recherche ~~~~~~~~~~~~ */

.recherche {
	margin: 0px;  
}

.recherche .intitule {
	color: #369;
	font-size: 200%;
	font-weight: bold;
	margin: 0px 0px 20px 0px; /* Sarka-SPIP 1.8.2 */
	padding: 1px 10px 1px 10px;
	border: 2px solid #369; /* Sarka-SPIP 1.8.2 */
}

.recherche .elements-trouves {
	color: #990000;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-decoration: underline;
}

.recherche .mot-cle {
	color: #369;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-decoration: underline;
}

.recherche .derniers-articles {
	margin: 0px; /* Sarka-SPIP 1.8.2 */
}

.indentation {
	padding-left: 40px;
}

.redimensionnement {
	font-size: 1em; /* Sarka-SPIP 1.8.2 */
}



/* ====================== Formatage des ?ments de la colonne de droite ====================== */

.droite {
	border-left:1px dashed #369;
	padding-left:5px;
}



/* ~~~~~~~~~~~~ sites syndiqu?~~~~~~~~~~~~ */

.web {
	margin: 0px;
	font-size: 1em;
	padding: 0px 0px 5px 0px;
}

.web a.en-tete {
	display: block;
	background-color: #808080;
	font-weight: bold;
	font-size: 200%;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #808080;
}

.web a.en-tete:hover {
	background-color: #EEEEEE;
	color: #808080;
	border: 1px solid #808080;
}

.web a.article-synd {
	display: block;
	color: #808080;
	text-decoration: none;
	background-image:url(../puces/puce.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 5px 10px;
	margin: 0px 5px 0px 5px;
}

.droite .web a.article-synd:hover {
	color: #808080;
	text-decoration: underline;
}

.centre .web a.article-synd:hover {
	color: #808080;
	text-decoration: none;
	background-image:url(../puces/puce.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.web .site {
	border: 1px dashed #808080;
	margin: 10px 0px 10px 0px;
	padding-left: 25px;
	font-size: 100%;
    background: url('../images/puce_jaune.gif') no-repeat 10px 4px;
}

.web .site .descriptif {
	margin:2px;
	font-style:italic;
}
.site-pere {
	font-style:italic;
}
.liste-articles-syndic li ul {
	margin-top:5px ;
}
h1.nom_site {
	display: block;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #808080;
	margin: 0px;
	margin-left:10px;
	background: #EEEEEE;
	margin-bottom: 10px;
}

h1.nom_site:hover {
	color: #FFFFFF;
	background: #808080;
}

/* ~~~~~~~~~~~~ breves ~~~~~~~~~~~~ */

.liste_breves {
	margin: 0px 0px 0px 0px;
	font-size: 130%;
	color: #808080;
}

.droite .liste_breves .spip_documents {
	display: block;
	width: 120px !important;
	padding: 3px;
}

.centre .liste_breves .spip_documents {
	display: block;
	width: 200px !important;
	padding: 5px;
}

.liste_breves .spip_documents_center {
	margin-left: auto;
	margin-right: auto;
}

.liste_breves .spip_doc_titre {
	text-align: left;
	padding: 5px 0px 0px 0px;
}

.liste_breves .spip_doc_descriptif {
	font-size: 100%;
	color: #808080;
	text-align: left;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

ul#liste_breves {
	display: block;
	list-style:none;
	margin:0px;
	padding:0px;
}

ul#liste_breves li {
  margin:1px;
  padding:1px;
  border-bottom:1px solid #369;
	
  font-size: 1em;
}

ul#liste_breves li h4 {
  margin:1px;
  padding:1px;
  font-size: 0.95em;
}

ul#liste_breves li .texte {
  margin:1px;
  padding:1px;
}

ul#liste_breves li .texte a {
  margin:1px;
  padding:1px;
  color: #000;
}

ul#liste_breves li .texte a:hover {
  color: #369;
  text-decoration:underline;
}



ul#liste_breves li .site {
  margin:1px;
  padding-left:20px;
  border-top:2px dotted #FA0;
  background: url(../images/puce_jaune.gif) no-repeat 16px 4px;
	background-position: 7% 50%;
}

/** Habillage de la liste des sites web */
dl.liste_avec_tooltip {
	display: block;
	list-style:none;
	margin:0px;
	padding:0px;
}

dl.liste_avec_tooltip h3 {
  background: #F0F0FA;
	padding: 4px;
	margin: 0px;
	text-align: left;
	font-size: 1.4em;
	color: #369;
	font-weight: bold;
	border:1px solid #369;
}

dl.liste_avec_tooltip h3:hover {  
  background: #EEE;
	color: #369;
}

dl.liste_avec_tooltip dt.site {
  margin:1px;
  padding-left:15px;
  border-bottom:1px solid #369;
  background: url(../images/puce_jaune.gif) no-repeat 16px 4px;
  background-position: 3% 50%;
  
	font-size: 1em;
}

dl.liste_avec_tooltip dt.site div.logo {
	display:inline;
	float: left;
	width: 35px;
	height:35px;
	border:1px solid #369;
	background:#F0F0FA;
	padding:3px;
	margin-right:5px;
}

dl.liste_avec_tooltip dt.site div.logo img {
  width:35px !important ;
  height:35px !important ;
  float:left;
	display:inline;
}

dl.liste_avec_tooltip dt.site h4 {
  margin:1px;
  padding:1px;
}

dl.liste_avec_tooltip dd {
  background: #F0F0FA;
  border: 2px solid #369;
  color: #369;
  padding: 4px;
  width: 200px;
  left: -9999px;
  position: absolute;
  z-index: 99;
  font-size: 1em;
  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
}

dl.liste_avec_tooltip dd div.logo {
	
	display:inline;
	float: left;
	width: 60px;
	height:60px;
	border:1px solid #369;
	background:#F0F0FA;
	padding:3px;
	margin-right:5px;
}

dl.liste_avec_tooltip dd div.logo img {
  width:60px !important ;
  height:60px !important ;
  float:left;
  display:inline;
}

/* !!!!!!!!!!! Sarka-SPIP 1.1.1 !!!!!!!!!!!! */
/* ~~~~~~~~~~~~ mots-cl?~~~~~~~~~~~~ */

.droite .mots-cles {
        margin: 0px 0px 0px 0px;
        font-size: 100%;
        color: #808080;
}

.droite .mots-cles a.en-tete {
        display: block;
        background-color: #669999;
        font-weight: bold;
        font-size: 200%;
        color: #FFFFFF;
        text-align: center;
        border: 1px solid #669999;
}

.droite .mots-cles a.en-tete:hover {
        background-color: #FFFFFF;
        color: #669999;
        border: 1px solid #669999;
}

.droite .mots-cles .contenu {
        border: 1px solid #669999;
        margin: 10px 0px 20px 0px;
        padding: 0px;
        font-size: 100%;
}

.droite .mots-cles .contenu a {
        display: block;
        color: #669999;
        padding: 0px 5px 3px 5px;
        font-size: 110%;
        text-decoration: none;
}

.droite .mots-cles .contenu a:hover {
        text-decoration: underline;
}

.droite .mots-cles .contenu .nom-groupe {
        display: block;
        padding: 2px 5px 0px 5px;
        font-size: 110%;
        text-decoration: none;
        font-weight: bold;
}

.droite .mots-cles .contenu a.type {
        display: block;
        border-bottom: 1px solid #669999;
        font-size: 130%;
        font-weight: bold;
        text-align: center;
        color: #669999;
        margin: 0px;
        padding: 1px;
        background: #FFFFFF;
        margin-bottom: 10px;
        text-decoration:none;
}

.droite .mots-cles .contenu a.type:hover {
        color: #FFFFFF;
        background: #669999;
}


/* Habillage de la navigation globale du site */

ul#navigation_globale {
  list-style:none;
  margin:0px;
  padding:0px;
  margin-top:12px;
	display:inline;
	float:right;
}

ul#navigation_globale li {
  list-style:none;
  display:inline;
  margin:0px;
  padding:0px;
  margin-right:5px;
  padding-right:5px;
  border-right:2px #990000 solid;
}

ul#navigation_globale li:last-child {
  border-right:0px #990000 solid;
}


/*Habillage du bandeau*/
div#bandeau {
  font-size: 3em;
  display: block;
  font-weight: bold;
  text-decoration: none;
  float:left;
  display:inline;
  margin:0px;
  width:100%;
  border-bottom:1px solid #369;
}

/*div#bandeau hr {
  height:4px;
  background:#369;
  z-index:-9999;
  margin-top:20px;
}*/

div#bandeau a {
  margin:0px;
  padding:10px;
}

div#bandeau a:hover {
	color: #777;
}

div#bandeau h1{
    text-align: left;
	background:url('../images/header.png') no-repeat top right;
	height:100px;
  	padding:10px;
}

img.logo {
  background:transparent;
  display:inline;
  float:left;
  margin:0px;
  padding:0px;
  /*border: 1px outset #369;*/
}

/* Habillage de la liste des paroisses */
ul#liste_paroisses {
	margin:0px;
  margin-top: 5px;
	padding: 0px;
	font-size: medium ;
	display:block;
}

ul#liste_paroisses li{
	display:inline;
	padding-left: 10px;
  margin:0px;
  float:left;
	/*border: 1px dotted #777 ;*/
}

ul#liste_paroisses li div.image {
  background: #F0F0FA ;
  border:1px solid #369;
  width:87px;
	height:66px;
	padding:2px;
	margin:0px;
}

ul#liste_paroisses li div.image:hover {
   background: #369;
}

ul#liste_paroisses li a{
	display:inline;
  padding:0px;
  margin:auto;
}

ul#liste_paroisses li a img {
	width:80px;
	height:60px;
  margin:auto;
	padding:0px;
}

ul#liste_paroisses li a:hover img {
  background:#369;
}

ul#liste_paroisses li a br {
	margin:0px;
	padding:0px;
  line-height:0px;
}

ul#liste_paroisses li p.label {
	margin:0px;
	margin-top:2px;
	padding:0px;
	color:#369;
  text-align:center;
	font-size: 0.8em;
	position:relative;
}

/*Affichage de la liste de navigation d'accessibilit*/
#accessibilite {
  	float:left;
	display:inline;
	margin:0px;
	padding:0px;
}

#accessibilite li {
	display: none;
}

/* Affichage d'un message d'erreure */
div.erreure {
	border:1px #C00 solid;
	background: #FCC;
	margin:10px;
	margin-bottom:20px;
	padding:10px;
}

div.spip_doc {
  float: right;
  
	display:inline;
	border:1px solid #369;
  background: #F0F0FA;
  margin: 10px 5px 10px 5px;
	padding: 5px;
	width: 200px !important;
	text-align: center;
}

/*Habillage d'un menu d/(c)velopp/(c) */
ul#menu {
	list-style:none;
	margin: 0px;
	padding: 0px;
	background:#fff;
}

ul#menu li { 
	list-style:none;
	margin: 0px;
	padding: 1px 4px;
}

ul#menu a, ul#menu .titre {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	font-weight: bold;
	display: block;
	background: url('../images/hachures_bleues_h3.gif') repeat;
	border-top: solid #adb2b8 1px;
	text-decoration: none;
	color: #4962b6;
}

ul#menu a:hover {
	text-decoration:underline;
}

ul#menu ul li {
	border: solid #fff 1px;
}

ul#menu ul li:hover {
  background:#EEF ;
}

ul#menu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

ul#menu ul a {
	padding-left: 5px;
	font-weight: normal;
	background: #fff;
	border: 0px;
	padding-left: 20px;
	background: url('../images/puce_bleue.gif') no-repeat 16px 4px;
	background-position: 7% 50%;
	color: #000;
}
ul.liste_rubriques,
ul.lectures  {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
ul.liste_rubriques li,
ul.lectures li {
	padding:1px 4px;
}
ul.liste_rubriques li a,
ul.lectures li a {
	font-weight: normal;
	background: #fff;
	border: 0px;
	padding-left: 20px;
	background: url('../images/puce_bleue.gif') no-repeat left;
	color: #000;
}
ul.liste_rubriques li a:hover,
ul.lectures li a:hover {
	text-decoration:underline ;
}
/* Affichage d'une liste de documents */
ul.liste_documents {
  margin:0px;
  padding: 0px;
  display:block;
  list-style:none;
}

/* Affichage de l'en t/(TM)te de la liste de documents */
ul.liste_documents h2 {
  color: #808080;
	font-size: 1.2em;
	font-weight: bold;
	margin:0px 0px 20px 35px;
}

/* Affichage du descriptif d'un document */
ul.liste_documents li {
  font-size:1em;
  /*font-weight:500;*/
  margin:0em 0em 0.4em 4em;
  background-color: #f2f2f2;  
  color:#69c;
  border: solid 1px #909090;
  width:180px;
  height:180px;
  display:inline;
  float:left;
}

ul.liste_documents li h3 {
  padding:4px;
  font-weight:bold;
}

ul.liste_documents li div {
  padding:4px;
  margin:0px;
}

ul.liste_documents li p{
  padding:4px;
  margin:0px;
}

ul.liste_documents li p span{
  color:#900;
  font-weight:bold;
}

ul.liste_documents li img {
  
	display:inline;
	float:right;
  margin-left:10px;
}

ul.liste_documents a {

}

/* Affichage d'une liste de rubriques sur une ligne*/
dl.liste_rubriques {
	display: inline;
	list-style:none;
	margin:0px 10px 5px 20px ;
	padding:0px;
}

dl.liste_rubriques h3 {
  background: #F0F0FA;
	padding: 4px;
	margin: 0px;
	text-align: left;
	font-size: 1.2em;
	color: #369;
	font-weight: bold;
	border:1px solid #369;
}

dl.liste_rubriques h3:hover {  
  background: #EEE;
	color: #369;
}

dl.liste_rubriques dt {
  margin:5px;
  padding:5px;
  border:1px solid #369;
	display: inline;
	background:#F0F0FA;
	color:#369;
	font-weight: bold;
}

dl.liste_rubriques dt:hover {
	background:#369;
	color:#F0F0FA;
}

dl.liste_rubriques dt:hover a {
	color:#F0F0FA;
}

dl.liste_rubriques dt div.logo {
	
	display:inline;
	float: left;
	width: 35px;
	height:35px;
	border:1px solid #369;
	background:#F0F0FA;
	padding:3px;
	margin-right:5px;
}

dl.liste_rubriques dt div.logo img {
  width:35px !important ;
  height:35px !important ;
  float:left;
  
	display:inline;
}

dl.liste_rubriques dt h4 {
  margin:1px;
  padding:1px;
}

dl.liste_rubriques dd {
  background: #F0F0FA;
  border: 2px solid #369;
  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
  color: #369;
  padding: 4px;
  width: 200px;
  position: absolute;
  left: -9999px;
  z-index: 11;
	font-size: 1.4em;  
}

dl.liste_rubriques dd div.logo {
	
	display:inline;
	float: left;
	width: 60px;
	height:60px;
	border:1px solid #369;
	background:#F0F0FA;
	padding:3px;
	margin-right:5px;
}

dl.liste_rubriques dd div.logo img {
  width:60px !important ;
  height:60px !important ;
  float:left;
  
	display:inline;
	
}

/** Affichage d'une breve complete */
.breve { 
  margin:0px;
  margin-right:10px;
  padding:10px;
  padding-right:10px;
  border:1px solid #369;
}

.breve h3 {
  margin:3px;
  padding:0px;
}


.breve .texte {
  margin:10px ;
}

.breve .notes {

}

.breve .site {
  margin:1px;
  padding-left:20px;
  border-top:2px dotted #FA0;
  background: url(../images/puce_jaune.gif) no-repeat 16px 4px;
  background-position: 0% 50%;
}

.breve .image {
  float:right;
  margin-left:10px ;
  display:inline;
}

.breves_navigation {
  margin-right:30%;
  margin-left:30%;
}

.breves_navigation a {
  margin:10px; 
}


.site {
  margin:1px;
  padding-left:20px;
  border-top:2px dotted #FA0;
  background: url(../images/puce_jaune.gif) no-repeat 16px 4px;
  background-position: 0% 50%;
}

/* ~~~~~~~~~~~~ derniers articles ~~~~~~~~~~~~ */
/* La classes "derniers articles" est mal nomm?: */
/* elle correspond aux annonces d'articles, dans les */
/* pages sommaire, plan, recherche, auteur, etc. */

.resume_article {
	background: transparent;
	margin: 10px;
  margin-bottom:0px;
  font-size: 1em;
	padding: 10px;
	padding-bottom:0px;
}

.resume_article a {
	color: #990000;
	text-decoration: none;
}

.resume_article .image .spip_logos {
	
	display:inline;
	float: left;
	margin: 10px;
}

.resume_article a:hover {
	color: #990000;
	text-decoration: underline;
}

.resume_article .en-tete {
	color: #369;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 10px 10px 0px;
	border-bottom:1px dotted #369;
}

.resume_article .annonce {
	background: #FFFFFF;
	margin: 10px;
	padding: 0px 0px 10px 0px;
	border:1px solid #369;
}

.resume_article .surtitre {
	color: #369;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
}

.resume_article a.titre {
	display: block;
	color: #369;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	padding-top: 5px;
}

.resume_article a.titre:hover {
	color: #369;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: underline;
}

.resume_article .soustitre {
	color: #369;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
}

.resume_article .detail {
	color: #369;
	font-size: 85%; 
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 0px; 
	padding: 1px 5px 1px 5px;
	border-left: 1px solid #369;
	border-bottom: 1px solid #369;
	width: 200px;
	
	display:inline;
	float: right;
}

.resume_article .chemin {
	color: #990000;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}

.resume_article .introduction {
	color: #000000;
	margin: 10px 10px 0px 10px;
}

.resume_article a.suite {
	text-align: right;
	display: block;
}


/* Habillage des boutons de navigations entre articles, breves ou documents*/
div.boutons_navigation {
	margin:auto;
	height:auto;
	width:100%;
	position: relative;
}

div.boutons_navigation a {
	display:inline;
	position:absolute;
	width:230px;
	padding:5px;
}


div.boutons_navigation a.precedent {
	left:50px ;
}

div.boutons_navigation a.suivant {
  right:50px;
}


/** Affichage de thumbnails */
/* contenu --> images jointes (aux articles et aux rubriques) */

.images {
	margin: 0px; 
	padding: 5px;
	background: #FFFFFF;
	list-style:none;
	display:block;
}

.images h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #900;
}

.images li {
	display: inline;
  float:left;
}

.images li .vignette {
	font-size: 1em;
	padding: 5px;
  	color:#69c;
	background:#F0F0FA;
	margin:10px;
	margin-bottom:8px;
	border: 1px solid #CCC ;
	display: block;
}
.images li .vignette a {
	display:inline;
}

.images li .vignette a img{
	display:inline;
	margin:0px;
	padding:5px;
}

div.vignette:hover,div.vignette:hover img {
}

.show, .hide {
  display:inline;
  padding: 2px 15px ;
  color:#369;
  text-decoration:underline;
  font-weight:bolder;
  margin-bottom:10px;
}

.show {
  background: white url('../images/plus.png') no-repeat right ; 
}

.hide {
  background: white url('../images/minus.png') no-repeat right ; 
}

.afficher_agenda {
 background: white url('../images/clock.jpg') no-repeat left center ; 
 padding:4px;
 padding-left:35px;
 margin:12px 0px;
 display:block;
 text-decoration:underline ;
}
.afficher_agenda:hover {
	text-decoration:underline ;
}
.upper_layer {
  z-index:999;
}

/** Affichage d'un formulaire d'envoi de message */
.form {
  margin-top:10px; 
}

.form fieldset {
  border: 1px solid #369 ;
  padding : 10px ;
}

.form legend {
  border: 1px solid #ccc ;
  font-weight:bold;
  padding:5px;
}

.form label {
  /* Label element is a inline element. By specifying the display property value to block,
  will cause to generate its own block blox and so be displayed just upon the next input*/ 
  float: left ;
  width:10em ;
  line-height:22px; 
}

.form input[type="submit"] {
  text-align:left;
	display: block;
	background: #369;
	color: #F0F0FA;
	border: 1px solid #369;
	margin:5px 0px 5px 0px;
}

.form input[type="text"], .form textarea {
  border-top:     2px solid #999;
	border-left:    2px solid #999;
	border-bottom:  1px solid #ccc;
	border-right:   1px solid #ccc;
}

.form input[type="text"]:focus, .form textarea:focus {
  background:#F0F0FA ;
}

.form input[type="submit"]:hover {
  color: #369;
	background: #F0F0FA;
  cursor:auto;
}

div.lecture .texte {
	color : black ;
	margin:0 10px;
}

div.summary-messes h1 {
	display:none;
}
div.summary-messes dl dd {
	margin-left:32px ;
}
