
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;*/

}
