ul, li { text-decoration: none; margin-left: 0 px; background-color: white; }
ul#ligne{ list-style: none; }
ul#ligne li { display: inline-block; }
body { background-image: url(../images/fond.gif); }
h2 { list-style-type: none; font-size: 13pt; font-weight: bold; color: #0292A6; background-color: #e9f4f6; }
.contenu {
  table-layout: auto; /* la largeur max étant de 900px */
  margin-left: 10px;
  /* text-align: justify; les paragraphes seront justifiés */ }
.contenu_c { margin-left: 10px; width: auto; }
.baspage { font-family: Verdana, sans-serif; font-size: 9px; font-weight: bold; color: #000; text-align: center; font-style: oblique; }
a:hover { background: white; color: #0193A8; text-decoration: none; }
a:link { color:#3366CC; font-weight: bold; text-decoration: none; }
a:visited { color: #3366CC; font-weight: bold; text-decoration: none; }
A:hover	{ color: #0292A6; font-weight: bold; text-decoration: underline }