/* 
start generic tag styles
*/
html {
  height: 100%;
}

body {
 

    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 160%;
    margin: 0px;
    background: url('../png/scheller_bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size:100%;
    height: 100%;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: #008b3d;
    font-weight: bold;
}

h1 {
    font-weight: normal;
    font-family: 'Playfair Display', serif;    
    font-size: 50px;
    letter-spacing: 1px;
    color: #000;
}

.green{
    color: #008b3d;
}

.site{
    min-width: 700px;
    max-width: 1200px;
    width: 85%;
    margin: auto; 
}
.head{
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
}

.list{
    margin: 30px;
}

.adresse{
    width: 600px;
    height: 200px;
    margin-bottom: 80px;
    font-size: 16px;
}

.adresse .col{
    float: left;
    width: 45%;
   
    border: solid 0px #999;
}
