/* CSS Document */
body {
  font-family: Verdana;
  font-size: 90%;
  background-image: url(objet_147.jpg);
  background-repeat: repeat;
}

h2 {
  color: steelblue;
}

div.hr {
  display: block;
  height: 30px;
  background-image: url(frise2.gif);
  background-repeat: repeat;
  margin: 1em 0 1em 0;
}
hr {display:none}

a {
  color: steelblue;
}
a:hover {
  color: coral;
  text-decoration: underline overline;
}

ul.niv1 {
  list-style: disc outside url(puce.jpg);
  font-size: 90%;
}
.niv1 li {
  line-height: 1.6em;
}
ul.niv1 li ul {
  list-style: disc outside url(puceRonde.gif);
  font-size: 80%;
}
ul.niv1 li ul li {
  line-height: 1.5em;
}

table {
  font-size: 90%;
  color: steelblue;
}
caption {
  font-style: italic;
}
th,td {
  border: steelblue solid 1px;
}
td[title] {
  color: coral;
}
