body { background-color: #fff685; }

#entete       /* bandeau - banner */
{
	background-image: url("img/SLC-bandeau.jpg");
	height: 160px; /* hauteur du bandeau (pour tous les navigateurs) */
	top: -20px;
	left: 0px;
}

#entete a.nom-site,
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	font-family: Arial,Tahoma, Verdana, sans-serif;
	color: #EDDF5C;
	background-image: none;
}

#entete a.nom-site:hover
{
	background-image: url("img/SLC-bandeau-hover.jpg");
      height: 160px; /* hauteur du bandeau (pour tous les navigateurs) & width 1280px  mvd */
	width: 1280px;
}



#entete .nom-site span /* on cache le nom du site */
{
	height: 1px;
	width: 1px;
	overflow: hidden;


}


#menu-recherche { margin-top: 139px; }

#encart { top: 150px; }



/* -------------------------------------------------------------------------------------------------------
   Changement de couleur de fond pour les menus de navigation
   signatures td { background-image: url("img/aj-titre-coin.gif") GIF SEPARATEUR DU MENU  157x1 px GRIS mvd 
   #encart { top: 150px; }ENCART DROIT,    HAUTEUR PLACE 150px  MVD  
 -------------------------------------------------------------------------------------------------------- */

  
/* COULEURS des menus et edito    #AD0C10   */
/*
.menu-item,
.menu-titre-special, 
.menu-titre,
.menu ul li a, 
.menu ul li b,
.edito h3 { background-color: #023C88; }
*/


/* extrait de l'image du bandeau  BORDER-TOP DES ARTICLES DU MENU CYAN #6CC - Largeurs de 150px */
.menu ul li { border-top: 1px solid #6CC; }

/* separateur des articles du menu : un GIF gris - taille 157 x 1 pixels MVD */
.menu ul li a, 
.menu ul li b,
.edito h3,
.signatures td { background-image: url("img/aj-titre-coin.gif"); }

/* background     ARTICLE #FFFFED  */
.menu ul li li a, 
.menu ul li li a:visited,
.menu li span ,
li.annonce { background-color: #FFC; }
.menu ul li a:hover,
.menu ul li li a:hover,
.menu ul li li a.article:hover { background-color: #EDFBFF; }
.menu ul li li a.lienon { background-color: #EDBFC1; }
.menu ul li li a.article { background-color: #FFF9AE; }

/* -------------------------------------------------------
   Autres changement de couleur et typo ROUGE AD0C10 
 ------------------------------------------------------- */

#bloc-contenu h3 a,
h3.spip,
h1.titre-article { color: #313C72; }

h3.spip
{
	border-color: #6CC;
	border-width: 0 0 1px 0;
	border-style: solid;
}

h1.titre-article
{
	font-family: Arial,Tahoma, Verdana, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1em;
}

#bloc-contenu h3 a
{
	font-size: 1.5em;
	font-family: Arial,Tahoma, Verdana, sans-serif;
	font-weight: normal;
}

#bloc-contenu h3.edito-titre a
{
	color: white;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial,Tahoma, Verdana, sans-serif;
}

#plan .plan-rubrique h3 { background-color: #6CC; }


