
body {
    font: 1rem Arial,"Helvetica Neue",Helvetica,sans-serif;
    line-height: normal;
    color: #333;
}

body article {
    position: absolute;
    top: 136px;
    max-width: 640px;
}

body header nav {
    position: absolute;
    right: 10px; top: 80px;
}

.accueilButton {
    display: inline-block;
    width: 40%;
    height: 40px;
    cursor: pointer;
    text-decoration: underline blue;
}

.commune {
    border-bottom: 4px solid #e7e7e7;
    margin-bottom: 6px;
    width: 80%;
}

.departement { 
    background-color: #d0e0f8; 
    width: 96%; 
    height: auto; 
    text-decoration: none; 
    border: 2px solid blue; 
    border-radius: 4px; 
    padding: 8px;
}

.hLink {
    color: blue;
    text-decoration: underline;
}

.hLink:hover {
    cursor: pointer;
}

.lienAccueil {
    width: 110px;
    text-align: center;
    position: absolute;
    left: 0px; top: 0px;
}

.logoAire { 
    width: 50px; 
    height: 50px; 
    float: left; 
    margin-right: 6px; 
}

.titreAccueil {
    text-align: left;
    position: absolute;
    left: 110px; top: 0px;
    font: bold 20px Calibri;
    color: slateblue;
/*    width: 100%;*/
}

.logo {
    height: 64px;
}

/* PUBLICITE GOOGLE */

.adsbygoogle {
    border: 1px solid ;
    margin-top: 32px; 
    background-color: #e0e0e0;
    padding-bottom: 56px;
}

.adsbygoogle::before {
    display: block;
    font-family: monospace;
    color: red;
    font-weight: bold;
    font-size:200%;
    text-align: center;
    content: '↓↓ Publicité ↓↓'; 
}

