﻿body {
	margin: 0;
	padding: 0;
	font-family: georgia, times, "times new";
	font-size: 12pt;
	font-size: 80%;/* proportion de la police d'écriture */
	color: #333;
	background-color: #000;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
#pied-de-page a {/* ceci pour éviter que le nom disparaisse une fois le lien visité*/
	color: #fff;
	}
#pied-de-page a:hover {
	color: #ee5;
	}
h1, h2, h4, h5, h6 { /* définition de la police pour tous les titres */
	font-family: optima, palatino, "palatino linotype", verdana, arial, helvetica, sans-serif;
	}
h1 a {/* ceci pour éviter que h1 ne change de couleur */
	color: #da6;
	text-decoration: none;
	font-weight: normal;
	}
h1 a:hover {
	color: #edc;
	text-decoration: none;
	font-weight: normal;
	}
h1 {
	color: #da6;
	font-size: 2.1em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.8em;
	margin-top: 2.4em;
	margin-bottom: 0.5em;
	}
h3 {
	font-size: 2.0em;
	margin-top: -0.5em;
	margin-bottom: -0.3em;
	text-align: center;
	}
h4 {
	margin-top: 2em;
	text-align: center;
	font-size: 1.3em;
	}
h5 {
	font-size: 1em;
	margin-top: 1.6em;
	margin-bottom: 0.5em;
	}
h6 {
	font-size: 0.8em;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.5em 0em 0em 0em;
	text-align: center;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
#concerts p {
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: 0.9em;
	}
#concerts h5{
	margin-top: 1.9em;
	margin-bottom: 0.4em;
	}
.mise-a-jour {
	display: none;
	}
.revision {
	display: none;
	}
.centrer {
	text-align: center;
	}
#contenu {
	margin: 0px 80px 0px 70px;
	padding: 10px 20px 140px 20px;
	font-family: georgia, times, "times new";
	color: #333;
	background-color: #eea;
	background-image: url("./musique-beige.gif");
	}
#pied-de-page {
	margin: 0em 0em;
	padding: 1em 10px 0.4em 0px;
	color: #fff;
	border-top: 0em solid #000;
	border-bottom: 0em solid #000;
	text-align: center; 
	}
#en-tete {
	margin: 0em 0em;
	padding: 15px 20px;
	color: #fff;
	border-top: 0em solid #000;
	border-bottom: 0em solid #000;
	}
#validation {
	text-align: center;
	}
#image_gauche {
	position: static;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
