/* =======================
    base.css - media="ALL"
   =======================
   commun à l'écran et à l'impression */


/* ---------- Page */
html {
	font-size: 100%; /* Sécurité bug IE. */
}
body {
	margin: auto;
	/* padding: 10px 20px; /* Augmente le padding par défaut */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; /* 	En général, entre .65em et 1em (ou 65% et 100%). */
}
/* ----------- Texte, liens & titres */
h1, h2, h3, h4 {
	margin: 0 0 0 0; /* marge du bas diminuée pour rapprocher le titre du contenu. */
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal; /* Pas en gras (défaut navigateurs) */
}
h1 { /* Titre de page (dans #entete) */
	font-size: 2.5em;
	font-style: italic;
/*	color: #009;*/
	letter-spacing: 0.1em;      /* On espace les caractères pour que ce soit joli :-) */
}
h1 .reduc { /* Titre de page réduit (dans #entete) */
	font-size: 0.5em;
	letter-spacing: 0;      /* On n'espace plus les caractères */
}
h2 { /* Titre de chapitre (dans #contenu) */
	font-size: 1.8em;
  margin-left: 0.5em;  /*	 décalage */
/*	color: #039;*/
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
h3 { /* Sous-titre de chapitre (dans #contenu) */
	font-size: 1.3em;
	margin-left: 1.5em; /* décalage */
/*	color: #06C;*/
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
h4 { /* Si besoin (dans #contenu) */
	font-size: 1.2em;
	margin-left: 3.5em; /* décalage */
	margin-top: 10px;
	/* color:  #(CSS_COULEUR FONCE) */
    /*	margin-top: 1em;*/
    /*	margin-bottom: -0.5em; */
}
h5 { /* Compositeur (plus au centre dans #contenu) */
	font-size: 1.8em;
	margin-left: 5em; /* centré */
	/* color:  #(CSS_COULEUR ASSEZ CLAIR) */

}
hr {
	width: 80%;
	margin:auto;
	/*  color: #(CSS_COULEUR TRES CLAIR) */	
	/*	background-color:  #(CSS_COULEUR TRES CLAIR) */	
	height: 2px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
 }

/* ---------- Dans #entete */
#entete h1 {
	padding: 0; 
}
#entete h1 img {
	float: left;
	margin-right: 20px;
	width: 80px;
	height: 80px;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
	color: #FFF; /* BLANC sur fond Couleur foncé */
	font-style: italic;
	font-size: small;
}
/* ---------- Listes */

ul {
	/*	list-style: none;*/
	list-style-type: square;
/*	font-weight: bold;*/
}
ul ul {
	font-size: small;
	list-style-type: none;
	font-weight: normal;
}
ul ul ul {
	font-size: small;
	list-style-type: none;
	font-weight: normal;
	font-style: italic;
}
ul ul  ul ul { /* Compositeurs */
	font-size: small;
	list-style-type: none;
	font-weight: bold;
	padding-left: 12em;
	font-style: normal;
}

/* ---------- Paragraphes */
p {
	margin-left: 5px;
	margin-top: 0px;
	text-align: left;
}

/* ---------- Liens et autres */
a {
	text-decoration: none;
}
a:hover, a:focus {
	color: #F00;  /*       (ROUGE) *****/
	text-decoration: underline;
} 
a img {	border: none;} /* Evite un cadre bleu avec un lien  */
/* ---------- Divers */
.flux1 { clear: both ; }
.retro{
	list-style-type: none;
	list-style-position: outside;
}
.p_retrait1 {
	text-indent: -0.8em;
	margin-left: 1em;
	padding-left: 1em;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: left;
}
.p_retrait2 {
	text-indent: -0.8em;
	margin-left: 5em;
	padding-left: 1em;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: left;
}
.p_centre {
	text-align: center;
}
.gros {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-size: 14px;
	font-weight: bold;
		/* color:  #(CSS_COULEUR ASSEZ CLAIR) texte gras */
}
.grogri {
	font-weight: bold;
	color: #4B4B4B;
}
.lib {     /* Libellé sous les images */
	font-size: x-small;
	color: #F00;
	font-style: italic;
	text-align: center;
}
.remarque {
	font-style: italic;
}
.cite {
	font-style: italic;
	font-size: x-small;
	margin-right: 2em;
	margin-left: 2em;
}
.tab7 {
	padding-left: 2em;
}
.question {     /* pour mettre en évidence une question pendant le développement - A supprimer après ? */
	font-size: x-small;
	color: #F00;
	font-style: italic;
}
.mini {
	font-size: 11px;
	color: #666;
	font-style: italic;
}
.mini>strong {
	color: #666;
}
.surligne { /* pour mettre en évidence un point pendant le développement - A supprimer après ? */
	background-color: #FF6;
}
/* couleurs différenciation parties de texte */
.bleu {
	color:#009;
	font-weight: bold;
}
.vert {
	color:#0F0
	font-weight: bold;
}
.rouge  {
	color:#F00;
	font-weight: bold;
}
/* ----------- Images */
.pict {
	/*	background-color: #F9F9F9;*/
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: x-small;
	color: #F00;
	margin: 0.5em 1em 0.5em 1em;
	font-style: italic;
	text-align: center;
}
.picright {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: x-small;
	color: #F00;
	margin: 0.5em 0.5em 0.5em 1em;
	float:right;
/*	position: relative;*/
	font-style: italic;
	text-align: center;
} 
.picleft {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-size: x-small;
	color: #F00;
	margin: 0.5em 1em 0.5em 0.5em;
	float:left;
	font-style: italic;
	text-align: center;
} 

/* ----------- Tableaux */
.CD, .CD td {
	font-size: x-small;
	color: #000;
	height: 18px;
}

.odd {
	background-color: #E8E8E8;
}

.tablo_gris td {
	padding-left: 20px;
	height: 25px;
	font-size: 12px;
	background-color: #F5F5F5;
	border-top-color: #CCC;
	border-left-color: #CCC;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
}
.p_note {
	margin: 2px;
	margin-left: 30px;
	text-indent: -20px;
	margin-top: 5px;
}
