/*yaml
prolog_img_src: /css/670/img/cityjunior.jpg
*/
/*  Color palette

  bleu foncé : black
  bleu clair : black;

*/


body {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
  font-size: 0.85em;
  /* 12.8 / 16 = 0.8 */
  background-image: none;
  background-color: white;
  color: #1f1f1f;
}
#prolog-inner {
  width: 26.3466042%;
  /* width / 854  */
  min-width: 113px;
  /* width / 2 */
}
#prolog img {
  width: 100%;
  margin-bottom: 5%;
  margin-top: 5%;
  /* 50 / width  */
}
#container {
  background: transparent;
  /* Disable footerStickAlt because body background breaks it. */
  min-height: 0;
}
#container-inner {
  border-radius: 10px;
  background: #f5f5f6;
}
#header-text {
  margin-top: 2.491280518%;
  /* 20 / 802.8 = 2.491280518% */
}
#header h1, #header h2 {
  color: black;
  font-size: 1.7em;
}
#stabilo-haut {
  color: white;
  padding-top: 0.46875em;
  /* 6 / 12.8 = .46875 */
  padding-bottom: 0.46875em;
  /* 6 / 12.8 = .46875 */
}

#stabilo-haut {
  background-color: black;
  margin-bottom: 0.85em;
}

#stabilo-haut p {
  margin: 0;
}
#stabilo-bas {
  background-color: #f5f5f6;
}
.current-step, h1 {
  font-weight: normal;
}
fieldset h2 {
  font-size: 1.3em;
  /* 19.2 / 12.8 = 1.5 */
  color: black;
  border-bottom-color: black;
  margin: 0 0 1em;
  font-weight: normal;
  padding-top: 0.15625em;
  /* 3 / 19.2 = .15625 */
  padding-bottom: 0.15625em;
  /* 3 / 19.2 = .15625 */
}
label.description {

  /* 16.64 / 12.8 = 1.3 */
  font-weight: normal;
  color: black;
  margin-bottom: 0.120192em;
  /* 2 / 16.64 = .120192308 */
}
#cv-section, div.doc-field {
  font-size: 1em;
}
.adress-fields, #field-homephone, #field-prophone,  .salary-field, .motivation-field, .question-fields {
  display: none;
}
/* .question-fields, .dispo-fields, .salary-field, .motivation-field  */

input, textarea, select, optgroup, option {

  /* 11 / 12.8 = .859375 */
}
input[type=submit] {

  /* 12 / 12.8 = .9375 */
}
#foot-left, #foot-right {
  padding: 0.651042em;
  /* 6.666666667 / (12.8 * 0.8) = .651041667 */
}

#foot-left {
	display: none;
}

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