div.reservationContainer {
    width: 500px;
    padding: 10px;
    border: solid 1px #DB0020;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: Tahoma;
}

div.reservationTitre {
    font-size: 8pt;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    top: -23px;
    height: 25px;
    line-height: 25px;
    border: solid 1px #DB0020;
    background-color: #F9F9F9;
    width: 190px;
    text-align: center;
}

div.reservationTitre_long {
    width: 250px;
}

div.reservationLigneContainer {
    clear: both;
    height: 22px;
    line-height: 22px;
}

div.reservationLigne {
    float: left;
    width: 200px;
}

input.inputReservation {
    height: 17px;
    font-size: 8pt;
    color: #333333;
    padding-left: 1px;
    border: 1px solid #DB0020;
    width: 200px;
}