﻿a:link {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  opacity: 1;
  color: yellow;
  text-decoration: none;
}

a:hover img {
  /*cursor : url(magnify.cur),auto; */
  margin-right: 0 px;
  -moz-box-shadow: 3px 3px 15px red;
  -webkit-box-shadow: 8px 8px 15px red;
  box-shadow: 8px 8px 15px red;
}

.poster {
  height: 650px;
  margin-left: 100px;
}

a:active {
  opacity: 1;
  color: white;
  text-decoration: underline;
}
a:visited {
  color: white;
  text-decoration: none;
}

img {
  border: 0px solid red;
  margin: 5px;
  border-radius: 10px;
  -moz-box-shadow: 8px 8px 12px black;
  -webkit-box-shadow: 8px 8px 12px black;
  box-shadow: 8px 8px 12px black;
}

.img-sans-bordure {
  border: 0px;
  margin: 5px;
  border-radius: 0px;
  -moz-box-shadow: 0px 0px 0px white;
  -webkit-box-shadow: 0px 0px 0px white;
  box-shadow: 0px 0px 0px white;
}

.arrondi {
  border: 0px solid red;
  margin: 5px;
  border-radius: 10px;
  -moz-box-shadow: 8px 8px 12px black;
  -webkit-box-shadow: 8px 8px 12px black;
  box-shadow: 8px 8px 12px black;
}

p {
  color: white;
  font-size: 14px;
  font-family: arial;
  text-align: left;
  margin: 15px;
}

h1 {
  color: white;
  font-family: arial;
  font-style: italic;
}

h2 {
  color: white;
  font-size: 28px;
  font-family: arial;
  font-style: italic;
  text-shadow: brown 2px 2px 5px;
}

h3 {
  color: white;
  font-size: 22px;
  font-family: arial;
  font-style: italic;
  text-shadow: brown 2px 2px 5px;
}

h4 {
  color: white;
  font-size: 20px;
  font-family: arial;
  font-style: italic;
  text-shadow: brown 2px 2px 5px;
}

h5 {
  color: white;
  font-size: 16px;
  font-family: arial;
  cad-font-style: italic;
  text-shadow: brown 2px 2px 5px;
}

h6 {
  color: white;
  font-size: 15px;
  font-family: trebuchet ms;
  text-shadow: brown 2px 2px 5px;
}

.ombrage-gris {
  border: 1px 1px 1px grey;
  -moz-box-shadow: 8px 8px 12px grey;
  -webkit-box-shadow: 8px 8px 12px grey;
  box-shadow: 8px 8px 12px grey;
}

.ombrage-noir {
  border: 5px solid #fff;
  -moz-box-shadow: 8px 8px 12px black;
  -webkit-box-shadow: 8px 8px 12px black;
  box-shadow: 8px 8px 12px black;
}

.ombragetxtrouge {
  text-shadow: red 2px 2px 5px;
}

.ombragetxtgris {
  text-shadow: grey 2px 2px 5px;
}
.bordure {
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
}

.opak {
  opacity: 0.5;
}
.coinsblancs {
  border: 2px solid white;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-radius: 7px;
}

.coinsgris {
  border: 2px solid grey;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-radius: 7px;
}
.coinsrouges {
  border: 2px solid red;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-radius: 7px;
}

.coinsnoirs {
  border: 2px solid black;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-radius: 7px;
}

.header-1 {
  left: 90px;
  top: 10px;
  font-family: "Times New Roman", Times, serif;
  font-size: 50px;
  font-weight: normal;
  -width: 100%;
  padding: 10px 10px 10px 10px;
  background-color: red;
  color: white;
}
.header-2 {
  -left: 90px;
  top: 10px;
  font-family: "Times New Roman", Times, serif;
  font-size: 50px;
  font-weight: normal;
  -width: 100%;
  padding: 10px 10px 10px 10px;
  background-color: red;
  color: white;
}

.section-gauche {
  float: left;
  width: 49%;
  -background-color: #c0c0c0;
}

.section-centre {
  float: right;
  width: 10%;
  margin-left: 2px;
  -background-color: #c0c0c0;
}

.section-droite {
  float: right;
  width: 49%;
  margin-left: 5px;
  -background-color: #c0c0c0;
}

/* nouvelle instructions*/

figcaption {
  width: 100%;
  font-family: arial;
  font-size: 13px;
  -position: relative;
  -top: -100px;
  -text-align: center;
  -text-shadow: 5px 5px 5px grey;
  -background-color: grey;
  border-radius: 10px;
  padding: 15px;
}

li {
  list-style-type: none; /* enlever les puces */
  font-family: arial;
  font-size: smaller;
}

body {
  background-color: #2e2e2e;
}

.diaporama1 {
  width: 100%;
  height: 800px;

  animation-name: diapo1;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;

  background-image: url("2018-03-19_08-33-49-Lr.jpg");
}

@keyframes diapo1 {
  0% {
    background-image: url("2018-03-19_08-33-49-Lr.jpg");
  }
  33% {
    background-image: url("2018-03-19_08-37-25-Lr.jpg");
  }
  66% {
    background-image: url("2018-03-19_08-42-22-Lr.jpg");
  }
}
