div#combustible {
position : absolute;
 top : 1px;
 left : 825px;
}
div#logo {
position : absolute;
 top : 4px;
 left : 450px;
}

div#produit {
        width : 660px;
        border-left: 1px #999 solid;
        padding-left:15px;
		background : #fff;
		//margin-top : 50px;
}
  
     
div#conteneur_image {
        z-index : 100;
        float : right; 
        margin:5px;
} 
div#conteneur_image_gauche {
        float : left; 
        margin:5px;
}       
     

p.texte_produit {
         text-align : justify;
         padding-right : 15px;
}

  
div#conteneur_descriptif {
          width: 640px;
}
  
table#descriptif {
          margin:auto;
          width: 440px;
          cellspacing:0;
          cellpadding:0;
}
  
td.produit a {
position : relative;
display : block;
width : 80px;
height : 150px;
overflow : hidden;
border-right : 1px solid #ccc;
}

td.produit p {
position : absolute;
bottom : 0;
left : 0;
width : 80px;
height : 32px;
text-align : center;
background : #ccc;
font-size : 10px;
color : #000;

}
td.produit img {
position : absolute;
bottom : 32px;
left :0;
display : block;
width : 60px;
}

td.produit a:hover img {
display : block;
width : 65px;
}


.vignettesPoeles,
.vignettesPoeles * {
  margin: 0;
  padding: 0;
}

.vignettesPoeles DIV {
  float: left;
  width: 80px; 
  height: 150px;
  text-align:left;
  border-right: 1px solid #ccc;
  margin-right: 15px;
}

.vignettesPoeles A {
  height: 150px; 
  display: block; 
  position: relative;
}

.vignettesPoeles P {
  position:relative;
  height: 120px;
}

.vignettesPoeles IMG {
  position: absolute; 
  margin-left:8px;
  bottom:3px;
}

.vignettesPoeles H6 {
  font-size: 10px;
  height: 28px; 
  width:80px;
  position: absolute; 
  bottom:0px;
  text-align: center; 
  color: #000; 
  background-color: #CCC; 
  font-style: italic;
}
