body {
  margin-top: 50px;
  padding-left: 0px;
  margin-left: 0px;
  background-color: #C7D202;
  background-image: url("Images/fondPage.jpg");
  background-repeat: repeat-y;
  background-position: left top;
  color: black;
  font-family: sans-serif;
  font-size: 10pt;
}

a img {
  border-style: none;
}

img.lien {
  cursor: pointer;
}

/*
#carton {
  background-image: url("Images/carton.jpg");
  background-repeat: no-repeat;
  width: 963px;
  height: 589px;
}
*/

/*
#bandeau, #video {
  width: 464px;
  height: 65px;
  margin-left: 90px;
}

#bandeau {
  width: 464px;
  height: 65px;
}
*/

#video {
 width: 500px; /* 462px; */
 border-color: #D3031C;
 border-style: solid;
 border-width: 2px;
}

/* ========== Hyperliens ========== */

a:link, a:active, a:visited {
  color: #D3031C;
}

a.blanc:link, a.blanc:active, a.blanc:visited {
  color: white;
}

a:hover {
  color: yellow;
}

a.blanc:hover {
  color: yellow;
}

/* ----- Affichage de la zone PB vidéo ----- */

#pb {
  font-family: sans-serif;
  background-color: white;
  color: black;
  overflow: auto;
  padding: 5px;
  text-align: left;
}

#pb h1, #pb h2 {
  color: #592041;
  font-size: 10pt;
  margin: 10px 0px 5px 0px;
}

#pb h1 {
  text-align: center;
}

#pb h2 {
  margin-top: 15px;
}

#pb p, #pb ul li {
  margin-top: 0px;
  margin-bottom: 5px;
}

#pb ul li {
  color: black;
  font-weight: normal;
}

#pb ul {
  list-style-type: disc;
  background-color: white;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* ========== Formulaire ========== */

body.formulaire {
  margin-top: 0px;
  color: white;
}

body.formulaire p {
  margin-top: 0px;
}

body.formulaire a:link, body.formulaire a:active, body.formulaire a:visited, body.formulaire a:hover {
 color: white;
}

label {
  color: white;
  font-weight: bold;
}

input, textarea {
  font-family: monospace;
  font-size: 10pt;
  background-color: white;
/*  border-color: #9BC5E2; */
  border-style: solid;
  border-width: 1px;
}

input.submit {
  color: white;
  font-family: sans-serif;
  background-color: #D3031C;
/*  border-color: #177FC8; */
  font-weight: bold;
  border-style: outset;
  border-width: 2px;
}