body, html, main {

  padding: 0;
  margin: 0;

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

  background-color: #D9DFDF;

	/* important */
	height: 100%;
	min-height:1500px;
}
 
@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;

}




h1{
font-family: 'adineuebold', Verdana;
color:black;
margin: auto;
text-align: center;}

h2{
font-family: 'adineuebold', Verdana;
color:black;
margin: auto;
text-align: center;
font-size:20px;
}

p, li{
font-family: 'adihausregular', Verdana;
color:black;
margin: auto;
text-align: justify;
font-size:18px;
}


h3{
font-family: 'adihausregular',Verdana;
color:black;
margin: auto;
text-align: center;
font-size: 15px;}

#wall{
background-image: url("../img/mur_motif.jpg");
color:whitesmoke;
}
#wall h1,h2{
color:black;
}

#container{
margin: auto;
width: 645px;
background:whitesmoke;
}
#canvasBackground{width: 640px;
margin: auto;
}

