.global
{
  position: absolute;
  width:99%;
  padding:0px;
  margin-top:0px;
  top:0px;
}

.centrer
{
  position:relative;
  width:1000px;
  margin:auto;
  padding:0px;
  margin-top:0px;
  top:0px;
}

.header
{
  position:relative;
  float:left;
  background-image:url('images/header.jpg');
  width:850px;
  height:275px;
  padding-left:75px;
  padding-right:75px;  
  z-index:1;
}

.menu
{
  position:relative;
  float:left;
  padding-top:168px;
  padding-left:20px;
}

.menu div
{
  position:relative;
  float:left;
  width:78px;
  height:32px;
}

.conteneur
{
  position:relative;
  background-image:url('images/pixel_fond.gif');
  float:left;
  width:850px;
  padding-left:75px;
  padding-right:75px;
  top:-60px;
  z-index:2;
}

.gauche
{
  position:relative;
  float:left;
  width:250px;
}

.droite
{
  position:relative;
  float:right;
  width:580px;
}

.contenu
{
  position:relative;
  float:left;
  padding-right:40px;
  text-align:justify;
}

.promotions
{
  position:relative;
  float:left;
  width:250px;
}

.promotion
{
  position:relative;
  float:left;
  width:100%;
  text-align:center;
  padding-bottom:15px;
}

.liens_annexes
{
  position:relative;
  background-image:url('images/decouvrez.jpg');
  background-repeat:no-repeat;
  background-position:center;
  float:left;
  width:238px;
  padding-left:10px;
  height:217px;
}

.footer
{
  position:relative;
  background-image:url('images/footer.jpg');
  float:left;
  top:-60px;
  width:850px;
  height:76px;
  padding-left:75px;
  padding-right:75px;
  padding-top:47px;
  text-align:center;
}


