#plop {
       text-decoration: blink;
}

body.sommaire div.detail 
{
display:none
}

body.rubrique div.detail 
{
display:none
}

#body {
/*	background-color: #ffffff; */
	background-image: url(img/background.jpg);
/*	background-repeat: repeat-x; */
}

#page {background-color: white;}

#entete       /* bandeau - banner */
{
	background-image: url(img/mairiebandeau.jpg);
	height: 180px; /* hauteur du contenu (pour tous les navigateurs) */
}

#entete a.nom-site,
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	font-family: Verdana, 'Bitstream Vera Sans', Tahoma, "Lucida Grande", "Lucida Sans", Arial, 'Helvetica Neue', Helvetica, Lucida, Geneva, sans-serif;
	color: black;
	background-image: none;
}

#entete a.nom-site:hover
#{
#	background-image: url(img/banner-hover.jpg);
#}

#entete .nom-site span  /* on cache le nom du site  */
{
	height: 1px;
	width: 1px;
	overflow: hidden;
}



#encart, #menu-rubriques { top: 190px; }

/* -------------------------------------------------------
   Changement de couleur de fond pour les menus de navigation
 ------------------------------------------------------- */


/* COULEURS des menus et edito */
.menu-item,
.menu-titre-special, 
.menu-titre,
.menu ul li a, 
.menu ul li b,
.edito h3 { background-color: #8EB5F8; }
/*COULEUR DE FOND DES TABS RUBRIQUES EN JAUNE*/


/* jaune extrait de l'ecusson du bandeau POUR LES BORDURES*/
.menu ul li { border-top: 0px solid #8EB5F8; }
.menu ul li li { border-top: 1px solid #8EB5F8; }


/* separateur : meme couleur que fond de BODY */
.menu ul li a, 
.menu ul li b,
.edito h3,
.signatures td { background-image: none; }


/* background des liens visités ET DES BREVES EN GRIS CLAIR*/
.menu ul li li a, 
.menu ul li li a:visited,
.menu li span ,
li.annonce { background-color: #FFFFFF; }

/* background des TABS ARTICLES*/
.menu ul li a:hover { background-color: #8EB5F8; }
.menu ul li li a:hover,
.menu ul li li a.article:hover { background-color: #FFFFFF; }
.menu ul li li a.lienon { background-color: #FFFFFF; }
.menu ul li li a.article { background-color: #FFFFFF; }

/* -------------------------------------------------------
   Autres changement de couleur et typo
 ------------------------------------------------------- */

#bloc-contenu h3 a,
h3.spip,
h1.titre-article { color: #000000; }
/*h1.titre-article { color: #000000; }*/

h3.spip
{
	border-color: #000000;
	border-width: 0 0 1px 0;
	border-style: solid;
}

h1.titre-article
{
	font-family: Georgia, Bookman, Palatino, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1em;
}

#bloc-contenu h3 a
{
	font-size: 1.5em;
	font-family: Georgia, Bookman, Palatino, "Times New Roman", Times, serif;
	font-weight: normal;
}

#bloc-contenu h3.edito-titre a
{
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", "Lucida Sans", Tahoma, Arial, 'Helvetica Neue', Helvetica, Geneva, Lucida, sans-serif;
}

#plan .plan-rubrique h3 { background-color: #000000; }
