body {
  /* Fond en dégradé CSS (équivalent à Fond.png) */
  background: linear-gradient(
    to bottom,
    #d9e7b1 0%,
    #55a191 50%,
    #084c4d 100%
  ) fixed no-repeat;

  color: #000000;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.template_color {
  color: #ffffff;
}

.template_border_color {
  border-color: #000000;
}

.template_backgroundcolor {
  color: #000000;
}

.titre {
  text-transform: uppercase;
  color: #000000;
  font-size: 12px;
}

.menu_niveau_1_on {
  background-color: #000000;
  color: #000000;
}

.formcontent .titre {
  text-transform: none;
  color: inherit;
  font-size: 12px;
}

#template_header a {
  color: #000000;
}

#template_header {
  color: #000000;
}