img {
  border-radius: 0.7em;
  border-width: 0pt 1pt 1pt 0pt;
  border-style: solid;
  border-color: #222222;
}
.webcam, .doublecam   {
/*  width:  200px;
  height: 150px;*/
  width:  28em;
  height: 21em;
  border-width: 0pt 1pt 1pt 0pt;
  border-style: solid;
  border-color: #222222;
  font-size: 0.8em;
}
.largcam   {
/*   width:  400px; */
  width:  57em;
  border-width: 0pt 2pt 2pt 0pt;
  border-style: solid;
  border-color: #222222;
  font-size: 0.8em;
}
.doublecam {
  width: auto;
}
.webcam, .doublecam, .largcam {
  transform: scale(1);
  transition: all .2s ease;
}
.webcam:hover, .doublecam:hover, .largcam:hover {
  transform: scale(1.04);
  transition: all .3s ease;
  z-index: 10;
}
.titre {
  border-radius: 0.25em;
  position: absolute;
  font-family: fixed, Sans-serif;
  top: 0em;
  left: 0.6em;
  color: #006;
  text-indent: 0.3em;
  background-color: white;
  opacity: 0.6;
  text-align: left;
  z-index: 20;
}
.kmz {
  position: absolute;
  top: 0.1em;
  right: 0.2em;
  z-index: 20;
}
.dateur, .dateurbas {
  position: absolute;
  border-radius: 0.25em;
  bottom: 0em;
  right: 0.6em;
  font-family: fixed, Sans-serif;
/*     font-size: 0.9em; */
  color: #006;
  background-color: white;
  opacity: 0.6;
  text-align: right;
  z-index: 20;
}
.dateurbas {
  bottom: -1.2em;
}
.scadre, .lcadre{
/*     display: inline; */
  max-width: 700px;
  position: relative;
  margin: 0.2em;
/*   border: none; */
  font-size: 0.7em;
/*   text-align: center; */
  float: left;
}
.entete {
  position: absolute;
  top: 20%;
  left: 10%;
  color: black;
  font-size: 4em;
  font-weight: bold;
}
th {
  padding-top: 0.7em;
  text-align: center;
  font-size: 1.6em;
}
blockquote {
  margin-left: 60px;
  margin-right: 5px;
}
.jours, .jour1 {
  display: inline;
  text-decoration: blink;
  color: red;
}
.jour1 {
  color:  #521;
}

