@font-face {
    font-family: 'adineuebold';
    src: url('fonts/typo_titre-webfont.eot');
    src: url('fonts/typo_titre-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/typo_titre-webfont.woff2') format('woff2'),
         url('fonts/typo_titre-webfont.woff') format('woff'),
         url('fonts/typo_titre-webfont.ttf') format('truetype'),
         url('fonts/typo_titre-webfont.svg#adineuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'adihausregular';
    src: url('fonts/typo_sous_titres-webfont.eot');
    src: url('fonts/typo_sous_titres-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/typo_sous_titres-webfont.woff2') format('woff2'),
         url('fonts/typo_sous_titres-webfont.woff') format('woff'),
         url('fonts/typo_sous_titres-webfont.ttf') format('truetype'),
         url('fonts/typo_sous_titres-webfont.svg#adihausregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
background-color:black;
margin:auto;
text-align:center;
}

#header
{
width:693px;
height:130px;
margin: 10px auto 20px auto;
/*background-image: url('imgs/header.png');*/
  background-repeat: no-repeat;
}
#container{

margin:auto auto auto auto ;
text-align:center;
overflow:hidden;
background-image:url('imgs/arcade.png');
background-repeat: no-repeat;
background-position:50% 50%;
height:575px;
width:1352px;

}
iframe{
overflow:hidden;
margin-top:25px;
border: none;
}
.wrapper{
margin-top: 25px;
margin-left:270px;
width:810px;
height:490px;
border-radius: 1px solid black;
}