﻿body {
    padding-top: 50px;
    background-color: #9ab791;
}

.section {
    padding: 15px;
    background-color: white;
}

h2 {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #b4bfb9;
    padding: 15px;
    text-transform: uppercase;
}

h3 {
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.img-thumbnail {
    width: 140px;
}

table.description-salles td {
    vertical-align: top;
}

#gmap iframe, #gmap object, #gmap embed {
    width: 100%;
}

ul.liste {
    line-height: 25px;
}

.mois {
    border: 1px solid #666666;
    margin: 5px;
}

    .mois th {
        background-color: #b4bfb9;
        font-weight: normal;
        color: black;
        border: 1px solid #666666;
        text-align: center;
        padding: 5px;
    }

    .mois td {
        text-align: center;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
        padding: 5px;
        color: black;
    }

ul.photos {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

    ul.photos li {
        list-style: none;
        margin-bottom: 25px;
    }

        ul.photos li img {
            cursor: pointer;
        }

.controls {
    width: 100px;
    display: block;
    font-size: 11px;
    padding-top: 8px;
    font-weight: bold;
}

.next {
    float: right;
    text-align: right;
}