body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.Cleaner {
  clear: both;
}

img {
  max-width: 100%;
  margin: 0 auto;
}

#Content {
  text-align: center;
  margin: 50px auto 100px auto;
  width: 1000px;
}

h1 {
  font-size: 50px;
  margin-bottom: 5px;
}

h2 {
  font-size: 40px;
  margin: 10px auto;
}

.Nouveautes {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}

h3 {
  font-size: 24px;
}

.DivLiseret {
  width: 70%;
  border-top: 5px solid #000;
  margin: 20px auto;
}

.BlocTable {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.BlocTd {
  display: table-cell;
  position: relative;
  padding: 20px;
  margin: 0;
  vertical-align: top;
  text-align: left;
}

.BlocTdVignette {
  text-align: center;
  vertical-align: vertical;
  width: 40%;
}

.BlocTdLiseret {
  border-top: 5px solid #000;
  margin: 5px auto;
}

#Footer {
  margin-top: 20px;
  border-top: 5px solid #000;
  padding-top: 20px;
}

/* #################### RESPONSIVE ##################### */
@media screen and (max-width: 750px) {
  #Content {
    width: 90%;
  }

  .BlocTd {
    display: block;
    width: 90%;
    padding: 10px 0;
    text-align: center;
  }

  .BlocTdLiseret {
    border: none;
  }

  .BlocTdVignette {
    border-top: 5px solid #000;
  }

  .BlocTdVignetteSansLiseret {
    border: none;
  }
}
