  @font-face
{
font-family: myFirstFont;
src: url(FuturaLT.ttf);
}
  
  html, body {
  width:100%;
  height:100%;
  overflow:hidden;
  color:#fff;
  font-family:myFirstFont;
text-transform:uppercase;
text-shadow: 0 0 1px rgba(0,0,0,0.3);
letter-spacing:3px;
font-size:10px;
  }
#video_background { background-color:#000; position: absolute; bottom: 0px; right: 0px; left: 0px; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -999; }
#background { background-color:#000; position: absolute; bottom: 0px; right: 0px; left: 0px; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1000; } 
 #cont {
  width:600px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  }
 .alph {
 background-color:rgba(255, 255, 255, 0.05);
 padding:2px 5px;
 color:rgba(255, 255, 255, 0.6);
 }
 .alph a {
 color:rgba(255, 255, 255, 0.7);
 }
 .notype a {
 text-decoration:none;
 text-transform:uppercase;
 }
  #haut {
  width:600px;
  height:200px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  background-image:url("youare.png");
  background-position:center top;
  background-repeat: no-repeat;
  }
#wrap { position: absolute; bottom: 0px; right: 0px; left: 0px; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 0; }
#text {
padding:20px 30px;
background-image: url(c1.png), url(c2.png), url(c3.png), url(c4.png);
background-position: left top, right top, left bottom, right bottom;
background-repeat: no-repeat;
}
a {
color:#fff;
}
a:hover {
opacity:0.6;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

#retou a {
font-family : Arial, sans-serif;
text-decoration:none;
font-style:italic;
text-transform:lowercase;
opacity:0.2;
}

#retou a:hover {
opacity:0.4;
background-color:rgba(0,0,0,0.5);
}

.lin a{
text-decoration:none;
text-transform:lowercase;
}