*
{
  font-size:19px;
  letter-spacing:2px;
  font-family:'BilboRegular', 'Bilbo';
  font-size:20px;
  
}

@font-face
{
    font-family: 'BilboRegular';
    src: url('bilbo-regular-webfont.eot');
    src: url('bilbo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bilbo-regular-webfont.woff') format('woff'),
         url('bilbo-regular-webfont.ttf') format('truetype'),
         url('bilbo-regular-webfont.svg#BilboRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.pouh
{
	-moz-border-radius: 10px;
	border-radius: 10px;
}

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

#menu
{
  position:absolute;
   padding-top:400px;
  padding-left:90px;
  text-align:left;
}

body
 {
    background-color: black;
      z-index:1;
      color:#C6C6C6;
 }

#top
{
      background: url("haut.png") no-repeat;
    text-align: center; /* pour corriger le bug de centrage IE */
    color: #FFFFFF;
      z-index:2;
          width:1080px;
          margin: 0 auto;
    margin-bottom:155px;
}

#corps
{
  text-align: center;
  padding-top:345px;
  padding-left:380px;
  width:610px;
  min-height:800px;
  padding-bottom:-100px;
  color:#C6C6C6;
}

#bottom
{
      position: relative;
    background: url("bas.png") top no-repeat;
    text-align: center; /* pour corriger le bug de centrage IE */
    color: #FFFFFF;
    height: 155px;
    z-index:3;
    width:1080px;
    margin: 0 auto;
    /*margin-top: -155px;*/

}
