/**
 * feuille de style en noir et blanc
 *
 * @author Olivier Desmares
 * @version $Rev$ $Date$
 * @package commun
 */
h2 {
  color: #707070;
}
.relief {
  color: #0022dd;
}
#bandeau {
  color: white;
  background-color: #408b40;
  background-image: url("imgnb/banniere_texture2.png");
}
#bandeau a img, #actualite img, p a img {
  filter: grayscale(100%);
}
.horbarre {
  background: #e0e0e0 linear-gradient(to bottom , #767676, white);
}
.horbarrerev {
  background: #e0e0e0 linear-gradient(to top , #767676, white);
}
.horbarre {
  background-color: #ababab;
}
a:link {
  color: #505050;
  text-decoration: underline;
}
a:visited {
  color: #505050;
}
a:hover, ul.pole a:hover {
  color: black;
}
#liste-carnet tbody tr:nth-child(2n+1) {
  background-color: #d0d0d0;
}
#applications, #donnees, #documentation, #cartographie {
  background: none;
}
.fcontact {
  background-color: #d0d0d0;
}
#actubanniere .buttons {
  background-color: #c01313;
}
.impair {
  background-color: #d0d0d0;
}
