#z1-urlegf {
    background-color: #4ea1d9;
  }
  
  #divToExtendLeft {
    float: left;
    width: 29px;
    height: 1px;
    background-color: #4ea1d9;
    display: block;
    clear: both;
    /*margin-top: -10px;*/
  }
  
  #divToExtendRight {
    float: left;
    width: 158px;
    height: 1px;
    /*margin-top: -10px;*/
    background-color: #e96667;
  }
  
  #divTitre {
    float: left;
    width: 400px;
    height: 115px;
    padding-left: 150px;
    margin-top: 20px;
  }
  
  #divButton {
    float: left;
    width: 60px;
    height: 1px;
    padding-left: 580px;
    margin-top: -20px;
  }
  
  #titre {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #336699;
    line-height: 18px;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    vertical-align: middle;
    height: auto;
    width: auto;
  }
  
  .cell {
    display: table-cell;
    width: 50px;
  }
  
  .center {
    text-align: center;
  }
  
