
.v-align {
    margin: auto;
    width: 100%;
    padding: 20px;
  }

.align {
text-align: center;
}  

.header {
    background-color:#C9B07A;
}  

.contenu{
    background-color:#f2ebd0;
}

.menus{
    background-color:#C9B07A;
}

.example{
  color:#000000;
  background-color: #be9325;
}

.footer{
    color:#ffffff;
    background-color: #0b0605;
}

.copy{
    color:#ffffff;
    background-color: #090000;
}



.navbar a:hover,
.navbar a:visited
{
    background-color: #ffffff;
}

/* Links and fonts */
a {
    color: #A44D19;
    text-decoration: none;
  }

  /* mouse over link */
  a:hover {
    color: #52250E;
    text-decoration: none;
  }
  
  /* selected link */
  a:active {
    color: #52250E;
    text-decoration: none;
  }

  .center{
    text-align: center;
  }

  /* Lettrine */
  .lettrine {
    font-size : 2.5em;
    color : red;
  }
