
/*les styles <h_> ont une couleur dˇfinie selon les rubriques*/
.bloc_texte  /* bloc text des actualitˇs */     { width: 800px; float: left }
.bloc_image    { width: 150px; float: right }
.actu_titre { color: #666; font-weight: bold; margin-top: 15px }
.actu_infos { color: #999; font-size: 8pt }
p { margin-top: 3px; margin-bottom: 3px }
h1 { color: #666; font-size: 22pt; font-family: Arial; font-weight: bold; margin-top: 10px; margin-bottom: 10px; border-bottom: 1px solid #000 }
/*non utilisˇs dans la page mais y sera dans le texte*/
h2 { color: #666; font-size: 19pt; font-weight: bold; margin-top: 10px; margin-bottom: 10px; margin-left: 15px }
h3  { color: #666; font-size: 17pt; font-weight: bold; margin-top: 10px; margin-bottom: 10px; margin-left: 30px }
h4  { color: #666; font-size: 15pt; font-weight: bold; margin-top: 10px; margin-bottom: 10px; margin-left: 45px }
h5  { color: #666; font-size: 13pt; font-weight: bold; margin-top: 10px; margin-bottom: 10px; margin-left: 60px }
h6  { color: #666; font-size: 11pt; font-weight: bold; margin-top: 10px; margin-bottom: 10px; margin-left: 75px }
ol  { font-size: 10pt; list-style-type: decimal; margin-top: -7px }
ol ol  { list-style-type: upper-alpha; margin-top: 0 }
ol ol ol { list-style-type: lower-alpha; margin-top: 0 }
ul  { font-size: 10pt; list-style-type: disc; margin-top: -7px }
ul ul { margin-top: 0; margin-bottom: 0 }

