
@font-face {
  font-family:"Hieroglify";
  src:url("../fonts/Hieroglify.ttf");
}

body {
  background: #cdd3b7;
  background-image:url(../img/pyramide.jpg);
  background-repeat:no-repeat;
  background-position: 0px 0px;
  background-size: 100%;
}

a {
  text-decoration: none;
  color: #f5ea80;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

// div {
//   background: green;
// }

div.page {
  width: 750px;
}

div.line {
  position:absolute;
  top:0%;
  margin-top:20px;
}

div.float_right {
  float: right;
}

div.vignette {
  // float: left;
  font-family: arial, sans-serif;
  width: 160px;
  max-width: 160px;
  height: 136px;
  padding: 10px;
  margin: 10px;
  margin-left: 350px;
  background-image: url(../img/sphinx.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}

div.vignette p {
  position: relative;
  top: 100px;
  text-align: center;
  font-family: "Hieroglify", arial, times, verdana;
  font-size: 29px;
  color: #ffffff;
  text-shadow: 2px 2px 2px #ff0000;
}

div#pos1 {
  margin-left: 90px;
  margin-top: 250px;
}
div#pos2 {
  margin-left: 380px;
  margin-top: -370px;
}
div#pos3 {
  margin-left: 610px;
  margin-top: -180px;
}
div#pos4 {
  margin-left: 850px;
  margin-top: -50px;
}
