@import url(./modele_5.css);

#div_calendrier{
  float:left;
  width:320px;
  padding-right:10px;
  margin-right:15px;
  border-right:1px #1f6332 solid;
}
  #tab_periodes{
    font-size:12px;
    margin-top:10px;
  }
  #tab_periodes thead{
    background-color: #1f6332;
    color:#ffffff;
  }
  #tab_periodes td{
    padding:5px;
  }
  #tab_periodes tr{
    background-color: #ffffff;
  }
  tr.basse{
    background-color: #efefef!important;
  }
  tr.haute{
    background-color: #7e7e7e!important;
    color:#ffffff;
  }
  tr.moyenne{
    background-color: #c3c3c3!important;
  }
  td.date{
    font-weight:bold;
  }

#div_tarifs{
  float:left;
  width:370px;
}

  ul.ul_tarifs{
    padding-left:20px!important;
  }
  span.sp_tarifsType{
    display:block;
    font-weight:bold;
  }