#conteneur
{
    display: flex;
    justify-content: space-between;
}
body
{
  background-color: silver;
  color: white;
  // background-image: url("images/IMG_5587.jpg");
  background-attachment: fixed;
}

.imageflottante
{
  float: left;
  border: solid 1px navy;
}
.titre
{
  color: blue;	
  font-size: 1.3em;
  font-family: "Verdana", "Courier New", "Arial";
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
  text-align: left;

}
.adresse1
{
  clear: both;
  color: red;
  font-size: 1em;
  font-family: "Verdana", "Courier New", "Arial";
  font-style: normal;
  font-weight: none;	
  text-align: left;
}
.ouverture
{
  color: black;
  background-color: gray;
  font-size: 1em;
  font-family: "Comic Sans MS", "Arial";
  font-style: normal;
  font-weight: none;
  text-align: center;
  border: 3px blue solid;
  border-radius: 10px;
  apacity: 0.3;
}
.heures
{
  background-color: gray;
  border: 2px solid blue;
  border-radius: 10px;
  apacity: 0.3;
  margin: auto; 
}
table
{
    border-collapse: collapse;
}
td, th /* Mettre une bordure sur les td ET les th */
{
    border: 1px dashed white;
}
.communication, .communication
{
  color: red;
  background-color: gray;
  font-size: 1em;
  font-family: "Comic Sans MS", "Arial";
  font-style: normal;
  font-weight: none;
  text-align: center;
  text-decoration: none;
  border: 3px blue solid;
  border-radius: 10px;
  apacity: 0.3;
}
.login
{
  color: black;
  background-color: gray;
  font-size: 1em;
  font-family: "Comic Sans MS", "Arial";
  font-style: normal;
  font-weight: none;
  text-align: center;
  text-decoration: none;
  border: 3px blue solid;
  border-radius: 10px;
  apacity: 0.3;
}
.agenda
{
  color: black;
  background-color: gray;
  font-size: 1em;
  font-family: "Comic Sans MS", "Arial";
  font-style: normal;
  font-weight: none;
  text-align: center;
  text-decoration: none;
  border: 3px blue solid;
  border-radius: 10px;
  apacity: 0.3;
}