a:link { text-decoration: none; color: #876b6a; }
a:visited { text-decoration: none; color: #876b6a; }
a:hover, a:active { text-decoration: underline; color: #876b6a; }

#content {
    width:100%;
    background-color:#eeeeee;
    padding:0px 10px 0px 10px;
    font-size:14px;
}

#menu {
    border:2px solid #c3bcb5;
    background-color:#2d140f;
    font-size:14px; 
    color:c3bcb5;
    text-align:center;
    padding:5px 5px 5px 5px;
    margin:10px 10px 10px 10px;
}

#informations {
    border:2px solid #c3bcb5;
    background-color:#2d140f;
    font-size:14px; 
    color:#876b6a;
    text-align:center;
    padding:5px 5px 5px 5px;
    margin:0px 10px 10px 10px;
}

.background {
    background-color:#2d140f;
}

#map {
    height: 500px;
    width: 100%;
}

label.required:after {
    content: " *";
    color:red;
}

img.thumbnail{
    max-height:180px;
    max-width:180px;
    height:auto;
    width:auto;
}

 /* Width */
body .modal-dialog-photo {
    max-width: 100%;
    width: auto !important;
    display: inline-block;
}

p {
    margin-bottom: 0px !important;
}