
    
    .lblT { float:left; margin-left:20px;margin-right:20px; width:130px; }
    .inT {float:left; width:440px; }
    .inN {float:left; width:100px; }
    .saut {clear:both; visibility:hidden;}
    .w100 {width:100%;height:50px;}
    #datePicker{float:left; height:50px;}
    
    
    
    
    .ligne-hr {margin-bottom:5px;}
    .titre-hr {font-size:20px;}
    .switch {
      position: relative;
      display: inline-block;
      width: 56px;
      height: 30px;
    }
    
    .switch input { 
      opacity: 0;
      width: 0;
      height: 0;
    }
    
    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #2db72d;
      -webkit-transition: .4s;
      transition: .4s;
    }
    
    .slider:before {
      position: absolute;
      content: "";
      height: 22px;
      width: 22px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }
    
    input:checked + .slider {
      background-color: #a70a0a;
    }
    
    input:focus + .slider {
      box-shadow: 0 0 1px #2196F3;
    }
    
    input:checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px);
    }
    
    
    .slider.round {
      border-radius: 34px;
    }
    
    .slider.round:before {
      border-radius: 50%;
    }
    
    
    #tbl_reserve th, td {
      padding: 5px;
      
    }

    .ligne-hr {margin-bottom:5px;}
    .titre-hr {font-size:20px;}
    .switch {
      position: relative;
      display: inline-block;
      width: 56px;
      height: 30px;
    }
    
    .switch input { 
      opacity: 0;
      width: 0;
      height: 0;
    }
    
    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #2db72d;
      -webkit-transition: .4s;
      transition: .4s;
    }
    
    .slider:before {
      position: absolute;
      content: "";
      height: 22px;
      width: 22px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }
    
    input:checked + .slider {
      background-color: #a70a0a;
    }
    
    input:focus + .slider {
      box-shadow: 0 0 1px #2196F3;
    }
    
    input:checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px);
    }
    
    
    .slider.round {
      border-radius: 34px;
    }
    
    .slider.round:before {
      border-radius: 50%;
    }
    
.txt_red{color:red;}
.txt_green{color:green;}