/*Overall layout, excluding fonts, links*/
html {
    min-height: 100%;

 }

 body
{font-family: 'Merriweather', serif;font-size:1.5em;margin:0;padding:0;}

.menu_top{
  position: absolute;
  top: 100px;
  left: 100px;
  border: 3px solid green;
}

.contenu{
  background-color:#f2ebd0;
}

.contenu2{
background-color:#A2A2A2;
}

.contenu3{
background-color:#802626;
}

.min-height{
  min-height: 450px;
}

/*Rounded boxes*/
.content-rounded {
  border-radius: 5px 50px 5px 50px;
  padding: 20px;
  width: 100%;
  min-height: 100px;
}



/*css comment*/

.horizontal_list {
    display: inline;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    padding: 20px;
}

/*pour les liens conditions generales+confidentialte dans le footer*/
.horizontal_list2 {
  display: inline;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  padding: 20px;
}


/*css3 rounded button*/
.button {
    display: inline-block;
    padding: 15px 10px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    background-color: #FC9F13;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 3px 0 #565656;
    box-shadow: 0 1px 3px 0 #565656;
  }

  .v-align {
    vertical-align: middle;
  }

 
