p {
  color: white;
  font-weight: normal;
  padding: 0px;
  margin: 10px;
  background-color: transparent;
}

body {
  background-color: black;
  clear: both;
}

a {
  color: white;
  text-decoration: underline;
  font-style: normal;
  font-weight: normal;
}

a:hover {
  font-weight: bold;
  font-style: italic;
}

h4 {
  color: #ff9900;
  text-decoration: underline;
  font-weight: bold;
}

h4:hover {
}

.menu {
  width: 250px;
  text-align: center;
  float: left;
  height: 50px;
  background-color: transparent;
  display: inline;
  border: 3px solid white;
  margin: 5px;
  line-height: 50px;
  border-radius: 50px;
}

.bloc-menu {
  background-color: transparent;
  text-align: left;
  float: left;
}

.menu:hover {
  background-color: #336666;
}

h1 {
  color: #ff6600;
  text-align: center;
}

img {
  padding: 20px;
  width: 1200px;
}

video {
  border: 2px solid #cccccc;
  margin-left: 20px;
}

.gras {
  font-weight: bold;
}

.apercu {
  width: 94px;
}

.apercu:hover {
  border-color: transparent;
  border-style: none;
  width: 90%;
}

#head {
  border-style: none;
  border-color: transparent;
  height: 100px;
}

#page {
  border-style: none;
  border-color: transparent;
}

#scroll_to_top {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 50px;
  right: 30px;
}

#scroll_to_top img {
  width: 25px;
}

#scrool_to_top_img {
  width: 80px !important;
}

#corp {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

