/*yaml
prolog_img_src: /css/724/img/creteil.jpg
*/
/*  Color palette
  purple:  #520654
*/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .875rem;
  background-image: none;
  background-color: #eeeeee;
  color: black;
}

#prolog-inner {
  width: 90%;
}

#prolog img {
  margin-top: 1rem;
  width: 100%
}

#container {
  margin-top: 1rem;
  background: transparent;
  /* Disable footerStickAlt because body background breaks it. */
  min-height: 0;
}

#container-inner {
  margin-top: 1rem;
  border-radius: 10px;
  background: white;
}

#header-text {
  margin-top: 2.491280518%;
  /* 20 / 802.8 = 2.491280518% */
}

#header h1, #header h2 {
  color: #520654;
}

#stabilo-haut, #stabilo-bas {
  color: white;
}

#stabilo-haut {
  background-color: #520654;
}

#stabilo-bas {
  background-color: #520654;
}

.current-step, h1 {
  font-weight: normal;
}

fieldset h2 {
  color: #520654;
  border-bottom-color: #520654;
  font-weight: normal;
  font-size: 1.2em;
}

label.description {
  font-size: 1em;
  font-weight: normal;
}

input[type="submit"] {
  color: black;
  background: white none repeat scroll 0% 0%;
  border: 0px solid #87c336;
  padding: 0.5em;
  cursor: pointer;
}
