/* Styles propre au site de l'AP St-Bar */
/* Eric Vyncke: 11 avril 2006 */


/* Style pour le mini-calendrier...*/
/* Recopie de calendrier_mini.html de la version 1.9*/

#calendar table {
border-collapse: collapse;
}

#calendar caption {
border: 2px solid #E0E0E0;
background-color:#EEE;
}

#calendar td{
width:1.5em;
height:1em;
border:2px solid #E0E0E0;
background-color:#FFF;
text-align:center;
padding: 2px;
}

#calendar th{
width:1.5em;
height:1em;
border:0px;
background-color:#FFF;
text-align:center;
padding: 2px;
}

#calendar td.today {
background-color:#99CCFF;
}

#calendar td.horsperiode {
background-color:#EEE;
color:#878787;
font-size:.9em;
}

#calendar td.occupe a {
font-weight:bold;
color:#FF0000;
text-decoration: none;
}

/* Styles pour l'article sommaire */
/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.article-sommaire { font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; }

.article-sommaire ul { margin: 0; padding: 0; list-style: none; }
.article-sommaire li { margin-bottom: 1em; clear: both; }

.article-sommaire h3 .titre {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;;
	font-size: 1.03em;
	font-weight: bold; }

.article-sommaire li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.article-sommaire li p { margin: 0; padding: 0; }

.article-sommaire li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.article-sommaire li small {
	display: block;
	font-size: 0.71em; }

.article-sommaire li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	background-color:#99CCFF;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;;
	font-size: 0.82em;
	line-height: 1.4em; }

/* Pour compatibilité avec www.saintbar.be */

/* Copie de www.saintbar.be */
/* Définition des liens---------------------------------------------------------------*/
a img {
  border: 0;
}

a:link {
  text-decoration: none;
  color: #035b7b;
}

a:visited {
  text-decoration: none;
  color: #035b7b;
}

a:hover {
  text-decoration: none;
  /*font-weight: bold ;*/
  color: #8ba321;
}

a:active {
  text-decoration: none;
  color: #035b7b;
}



