div {
  font-family: copperplate;
}

header {
    background-color: rgb(255, 196, 204);
    font-family: copperplate;
    text-align: center;
}
section {
    background-color: white;
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, serif;

}
.topnav {
    background-color: rgb(243, 212, 212);
    overflow: hidden;
}
.topnav a {
    float: left;
    color: #f5f3f3;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  .topnav a.active {
    background-color: #ad8ca6ef;
    color: white;
  }
footer {
    size: 10px;
}

h1 {
  text-align: center;
  color: white;
  font-size: 30px;
  
}
h2 {
  text-align: center;
  color: black;
}

h3 {
  text-align: center;
  color: #f9fcff;
}
th {
  text-align: center;
}
td {
  font-family: cursive;
  border-style:;
}
table { border-style: ridge;  border-width: 25px; border-color: #f5c3ca; background-color: #f1f1f1;}
      th  {border:2px solid #8bcaf1;}   
      td {border:10px ridge #bed7e6;}
  
.texte-centre {
  text-align: center;
} 
.titre-paris {
  font-size: 60px;
}
.musées-css {
  background-color: rgb(255, 199, 199);
  border: thick;
  border-color:rosybrown;
  border-style:double;
  font-family:copperplate;
}
.muséesdescription-css {
  background-color: rgb(227, 235, 250);
  text-align: center;
  border: thick;
  border-style:double;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.muséestitre-css {
  font-family: cursive;
  font-size: 50px;
}
.muséessoustitres-css {
  text-align: left;
  font-family: copperplate;
  color: grey;
}
.image-musée {
 margin-left: 41%;
 margin-right: 50%;
}
.musée-intro {
  text-align: center;
  font-family: monospace;

}
.dessert-titre {
  padding: 30px;
  background-color: white;
  color: grey;
  font-size: 25px;
}


div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  align-content: center;
  width: 700px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.description-endroit {
  padding: 20px;
  text-align: center;
  font-size: 15px;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.soustitres-endroits {
  color: rgb(115, 148, 192);
  font-family: cursive;
  border-style:double;
}

.siteweb-musée {
  color: #777;
  font-size: 13px;
}

.adresse {
  color: #777;
  font-size: 15px;
}

.page-acceuil {
    background: url('paris.jpg') no-repeat center center fixed;
    background-blend-mode:overlay ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: cursive;
  }

.titre-acceuil {
   font-family:serif;
   font-size: 60px;
   color: black;
   text-shadow: 2px 2px rgb(172, 170, 170);

}
.acceuil-nom {
  font-family:monospace;
  text-align: center;
  color: grey;
}
.acceuil-description {
  font-size: 18px;
  text-align: center;
  background-color: rgb(255, 228, 233);
  margin-left: 250px;
  margin-right: 250px;
  margin-top: 20px;
  border-top-style:inset ;
  border-bottom-style:outset;
  border-top-color: pink;
  border-bottom-color: pink;
  font-family: 'Times New Roman', Times, serif;
  line-height: 25px;
}
.patisserie-titre {
  color: #777;

}

.section-patisserie {
  border: #f5c3ca;
  border-width: 20px;
  border-style: groove;
  background-color: rgb(255, 255, 255);
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
}

.patisserie-soustitre {
  font-size: 18px;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  text-align: center;
}

.listes {
  text-align: left;
  font-size: 17px;
  font-family: 'Times New Roman', Times, serif;
}
.titre-bibliographie {

  font-family: copperplate;
  text-align: center;

}
.decor-bibliographie {
  background-color: #f5c3ca;
}
.soustitres-bibliographie {
  font-family: copperplate;
  color: rgb(151, 146, 147);
}
.monuments-titreparis {
  font-size: 60px
  }