/* Feuille de style appliquée à toutes les pages de niveau 1,2,3 dans l'arborescence  */
/* sauf les pages volantes	*/
/* TOUS LES STYLES SUR LES CONTENUS D'ARTICLES RESTENT DANS LE FICHIER SPIP_STYLE.CSS */

/* Les boites */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #666;
	margin: 0px;
        margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: normal;
}
h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #666;
	margin: 0px;
margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	line-height: normal;
}
h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #fccc18;
	margin: 0px;
margin-bottom: 2px;
	text-decoration: none;
	line-height: normal;
	padding: 0px;
}
h2 {
	font-family: Lucida Grande, Geneva, sans-serif;
	font-size: 12px;
    letter-spacing: 0px;
	color: #333;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 a       {
	font-family: Lucida Grande, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 2px;
}
h2 a:hover    {
	color: #333;
	background-color: #fccc18;
	background-image: url(/_V3/images/rainures_jaunes_sous_titre.png);
	background-repeat: repeat-x;
	background-position: right top;
}
.sous-menu-fond {
	color: #FFF;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}

.simple	{
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	}

h3 {
font-family: Lucida Grande, Geneva, sans-serif;	
display: block;
	line-height: 12px;
	letter-spacing: 0px;
	font-size: 12px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	margin: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.without	{
	border: none;
        font-weight: normal;
}

h3 a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

h3 a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	background-color: #fccc18;
}

.box					{
						margin: 0px 5px 20px 5px;
						}
						
.normale			{
						width:270px;
						}
									
.big					{
						width: 560px;
						}
						
.xbig					{
						width: 860px;
						}
			
/* Titres en surimpression sur les photos */
/* Bandeau transparent */

.fond					{
						background-image: url(/_V3/images/trans.png);
						background-repeat: repeat;
						}
						
.legende			{
						z-index: 2;
						position: relative;
						font-weight: bold; 
						margin: 0 auto;
						text-align: center;
						padding: 5px;
						background-color: black;
						width: 130px;
						}
						
.normal	 			{
						top: -5px;
						font-size: 0.7em; 
						line-height: 0.9em;
						
						text-decoration: none;
						margin-bottom: -30px;
						}
.legende a{
						text-decoration: none;
						font-weight: bold;
						color: #fff;
	}
.concerts			{font-size: 0.8em;
						text-transform : lowercase;
						font-variant: small-caps;
						font-weight: bold;
						text-align: left; 
						line-height: 0.9em; 
						margin: 0px 10px 0px 10px; 
						padding: 1px 0px 1px 0px; 
						border-bottom: 1px dotted #a05804;
						}
							
/* Style spécifique du tableau de la page des flux rss */
.tableau						{border-style: none; border-collapse: collapse;}
table.tableau tbody		{background-color: transparent; border-collapse: collapse;}
.td1								{background-color: transparent;}
.td2								{padding-right: 5px; }
.td3								{padding-right: 5px; }
.etik								{width: 120px; margin-right: 5px; text-align: center; font-size: 0.8em; font-weight: bold; }
.descriptif						{width: 400px; font-size: 0.8em;}

/* Calendrier */
table.calendrier
{
	margin-left: 40px;
	border: 0px;
	font-size: 1.3em;
	padding: 0;
}

table.calendrier	a
{
	text-decoration: none;
	color: #666;
}

table.calendrier	a:hover
{
	text-decoration: overline underline;
	color: #666;
}

td.agenda_jour_titre
{
	background-color: #000b36;
	font-weight: bold;
	color: white;
}

td.agenda_jour_ferie
{
	background-color: #000b36;
	color: white;
}

td.agenda_jour_selectionne
{
	border: 2px solid #000b36;
}
