
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: auto;
}

body{
    margin: 0 auto;
    padding: 0;
    background-color: #ede9e8;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #a1938d;
}
a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #01938d;
    font-weight: bold;
    text-decoration: none;
}
h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #A4A4A4;
}


.row{
    background-color: #ffffff; 
    max-width: 1000px;
}

.hero-unit{
    background-color: #a1938d;
    padding: 40px;
    margin: 0 15px 15px 15px;
}


.accordion-group{
    border: 1px solid #ede9e8;
}

legend{
    color : #A4A4A4;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

input[type="text"]{
    height: 30px;
}

#textResultatRechercheOffre {
    text-align: center;
    margin: 20px 0;
}

.descriptionImage {
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    text-transform: uppercase;
}

.bar_cookies {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4px 10px;
    background-color: #DBDBDB;
    font-size: 0.9em;
}

.bar_cookies a {
    font-size: 0.9em;
    color: #6b6b6b;
    float: right;
}