/* ---------- HTML ---------- */
/* ------------------------------ */
body, div, p, li, a, h1, h2, h3, h4, input, select {
  font-family: Georgia, Times New Roman, Times, serif;
}

body, div, p {
  text-align: justify;
}

h1, h2, h3, h4 {
  text-align: left;
  margin-bottom: 20px;
}

body {
  background-color: #FFFFFF;
  background-image: url(images/background_page.jpg);
  font-size: 12px;
  color: #000000;
  text-align: justify;
  line-height: 110%;
  margin-top: 0px;
}

h2 {
  font-size: 16px;
  color: #DE354A;
}

h3 {
  font-size: 14px;
  color: #DE354A;
}

h4 {
  font-size: 14px;
  color: #01A3A1;
}

a:link { text-decoration:underline; color: #000000; }
a:visited { text-decoration:underline; color: #000000; }
a:hover { text-decoration:none; color: #000000; }
a:active { text-decoration:underline; color: #000000; }

/* Blocs de mise en page */
/* ---------------------------- */
#header {
  position: absolute;
  width: 997px;
  height: 118px;
  left: 50%;
  margin-left: -499px;
  background-image: url(images/header.jpg); 
}

#nav {
  position: absolute;
  top: 118px;
  width: 997px;
  height: 46px;
  left: 50%;
  margin-left: -499px;
}

#contenu {
  position: absolute;
  top: 164px;
  width: 997px;
  height: 1186px;
  left: 50%;
  margin-left: -499px;
  background-image: url(images/fond_contenu.gif);   
}

#footer {
  position: absolute;
  top: 1350px;
  width: 997px;
  height: 91px;
  left: 50%;
  margin-left: -499px;
  background-image: url(images/footer.jpg);  
}

/* Formules  (Tableaux) */
/* --------------------------- */
span.maladie {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  padding: 0px;
}

span .ro_rc {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: left;
  padding: 0px;
}

span.medecines_douces { color: #E90026; }
span.prevention { color: #E90026; }
span.prime_enfant { color: #E90026; }
span.forfait_prevention { color: #E90026; }
span.optique { color: #E90026; }

span.cotisations_2009 {
  color: #E90026;
  font-size: 16px;
  font-weight: bold;
}

span.collectivites_territoriales {
  font-size: 11px;
  color: #000000;
  text-align: justify;
  line-height: 110%;
  margin-top: 0px;
}
span.employes_cadres_hospitaliers {
  font-size: 11px;
  color: #000000;
  text-align: justify;
  line-height: 110%;
  margin-top: 0px;
}

span.medecines_douces_collectivites_territoriales {
  font-size: 11px;
  color: #E90026;
}

span.rassurant {
  font-size: 16px;
  font-style: italic;
  color: #01A3A1;
  text-align: center;
  margin-bottom: 20px;
}

/* Calculateur */
/* --------------- */
span.formule_devis {
  font-size: 14px;
  font-weight: bold;
  color: #01A3A1;
  text-align: left;
  padding: 0px;
}

span.montant_devis {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  padding: 0px;
}


/* Contenu : Bloc principal */
/* ------------------------------l */
span.nav_hierachique {
  font-size: 12px;
  color: #DE354A;
  font-weight: bold;
  text-align: justify;
  margin-left: 10px;
} /* Rappel du nom de la page sur laquelle on se trouve */

p.chapeau {
  font-size: 19px;
  color: #01A3A1;
  text-align: left;
  line-height: 110%;
  margin-bottom: 20px;
}

/* Navigation bas de page */
/* ------------------------------ */
.nav_footer {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
} /* s'applique à : p, span, a */

a.nav_footer {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none; 
}
a.nav_footer:link { color: #FFFFFF; }
a.nav_footer:visited {	color: #FFFFFF; }
a.nav_footer:hover { color: #333333; }
a.nav_footer:active { color: #FFFFFF; }

span.nav_footer_out{
  text-decoration: none;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
}

/* Credits bas de page */
/* ------------------------- */
a.credits_a4i {
  font-size: 13px;
  font-weight:normal;
}

a.credits_a4i:link { color: #DE213F; }
a.credits_a4i:visited { color: #DE213F; }
a.credits_a4i:hover { color: #DE213F; }
a.credits_a4i:active { color: #DE213F; }