body {
  background-color: #b4d7ff;
  font-size: 14px;
  font-family: Arial;
  animation-name: Fond;
  animation-duration: 5s;
  animation-timing-function: ease;
  padding-left: 8px;
}

#page {
  position: absolute;
  top: 60px;
}

#myImg {
  filter: grayscale(0%);
  animation-name: gris;
  animation-duration: 5s;
  animation-timing-function: ease;
}

@keyframes gris {
    0% { filter: grayscale(100%); }
   40% { filter: grayscale(100%); }
  100% { filter: grayscale(0%); }
}

#myPict {
  width: 400px;
  height: 289px;
}

@keyframes Fond {
    0% { background-color: #ffffff; }
  100% { background-color: #b4d7ff; }
}

.imgCentre {
  display: block;
  margin: 0% auto;
}

p:first-letter {
  font-weight: bold;
  font-size: 125%;
}

.imggauche {
  float: left;
  margin-right: 1em;
}

#basdepage {
  height: 5cm;
}

.titre {
  width: 300px;
  border-radius: 8px;
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}

a {
  color: blue;
  font-weight: bold;
  font-size: 110%;
}
a:hover {
  color: red;
  text-decoration: none;
}

#monsite {
  background-color: yellow;
  color:black;
  position: fixed;
  right: 0px;
  bottom: 0px;
  color: black;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid black;
}
#monsite:hover {
  background-color: black;
  color: white;
}

#T1 {
  background: url("T1.gif");
  width: 280px;
  height: 43px;
  position: absolute;
  top: 10px;
  left: 10px;
}
