/* -------------------------------------------------------
 	1. LIENS base
 ------------------------------------------------------- */

a, a:link, a:visited
{
	text-decoration: none;
	color: #006600;
}

a:hover
{
	text-decoration: underline;
	color: #FF9900;
}

a.spip_out,
a.spip_in,
a.spip_url,
a.spip_glossaire { color: #FF6600; }

/* -------------------------------------------------------
 	2. MISE EN PAGE - BLOCS PRINCIPAUX
 ------------------------------------------------------- */
 #page {background-color: white;}
 
 #entete       /* bandeau - banner */
{
	background-image: url(img/banner-bg.jpg);
	height: 180px; /* hauteur du contenu (pour tous les navigateurs) */
	overflow: hidden;
}

body.rub3 #entete /* changement d'entte pour la rubrique 3 */
{ 
background-image: url(img/banner-cine.jpg); 
}

 #navigation li.art-menu { font-style: italic; } /* Ajout - JJL */
 
 /*  ANNONCE dans #encart */
.annonce
{
	background-color: #FFF; /* Modif - #DDD; JJL */
	/* overflow: hidden; */
	text-align: center;
}
 
 /* -------------------------------------------------------
 	3. BANDEAU - ENTETE (inc/inc-bandeau.html)
 ------------------------------------------------------- */

#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: #FFFFFF;
	background-image: none;
}

/* JJL pour affichage nom du site */
#entete a.nom-site span 
{
	font-size:0.7em;
	text-indent:30px

}

#entete .nom-site span 		/* position du nom du site - position of the site's name  */
{
	display: block;
	position: absolute;
	bottom: 40px;
	right: 492px;
	/*font-style:italic;
	text-decoration: none;*/
	font-weight: normal;
	color: #000000;

}

/* Fin JJL pour affichage nom du site */

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

#entete a.nom-site:hover
{
	background-image: none;
}

/* -------------------------------------------------------
 	4. ELEMENTS HTML DE BASE
 ------------------------------------------------------- */
 h1
{
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 160%;
	font-weight: bold;
}


/* ------------------------------------------------------------------
 	5. NAVIGATION et MENUS
 -------------------------------------------------------------------- */
