body {
	margin: 0;
	padding: 0;
	font-family: georgia, times, "times new";
	font-size: 80%;/* proportion de la police d'Ècriture */
	color: #333;
	/*background-color: #eea;
	background-image: url("../format/musique-beige.gif");*/
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
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 */
	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-family: "arial narrow", arial;
	font-size: 1.4em;
	margin-top: 1.6em;
	margin-bottom: 0.5em;
	}
h4 {
	font-size: 1em;
	}
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.*/
	}
.image {
	position: static;
	border: 0;
	margin: 0;
	text-align: center;
	}
p {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 0;
	}
strong, b {
	font-weight: bold;
	}