/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* -------------------------------------------------------
 	1. LIENS base
 ------------------------------------------------------- */
 a, a:link, a:visited
{
	text-decoration: none;
	color: #652787; /* color: #652787; 95953b CC3300 F33E02 */
}

a:hover
{
	text-decoration: none;
	color: #f33050; /* color: #FF9900; */
}

a.spip_out,
a.spip_in,
a.spip_url,
a.spip_glossaire { color: #f33050; } /* color: #FF6600; */
 
/* -------------------------------------------------------
 	2. MISE EN PAGE - BLOCS PRINCIPAUX
 ------------------------------------------------------- */
 #navigation li.art-menu { font-style: italic; }
 
 #page
{
	position: relative;
	background-color:#FFFFFF; /* AJOUT JJL */
	text-align: left; /* pour annuler l'heritage de text-align:center de BODY */
	margin: 3em auto;  auto pour centrer horizontalement la boite dans BODY 
						 pour le navigateurs autres que IE/WIN */
	padding: 0;
	
	width: 780px; /* ou 100% pour largeur fluide pleine largeur */
}


 
/* -------------------------------------------------------
 	3. BANDEAU - ENTETE (inc/inc-bandeau.html)
 ------------------------------------------------------- */
body {
	background-image: url(img/body_bg.png);
	/*background-image: url(img/Fond.jpg);*/
	background-repeat: repeat;
}

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

body.rub1 #entete /* changement d'entête pour la rubrique 1 - Accueil */
{ 
background-image: url(img/Banner-bg0-Accueil-R3.jpg); 
}

body.rub2 #entete /* changement d'entête pour la rubrique 2 - Commerce */
{ 
background-image: url(img/Banner-bg1-Commerce-R3.jpg); 
}

body.rub3 #entete /* changement d'entête pour la rubrique 3 - Service */
{ 
background-image: url(img/Banner-bg2-Services-R3.jpg); 
}

body.rub4 #entete /* changement d'entête pour la rubrique 4 - Artisan */
{ 
background-image: url(img/Banner-bg3-Artisans-R3.jpg); 
}

body.rub290 #entete /* changement d'entête pour la rubrique 290 Zone d'activités */
{ 
background-image: url(img/Banner-bg4-Zone-R3.jpg); 
}


#pub       /* bandeau - banner */
{
	/* background-image: url(img/banner-bg.jpg); */
	height: 150px; /* hauteur du contenu (pour tous les navigateurs) */
	/* width: 780px; */
	overflow: hidden;
}

/*#entete { background-image: url(img/banner-bg.jpg); }
body.rub3 #entete { background-image: url(img/banner-cine.jpg); }*/

#menu-principal-resume { display:none; }
/*
#menu-principal-contact { position: absolute; left: 105px;}
#menu-principal-evenement { position: absolute; left: 170px;}
#menu-principal-agenda { position: absolute; left: 260px;}
#menu-principal-plan { position: absolute; left: 323px;}
#menu-recherche { position: absolute; left: 371px; width: 148px;} 
*/

#menu-principal {
	position:absolute;
	/* background-color:#FFFFFF; */
	/* position: absolute; ligne mise initialement*/ 
	top: -1.4em;
	margin-top: 0px;
	margin-left: 0px;
	/* clear: both;  Ajout pour voir l'effet JJL*/
	/**/
	width: 780px;
}

#menu-principal li a
{
	padding: .2em 1em .2em 1em;
	margin: 0 1px 0 0;
} 


#menu-principal ul li 
{ float: left; }


#header-JJL {
	width: 780px;
	background-color:#FFFFFF;
}

/* méthode clear Alsett */
.clearfix:after {
content: ".";
display:block;
height: 0;
clear:both;
visibility:hidden;
}

/* backslash hack from from IE mac \ */

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* end backslash hack */

#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	background-image:none;
	background-repeat: no-repeat;
	background-position: right top;
}
 
#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: 24px;
	right: 180px;
}

#entete a.nom-site, 
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, 'Bitstream Vera Sans', Tahoma,  "Lucida Grande", "Lucida Sans", Arial, 'Helvetica Neue', Helvetica, Lucida, Geneva, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 1.0 em;
	font-weight: normal;
	padding: 0;
	background-color: transparent;
	/* background-image - voir/see : 'alter.css' */
}

/* ------------------------------------------------------------------
 	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 a,            
.menu ul li b 				{ background-color: #531974; } /* background-color: #d5571d; #33050f 531974 95953b 33050f*/

/* text : color */
.menu ul li li a, 
.menu ul li li a:visited,
.menu li span 				{
	background-color: #F6FFEC; /* background-color: #bfbcdd; F6FFEC  fond du menu */ 
	/* color: white; */
} /* background-color: #f9e0a8; 95953b bfbcdd D2E4A0 bfbcdd D2E4A0*/

.menu ul li a:hover,
.menu ul li li a:hover {
	background-color: #95953b;
	/* color: white; */
} /* background-color: #f4ae32 F35760 F3B6B8 95953b */
.menu ul li li a.lienon 	{
	background-color: #C7D999;
	color: #f33050;
} /* background-color: #f5bf27 F35760 F3A7AA F3D4C9 f33050*/