/* COULEURS des menus */
.menu ul li {	border-top: 1px solid #eee; } /* separateur : meme couleur que fond de BODY */
.menu ul li a:hover { text-decoration: none; }


/* background */
/*.menu ul li { background-color: #003300; }  Essai qui n'a pas l'air d'tre pris en compte */
.menu ul li a,            
.menu ul li b 				{ background-color: #003300; }
 /* .menu ul li b center		{text-align:center;}Ajout JJL */


.menu ul li li a, 
.menu ul li li a:visited,
.menu li span 				{ background-color: #FFFFCC; }

.menu ul li a:hover,
.menu ul li li a:hover { background-color: #FF9900; }
.menu ul li li a.lienon 	{ background-color: #FFCC00; }


.menu ul li li a.article { background-color: #eee; }
.menu ul li li a.article:hover { background-color: #FFFFCC; }

/* text : color */
.menu ul li a, 
.menu ul li a:visited,
.menu ul li b 				{ color: white;}

.menu ul li li a, 
.menu ul li li a:visited 			{ color: #003300;}

/* .menu li span 				{ color: #444;} */
.menu ul li b span  { 
margin-bottom:3px; color: #FFFFFF; background-color: #003300; font-style: normal;
	font-size: 100%;	 
	}
	


/* -------------------------------------------------------
 	6. ARTICLE
 ------------------------------------------------------- */
h1.titre-article
{
color:#660000;
}

.chapo
{
	font-weight: lighter;
	text-align: left;
	background-color: #f3f3f3;
	padding: 0.5em;
	margin: 0 0 1em 0;
	font-style: italic;
	color: #FF6600;
}

/* L'information de date et auteur au dessus de l'article */
.detail
{
	font-size: smaller;
	padding: 0px;
	margin: 0px;
	font-style: normal;
}

/*a.petit-info,
a:link.petit-info,
a:visited.petit-info,
 {
	text-decoration: none;
	color: #006600;
}

.petit-info
{
	color:#336699;
	font-size: smaller;
	font-weight: bold;
}
*/

/* -------------------------------------------------------
 	7. GENERAL
 ------------------------------------------------------- */


/* -------------------------------------------------------
 8. EDITO (sur page sommaire.html)
------------------------------------------------------- */

.edito h3 {
	margin: 0;
	padding: 0;
	color: white;
	background-color: #003300;
	text-transform: uppercase;
	text-indent: 4px;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.4;
	/* background-image - voir/see : 'alter.css' */
}

/* -------------------------------------------------------
 9. PETITION
------------------------------------------------------- */


/* -------------------------------------------------------
 	10. FORUM
 ------------------------------------------------------- */


/* -------------------------------------------------------
 11. FORMULAIRE (PETITION, INSCRIPTION, FORUM)
------------------------------------------------------- */


/* -------------------------------------------------------
 	12. ADMIN, LOGIN, BOUTONS ADMIN
 ------------------------------------------------------- */

/* -------------------------------------------------------
 	13. STYLE DSACTIV
 ------------------------------------------------------- */
 
 
/* -------------------------------------------------------
 	14. FORMATS DE TEXTE
 ------------------------------------------------------- */
.article-info-rubrique
{
	text-align: left;
	margin-bottom: 10px;
	color: #FF9900;
}

.article-info-rubrique h5
{
	font-size: 85%;
	color: #FF6600;
}

.separateur
{
	width: 6px;
	font-size: 10px;
	height: 9px;
	padding-right: 2px;
	/* background-image - voir/see : 'alter.css' */
}


.chapo
{
	line-height: 1.2em;
	margin-top: 1em;
}


/* -------------------------------------------------------
 	15. PLAN DE SITE
 ------------------------------------------------------- */
 .plan-archives
{
	font-size: 85%;
	font-weight: normal;
	padding-left: 1px;
	/*background: #DDDDDD;*/
	background-color: #FFFFCC; 
}
 
/* -------------------------------------------------------
 	16. FORUM
 ------------------------------------------------------- */
 
 
/* -------------------------------------------------------
 	17. FORMULAIRES
 ------------------------------------------------------- */
.formulaire_ecrire_auteur {
	width: 100%; /* passage de 96%  100 % */
	text-align: left;
}

.formulaire_formulaire_forum { /* Ajout JJL */
	width: 100%;
	text-align: left;
}


/* -------------------------------------------------------
 	18. AUTRES ELEMENTS PRODUITS PAR SPIP
 ------------------------------------------------------- */
 
 
/*------------------------------------------------
	19. AGENDA
 ------------------------------------------------*/
/* Ttire du tableau des jours */
table.agenda th {
	border-collapse: collapse;
	border-style: none;
	background-color: #FF9900;
	/* font-variant: small-caps; */
	font-style: normal;
	font-weight: bolder;
	}
	
/* Date vnement */
table.agenda a, table.agenda a:link, 
table.agenda a:visited, table.agenda a:active { 
	text-decoration: none;
	background-color:#669900;
	font-style:normal;
	color: #000000;
	padding: 2px 2px 2px 2px; 
	font-size: 1em;
	}
	
/* Survol de la date vnement */
table.agenda a:hover {
	text-decoration: none;
	background-color:#FF6600;
	color: #FFF;
	font-style: normal;
	 }
	 
	 /* Date du calendrier hors date du jour */
.agendaNav, .agendaHead, .agendaThisMonth {
	background-color: #FFFFCC;
	font-style:normal;
	font-weight:lighter;
	}
	
/* Date du jour */
.agendaThisDay {
	background-color: #FFFFFF;
	font-weight:bold;
	color:#FF3300;
	}
.agendaNotThisMonth {
	background-color: #DADADA;
	color:#999999;
	font-size:0.9em;
	font-style:italic;
	}
	
	
 
/*------------------------------------------------
	20. PAGINATION
 ------------------------------------------------*/
 
 
/*------------------------------------------------
	21. SOMMAIRE ARTICLE - PLAN
		MODELES (voir : /alternatives/modeles)
 ------------------------------------------------*/
 
 