
/* -------------------------------------------------------
  ABCalendrier (couleur du bandeau assorti aux rubriques
------------------------------------------------------ */
#abcalendrier .menu-titre { 
  line-height: 1.60em; 
  font-size:13px; 
  color: white; 	
  background-image: url(img/titre-coin.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.texte
{
	text-align: justify;
	line-height: 1.3em;
	text-transform: inherit;
}

/* Pour eviter la barre a gauche de poesie  */
blockquote.spip_poesie {} /* Cf.: spip_style.css */
blockquote.spip_poesie { margin: 2em 0; padding-left: 1em; }
blockquote.spip_poesie div { text-indent: -3em; margin-left: 3em; }

/* Intertitres insérés dans un article  */
h3.spip {
	margin-top: 1em;
	margin-bottom: .4em;
	padding-bottom: .1em;
	/* border-bottom: 1px #444 dashed; */
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	background-color: #F3F3F3;
}

/* supression de l'affichage du nom du site dans le bandeau : rejet à 3000 pixels à droite */

#entete .nom-site span 
{ 
right:3000px; 
}

/* image de fond de bandeau */

#entete
{
	background-image: url(img/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}
#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{

/*  image superposée dans la partie droite du bandeau url(none) = aucun affichage */
/*	background-image: url(img/logo.gif); */
	background-image: url(none); 
	background-repeat: no-repeat;
	background-position: right top;
}