
body {
  margin:0;
  background-color: white ;

  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#header {
  background-color: #333;
  padding-top: 16px;
  padding-bottom: 3px;
  height: 80px;
  line-height: 80px;

  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  padding-left: 40px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;

  border-bottom:1px solid #e9e9e9;
}

#menu ul {
  float: right;
  margin-top: -55px;
  list-style: none;
}

#menu ul li {
  font-size: 20px;
  text-decoration: none;
}

#menu li {
  display: block;
  margin-right: 20px;
  float: left;
  text-align: center;
}

#menu li.menu_actif a {
  color: #04af73;
}

#menu li.menu_actif a:hover {
  color: #448b5b;
}

#menu a {
  color: #dddddd;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  float: none;

  display: block;
}

#menu a:hover {
  color: #448b5b;
}

/* Options calculateur (poids, fonction rénale, etc.) */

#options{
  margin: 0 auto;
  padding-left: 10px;
  padding-top: 20px;
  padding-right: 40px;
  margin-bottom: 0px;
  min-height: 55px;
  height: 55px;

  background-color: #f5f5f5;
  border-bottom:1px solid #e9e9e9;
}

#options table {
  font-size: 24px;
}

#options select{
  font-size: 20px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #333;
}

#options select option{
  font-size: 20px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #333;
}

#options input[type="search"] {
  font-size: 20px;
  width: 100px;
  height: 27px;
  text-align: center;
}

/* MESSAGES D'ALERTES */

#commentaire_poids, #commentaire_renal, #commentaire_interaction {
  margin: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
}

#commentaire_poids_titre, #commentaire_renal_titre, #commentaire_interaction_titre {
 height: 33px;
 margin-top: 0px;
 margin-bottom: 0px;
 text-align: left;
 padding-left: 10px;
 padding-right: 10px;
}

#commentaire_poids_titre h3, #commentaire_renal_titre h3, #commentaire_interaction_titre h3 {
  margin-bottom: -1px;
  height: 28px;
  line-height: 28px;
  font-size: 23px;
  border-bottom: 0.5px solid #e9e9e9;
}

#commentaire_poids_texte, #commentaire_renal_texte, #commentaire_interaction_texte {

  background-color: #f5f5f5;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;

  margin-top: -1px;
  margin-bottom: 0px;

  margin-right: 10px;
  margin-left: 10px;

  font-size: 19px;

  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  border-left: 0.5px solid #09828c;
  border-right: 0.5px solid #09828c;
  border-bottom: 0.5px solid #09828c;
}

#doses {
  padding-top: 10px;
  padding-left: 10px;
  margin: 0 auto;
  width: 90%;
}

#doses table
{
  width: 100%;
  table-layout: fixed;
}

#doses table,tr,td {
  border-collapse: collapse;
}

#doses td {
  font-size: 20px;
  vertical-align: middle;
  padding-top: 0px;
  height: 90px;
  max-height: 80px;
  text-align: center;
}

#references {
  width: 90%;

  padding-top: 10px;
  padding-left: 10px;
  margin: 0 auto;
  padding-bottom: 10px;

  background-color: #f5f5f5;
  border:1px solid #e9e9e9;
  font-size: 17px;
}

#references ul li a {
  text-decoration: none;
  color: black;
}

#references ul li a:hover {
  color: #333333;
}

#references h3 {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}

#references h4 {
  color: #333333;
  font-weight: bold;
}

#references .horaire {
  font-size: 20px;
}

#titre_references {
  width: 80%;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 10px;
}

.surligner {
  color:#fff;
  padding:2px 10px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  background:#09828c;
}

.titre_antitb {
  font-weight: bold;
  color: #333333;
}

#footer {
  margin: 0 auto;
  margin-top: 40px;
  background-color: #3a3a3a;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;

  font-size: 15px;
  color: #e8e8e8;
}

/* Boutons */

.bouton {
  color: #ffffff;
  text-shadow:none;
  border:none;
  background-color: #5ab579;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 30px;
}

#bouton_horaire {
  width: 180px;
}

#bouton_imprimer {
  width: 120px;
}

#horaire a, #imprimer a {
  text-decoration: none;
  float: right;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
}

#horaire a:hover, #imprimer a:hover {
  background-color: #448b5b;
  font-weight: normal;
}

#medicament_horaire {
  width: 95%;
  margin-top: 45px;
}

#commentaire_general_prise
{
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: -20px;
  font-size: 20px;
}

/* */
/* Impression et mise en page pour l'impression*/
/* */
@media print {

   .doc_screen {
       display: none;
    }
    .doc_print {
       display: block;
    }

    @page {
      size: landscape;
    }

    #doses td {
      font-size: 15px;
    }

    #titre_references {
      font-size: 18px;
    }

    #imprimable {
      margin-left: -30px;
      padding-left: 0px;
      margin-right: -20px;
    }

    #commentaire_poids, #commentaire_renal, #commentaire_interaction {
      margin: 0 auto;
      margin-left: 10px;
      margin-right: 10px;
      padding: 0px;
    }

    #commentaire_poids_titre, #commentaire_renal_titre, #commentaire_interaction_titre {
     height: 30px;
     margin-top: 0px;
     margin-bottom: 0px;
     text-align: left;
     padding-left: 10px;
     padding-right: 10px;
    }

    #commentaire_poids_titre h3, #commentaire_renal_titre h3, #commentaire_interaction_titre h3 {
      margin-bottom: -1px;
      height: 25px;
      line-height: 28px;
      font-size: 20px;
      border: 0.5px solid #09828c;
      border-bottom: 0px solid white;
    }

    #commentaire_poids_texte, #commentaire_renal_texte, #commentaire_interaction_texte {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 2px;

      margin-top: -1px;
      margin-bottom: 0px;

      margin-right: 10px;
      margin-left: 10px;

      font-size: 18px;

      -webkit-border-radius: 0px 0px 4px 4px;
      -moz-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px;
      border-left: 0.5px solid #09828c;
      border-right: 0.5px solid #09828c;
      border-bottom: 0.5px solid #09828c;
    }

    #commentaire_poids_texte {
    padding-bottom: 15px;
    }

    .surligner {
      color: black;
      padding:2px 10px;
      -webkit-border-radius: 4px 4px 0px 0px;
      -moz-border-radius: 4px 4px 0px 0px;
      border-radius: 4px 4px 0px 0px;
      background: white;
    }

    #options table, select, option{
      font-size: 20px;
      border: none;
      -webkit-appearance: none;
    }

    #options select option {
      font-size: 20px;
      border: none;
      -webkit-appearance: none;
    }
    #options input[type="search"] {
      font-size: 20px;
      border: none;
      -webkit-appearance: none;
    }

    #options {
      border: none;
    }
    #references {
      border: none;
    }
    #references span {
      font-size: 15px;
    }
    #titre_references span {
      font-size: 18px;
    }
}

@page {
  margin: 0 auto;
  margin-top: 30px;
}
