/* CSS Document */
#header{
  display:none;
}

#page{
  width:1000px!important;
  margin-bottom:10px;
}

#div_planning{
  float:left;
  width:100%;
  margin-right:10px;
}

div.legende{
  padding:10px;
  background-color: #f9df78;
}

fieldset.legende{
  border:none;
}
  legend.legende{
    font-weight:bold;
    font-size:14px;
  }
  
#ul_planning{
  padding:0;
}


table caption{
  color:#76b900;
  font-weight:bold;
  font-size:13px;
  text-align: left;
  text-indent:20px;
  width:850px;
  border-bottom:1px #dc6713 dotted;
}

thead.un_jour{
  font-weight:bold;
}

#div_imprimer{
  float:right;
  margin-top:15px;
}

#div_imprimer a{
 background-color: #76b900;
  border:1px #dc6713 solid;
  color:#ffffff;
  font-weight:bold;
  text-decoration:none;
  font-size:13px;
  padding-right:15px;
  padding-left:15px;
  line-height:20px;
  display:block;
}

#div_imprimer a:hover{
  background-color: #ffffff;
  border:1px #dc6713 solid;
  color:#76b900;
  font-weight:bold;
}
