﻿body {
	margin: 30px 20px 0px 20px;
	padding: 0em 0em 6em 0em;
	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.*/
	}
img {
	border: 0;
	}
.image {
	text-align: center;
	}
#image_gauche {
	position: static;
	float: left;
	margin: 0px;
	padding: 10px 15px 5px 0px;
	}
#image_droite {
	position: static;
	float: right;
	margin: 0px;
	padding: 10px 15px 5px 15px;
	}
#image_texte {
	float: center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
sup {
	font-size:75%;
	vertical-align:0%;
	font-weight: normal;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}