/********************************************************************
    Couleurs utilisées:     #000000 : Noir 
                            #242424 : Gris très foncé
                            #3A3A3A : Gris foncé
                            #CCCCCC : Gris
                            #FFFFFF : Blanc
*********************************************************************
    Polices utilisées : 'Berkshire Swash', cursive; : pour le logo
                        'Muli', sans-serif; : pour le reste
    avec les CDN de google
*********************************************************************/

body{
    margin: 0;
    padding: 0;
}

h1;
h2;    
p{
    margin: 0;        
}

.clear{
    clear: left;
}
h2, h3, p, li, table, th, td{
    font-family: 'Muli', sans-serif;
}

img{
        max-width: 100%;
        height: auto;
    }

#col2a h2,
#col2a h3,
#col2a h4,
#col2a p{
    margin: 10px 20px 5px 20px;
}

#adresse p{
    margin-bottom: 5px;
}

#adresse p, #valeurs p, #equipe p, #navette p{
    font-size: 1.2em;
    text-align: center;
}


#col2a li{
    margin: 5px 20px 5px 40px;
}

.menus{
    border: 3px solid black; 
    float: left;
    width: 44%;
    height: 520px;
    margin: 2%;
    max-width: 100%;
    height: auto;
}

.menus li, .menus h2, .menus h3, .menus h4,.menus p{
    text-align: center;   
}

table{
    border: 1px solid white;
    width: 100%;
}

td, th{
    padding: 0;
}

td, th{
    border: 1px solid white;
    width: 50%;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.utiles li{
    text-align: center;
}

#slide{
    margin:0;
    padding: 0;
}

#bouton{
    text-align: center;  
}

#bouton input{
    text-align: center;
    width: 120px;
    height: 20px;
    margin: 5px 5px 5px 5px;
    background-color: #3A3A3A;
    color: #FFFFFF;
    border-radius: 10px;
}

#bouton img{
    width: 480px;
    height: 350px;
    border-radius: 10px;
    border: 3px solid #CCCCCC;
}
#googlemap iframe{
    border: 0;
    max-width: 100%;
    height: auto;
    width: 480px;
    vertical-align: middle;
}
caption{
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
}

#acces h4{
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
}