div#header {
  /* bleu APES */
  background: #007890;
}

#branding h1 {
  color: #ffffff;
  font-weight: bold;
}

#user-tools {
  text-transform: none !important;
  color: #ffffff;
}

#user-tools a:hover {
  color: #99f0ff;
}

div.breadcrumbs {
  /* bleu APES attenué (L=60%) */
  background: #419db6;
}

fieldset h2 {
  background: #f2694f;
}

.module h2, .module caption {
  background: #f2694f;
  font-weight: bold;
}

a:link, a:visited {
  /* Bleu APES */
  color: #007890;
}

.object-tools a:link a:visited {
  background: #f2694f;
}


.button, input[type="submit"], .submit-row input {
  /* bleu APES attenué (L=60%) */
  background: #419db6;
}

.button:hover, input[type="submit"]:hover, .submit-row input:hover {
  /* bleu APES attenué (L=50%) */
  background: #1c839b;
}

.button.default, input[type="submit"].default, .submit-row input.default {
  /* bleu APES */
  background: #007890;
}

.button.default:hover, input[type="submit"].default:hover, .submit-row input.default:hover {
  /* bleu APES renforcé*/
  background: #005f76;
}

.submit-row a.deletelink {
  /* Orange APES */
  background: #f2694f !important;
  color: #ffffff;
}

.submit-row a.deletelink:hover {
  /* Orange APES renforcé 50% */
  background: #d34e38 !important;
  color: #ffffff;
}