.menu ul li li a.article { background-color: #eee; } /* background-color: #eee; F6FFEC JJL */
.menu ul li li a.article:hover { background-color: #C7D999; } /* background-color: #f9e0a8 */

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

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


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

h1
{
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 160%;
	font-weight: bold;
}

h1.titre-article
{
color:#660000;
}

/*  ANNONCE dans #encart  new mouvement */
.annonce
{
	background-color: #C7D999;
	/* overflow: hidden; */
	text-align: center;
}


/* -------------------------------------------------------
 	6. ARTICLE
 ------------------------------------------------------- */

.chapo
{
	font-weight: lighter;
	text-align: left;
	background-color: #F9F4FF; /* color: #f3f3f3; F6FFEC F3EBFF F6F1FF F2F0FF F8F7FF EEECFF F6F1FF*/
	padding: 0.5em;
	margin: 0 0 1em 0;
	font-style: italic;
	color: #F33050; /* color: #FF6600; F33050 */
}

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

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

.edito .bandeau {
	overflow: hidden;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-color: #FF6600;
	border-width: 0 0 2px 0;
	border-style: dotted;
}

.edito .chapo {
	margin-top: 0;
	background-color: #F6FFEC;
}


/* -------------------------------------------------------
 	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
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#plan ul
{
	padding-left: 2px;
	list-style: none;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 1.5em;
}

#plan ul ul { list-style: disc; }
#plan ul ul ul { list-style: disc; margin-left: 1em;}
#plan ul ul ul ul { list-style: disc; }

#plan li
{
	/*background: #EEEEEE;*/
	margin-bottom: 1px;
	padding-left: 0px;
	font-weight: bold;
}

#plan li li
{
	font-weight: normal;
	list-style-type: square;
}

.plan-archives
{
	font-size: 85%;
	font-weight: normal;
	padding-left: 1px;
	/*background: #DDDDDD;  FFFFCC*/
	background-color: #D2E4A0; /* background-color: #FAE0A2; C5C64E D7D957 C7D999 bfbcdd */
}

#plan h2 {
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
}
#plan h3 {
	text-transform: uppercase;
	padding: 2px 0;
	text-indent: 2px;
}


/*------------------------------------------------
	19. AGENDA
 ------------------------------------------------*/


.agenda #bloc-contenu
{
	position: static;
	border: solid 1px #DEDEDE;
	margin: 0px 0px 5px 155px;
	padding: 10px 10px 5px;
	background-color: #FFFFFF;
}

#calendrier {
	background-color: #EAEAEA; 
	margin: 0; 
	padding-bottom: 15px; 
	position:relative;
	}
#calendrier table {
	width: 100%; 
	margin: 1px auto; 
	padding: 15px 0; 
	border-style: none;
	}

table.agenda tr, table.agenda td {
	border-collapse: collapse; 
	border: 1px solid #BFBFBF;
	}

table.agenda {
	border-collapse: collapse; 
	border: 1px solid #EAEAEA; 
	}
	
/* Têtière du tableau des jours */
table.agenda th {
	border-collapse: collapse;
	border-style: none;
	background-color: #F33050; /* old #FF9900 FF3256*/
	/* font-variant: small-caps; */
	font-style: normal;
	color:white;
	font-weight: bolder;
	}
	
/* Date évènement */
table.agenda a, table.agenda a:link, 
table.agenda a:visited, table.agenda a:active {
	text-decoration: none;
	background-color:#f33050; /* old #669900 330066 FFCC33 DEDAFF f33050 330066 5503A6 8408FF */
	font-style:normal;
	font-weight:bold;
	color:white;
	padding: 2px 2px 2px 2px;
	font-size: 1em;
	}
	
/* Survol de la date évènement */
table.agenda a:hover {
	text-decoration: none;
	background-color:#8408FF; 
	color:white;
	font-style: normal;
	 }
		
.agendaBouton { 
	border-style: none; 
	color: #FFFFFF; 
	background-color: #BABEBF; 
	padding: 1px 10px;
	}
	
/* Date du calendrier hors date du jour */
.agendaNav, .agendaHead, .agendaThisMonth {
	background-color: #D2E4A0;/* background-color: #FFFFCC; bfbcdd D2E4A0 F3D4C9 FFF4DF DCD9FF */
	font-style:normal;
	font-weight:lighter;
	}
	
/* Date du jour */
.agendaThisDay {
	background-color: #EAFFB4;
	font-weight:bold;
	color:#FF3300;
	}
.agendaNotThisMonth {
	background-color: #E6E6E6; /* background-color: #DADADA; */
	color:#999999;
	font-size:0.9em;
	font-style:italic;
	}
.agendaNav {
	text-align: center; 
	border: none;
	}
.AgendaForm {
	text-align: center; 
	margin: 0; 
	padding: 10px 0; 
	}
div.AgendaForm form fieldset {
	margin: 0; 
	text-align: center; 
	border: none; 
	position: relative;
	}


/* Les flèches de navigation du calendrier */
a.droite {
	position: absolute; 
	width: 8px; 
	height: 14px; 
	display: block;  
	background: url(img/agenda-nav-droite.gif) no-repeat left top; 
	right: 15px; 
	top: 1.5em;
	}
a.gauche {
	position: absolute; 
	display: block; 
	width: 8px; 
	height: 14px; 
	background: url(img/agenda-nav-gauche.gif) no-repeat; 
	left: 15px; 
	top: 1.5em; 
	z-index: 98;
	}
a.gauche span, a.droite span {
	display: none;
	}


/*------------------------------------------------
	20. SPIP liste
 ------------------------------------------------*/

.cadre {
		/*border: 1px #000000 solid;*/
		background-color:#FFFFFF;
	        text-align: justify;
	        width:400px;
	        padding: 10px;
	        margin-left: auto;
	        margin-right: auto;
	        margin-bottom: 10px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	
	.bloc {
	 margin-top: 10px;
	 padding: 10px;
	 text-align: center;
	}
	
	.cdt{
	  font-size:10px;
	  text-align:center;
	  margin-top:10px;
	}
