h1 {
  background-color: #bf3b5e;
  color: #8697a6;
  text-align: center;
  font-variant: small-caps;
}

h2 {
  text-align: center;
  color: #cc0000;
  font-weight: bold;
  font-variant: small-caps;
}

body {
  color: #666666;
  background-color: #f2e7dc;
  height: 10px;
}

#titrepoulbog {
  background-color: #f2e7dc;
}

#tablepoulbog {
  width: 80%;
}

table {
  width: 50% !important;
}

td {
  width: 640px;
  height: 640px;
}

.poulbo {
  width: 1000px !important;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  padding: 10px;
}

.poulbo td {
  vertical-align: top;
  padding: 10px;
}

.video {
  width: 1000px !important;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  padding: 10px;
}

.video td {
  vertical-align: top;
  padding: 10px;
}

.video h2 {
  background-color: white;
}

.tableau {
  width: 1000px !important;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-image: url("../images/pouringbleuA.jpg");
  background-position: center center;
}

.tableau td {
  vertical-align: top;
  padding: 10px;
}

.tableau h2 {
  background-color: white;
}

