html, body, table, td {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  height : 100%;
  width : 100%;
  margin : 0;
  padding : 0;

}

h1 {
  /*font-family: "Playfair Display", serif; */
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 300%;
  
}


/* button {
  /*background-color: #555555; /* Black */
  /* background-color: white;
  color: black;
  border: 2px solid #555555; /* Black */
  /*border: none;*/
  /* border-radius: 3px;
  /*color: white;*/
 /* padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; 
/* }*/ 


#conteneur {
position : relative;
margin : 0 auto;
width : 958px;
height : 800px;
}
