body {
  background-color: #C50000;
  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: 688px;/* 576px; */
 /*
 border-color: #ECE000;
 border-style: solid;
 border-width: 2px;
 margin-bottom: 10px;
 */
}

/* ========== Hyperliens ========== */

a:link, a:active, a:visited {
  color: #C50000;
}

a.blanc:link, a.blanc:active, a.blanc:visited {
  color: white;
}

a:hover {
  color: yellow;
}

a.blanc:hover {
  color: yellow;
}

/* ========== 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: #C50000;
/*  border-color: #177FC8; */
  font-weight: bold;
  border-style: outset;
  border-width: 2px;
}