
.carreChambre {
    display:inline-block;
    width:120px;
    height:170px;
    vertical-align:top;
    margin-top: 10px;"
}

.adresseChambre {
    margin-left:-50px;
    width:220px;
    height:50px;
}

.adresseChambre table {
    height:100%;
    width:100%;
}

.adresseChambre table tr td {
    text-align:center;
}

.detailChambre {
    border: 4px;
    border-radius:15px;
    width:120px;
    height:120px;
}

.chambrePassage {
    height: 80px !important;
    margin-top: 20px !important;
    border: 4px grey dashed;
    background-color: transparent;
}

.detailChambre table {
    height:100%;
    width:100%;
}

.detailChambre table tr td.nomBoite {
    text-align:center;
    vertical-align:top;
    font-size:small;
}

.detailChambre table tr td.nomBoite a {
    color: black;
    text-decoration: none;
}

.ajouterUnParcours {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    cursor: pointer;
}

select[size]:not([size='1']).input-lg {
    height: auto;
    padding: 0;
    min-width: 55px;
    max-height: 182px;
    border-top-right-radius: 0; /* laisse la place pour la scrollbar */
    border-bottom-right-radius: 0;
}

select[size]:not([size='1']).input-lg option {
    padding: 6px 16px;
}