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

body header {
    position: absolute;
    top: 0px;
    width: auto;
    max-width: 640px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%)
}

body article {
    position: absolute;
    top: 170px;
    width: auto;
    max-width: 640px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%)
}

body header nav {

}

/*.accueilButton {
    display: inline-block;
    width: 49%;
    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: 100%;
    /*text-align: center;*/
    position: absolute;
    left: 0px; top: 0px;
}


.logo {
    height: 120px;
}

.titreAccueil {
    font: bold 2.0rem Calibri;
    color: slateblue;
}

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