/* police (type/famille, taille), soulignement */
/* facile a modifier */



/* ---------- proprietes communes ---------- */
* { font-size: 10pt; font-family: Arial, Helvetica, sans-serif; }
img { border: none; }



/* ---------- styles du menu ---------- */
#sommaire a { text-decoration: none; }
#sommaire a:hover { text-decoration: underline; }
li.articlemenu { list-style-type: circle; }
li.rubriquemenu { list-style-type: disc; }
a.rubriquemenu, a.articlemenu { text-decoration: none; }
a.rubriquemenu:hover, a.articlemenu:hover { text-decoration: underline; }
a.on { text-decoration: underline; } /* l'article affiche est mis en evidence */



/* ---------- styles de l'editorial et du contenu ---------- */
div.titrebreve { text-decoration: underline; }
a.article { text-decoration: none; }



/* ---------- styles de texte ---------- */
h1 { text-align: center; font-weight: normal; }
h2 { position: relative; }
h2, h4 { font-weight: bold; text-align: left; border-bottom: solid 1px; /* pour simuler un soulignement sur toute la largeur */ }
h5 { font-weight: bold; text-align: left; text-decoration: underline; }
h6 { font-weight: normal; text-align: left; text-decoration: underline; }
p { text-align: justify; }
li { text-align: justify; }
table { width: 100%; }
table, td, th { border: solid 0px; border-collapse: collapse; }
th { text-align: center; vertical-align:top;}
td { text-align: left; vertical-align:top;}
em { text-decoration: underline; font-style: normal; }
acronym { border: none; }
strong.caractencadre-spip { font-weight: normal; }

