/**
 * feuille de style par défaut
 *
 * @author Olivier Desmares
 * @version $Rev$ $Date$
 * @package commun
 */
h2 {
  color: #408b40;
}
.relief {
  color: #0022dd;
}
#bandeau {
  color: white;
  background-color: #408b40;
  background-image: url("img/banniere_texture2.png");
}
.horbarre {
  background: #e0e0e0 linear-gradient(to bottom , #408b40, white);
}
.horbarrerev {
  background: #e0e0e0 linear-gradient(to top , #408b40, white);
}
.horbarre {
  background-color: #ababab;
}
a:link {
  color: #0000aa;
}
a:visited {
  color: #0000aa;
}
a:hover, ul.pole a:hover {
  color: #ff6600;
}
#liste-carnet tbody tr:nth-child(2n+1), #liste_pays tbody tr:nth-child(2n+1) {
  background-color: #d8d8fc;
}
#applications {
  background: #dbdbf0 radial-gradient(ellipse at bottom right, #dbdbf0, white) no-repeat;
}
#donnees {
  background: #f8ebc1 radial-gradient(ellipse at bottom left, #f8ebc1, white) no-repeat;
}
#documentation {
  background: #cdfcde radial-gradient(ellipse at top right, #cdfcde, white) no-repeat;
}
#cartographie {
  background: #e3cce3 radial-gradient(ellipse at top left, #e3cce3, white) no-repeat;
}
.fcontact {
  background-color: #d8d8fc;
}
#actubanniere .buttons {
  background-color: #c01313;
}
.impair {
  background-color: #d8d8fc;
}
