


#entete       /* bandeau - banner */
{
	background-image: url(img/bandeau1.jpg);
	height: 140px; /* 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: #EDDF5C;
	background-image: none;
}

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

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

#encart {
	top: 100px;
	left: 30px;
	right: auto;
}

/* -------------------------------------------------------
   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: #AD0C10; }


/* rouge fonce extrait de l'image du bandeau */
.menu ul li { border-top: 1px solid #6CC;}

/* separateur : meme couleur que fond de BODY */
.menu ul li a, 
.menu ul li b,
.signatures td { 
background-image: url(images/fonds/fond-boite-menu2.png); 
	background-repeat: no-repeat;
}

.edito h3 {}

/* background */
.menu ul li li a, 
.menu ul li li a:visited,
.menu li span ,
li.annonce {
	background-color: #EDBFC1;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	padding-left: 5px}
	
.menu ul li a:hover,
.menu ul li li a:hover,
.menu ul li li a.article:hover { 
	background-color: #EDFBFF; 
	_background-color: transparent;
    background-image: url(images/fonds/fond-boite-menu2.png);
	background-repeat: no-repeat;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;}
.menu ul li li a.lienon { 
	background-color: #EDBFC1;
	background-color: transparent;
    background-image: url(images/fonds/fond-boite-menu2.png);
	background-repeat: no-repeat;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%; 
	padding-left: 5px}

.menu ul li li a.article {
	background-color: #FFFFED;
	background-color: transparent;
	background-image: url(images/fonds/fond-boite-menu2.png);
	background-repeat: no-repeat;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	padding-left: 10px;
}

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

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

.sect2 h1.titre-article, .sect13 h1.titre-article, .sect17 h1.titre-article { color: #B71721; }	/* compagnie et autres */
.sect3 h1.titre-article, .sect14 h1.titre-article, .sect18 h1.titre-article { color: #C44602; }	/* blanca */
.sect9 h1.titre-article, .sect15 h1.titre-article, .sect19 h1.titre-article { color: #006E6C; }	/* presse */
.sect1 h1.titre-article, .sect16 h1.titre-article, .sect20 h1.titre-article { color: #3B18B7; }	/* studios */

.sect2 strong.spip, .sect13 strong.spip, .sect17 strong.spip { color: #B71721; }	/* compagnie et autres */
.sect3 strong.spip, .sect14 strong.spip, .sect18 strong.spip { color: #C44602; }	/* blanca */
.sect9 strong.spip, .sect15 strong.spip, .sect19 strong.spip { color: #006E6C; }	/* presse */
.sect1 strong.spip, .sect16 strong.spip, .sect20 strong.spip { color: #3B18B7; }	/* studios */

.sect2 h3.spip, .sect13 h3.spip, .sect17 h3.spip { color: #B71721; }	/* compagnie et autres */
.sect1 h3.spip, .sect16 h3.spip, .sect18 h3.spip { color: #3B18B7; }	/* studios */
.sect9 h3.spip, .sect15 h3.spip, .sect19 h3.spip { color: #006E6C; }	/* presse */
.sect3 h3.spip, .sect14 h3.spip, .sect20 h3.spip { color: #C44602; }	/* blanca */

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

h1.titre-article
{
	font-family: Georgia, Bookman, Palatino, "Times New Roman", Times, serif;
	font-size: 1.4em;
	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: white;
	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: #6CC; }

