html, body {
  padding: 0;
  margin: 0;

  -webkit-user-select: none;
  color:black;

  background-color: #D9DFDF;
  height:100%;
}
.alert {
  position: relative;
  text-align: center;
  margin-bottom:0px;
}
.input-append {
  margin-bottom: 5px;
  white-space: normal;
  margin-right: 5px;
}
.menu {
width: 185px;
/* top: 155px; */
margin: auto;
}

@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;

}
p, .btn{
  font-family: 'adihausregular';
}

#bastille{
width: 315px;
height: 76px;
/* margin-left: 5%; */
margin: auto;
/* float: left; */
margin-top: 15px;
background: url(../img/header.png) no-repeat center;
		}
#boost{
			width:312px;
			margin-right:5%;
			height:150px;
			float:right;
			background:url(../img/boost-mini.png) center no-repeat;
		}
		
	
		
		#canvas-container{
		width:315px;
		margin:auto;
		margin-top:50px;
		}
		
		
