#produit{
 background-color: white;
 background-image: url(images/bg_produits.png);
 background-repeat: no-repeat;
 background-position: center;
 height: 782px;
 width:99%;
}

#box1{
 float:left;
 width: 230px;
 height: 512px;
 padding-top: 180px;
 padding-left:70px;
 line-height: 1.5;
}

#box2{
 float:left;
 width: 300px;
 height: 512px;
 padding-top: 180px;
 padding-left: 10px;
 line-height: 1.5; 
}

#box3{
 float:left;
 width: 300px;
 height: 532px;
 padding-top: 180px;
 padding-left: 12px;
 line-height: 1.5;  
}

#calculate_price_1{
 float:left;
 width: 230px;
 height:20px;
 padding-left: 90px;
}
#calculate_price_2{
 float:left;
 width: 300px;
 height:20px;
 padding-left: 50px; 
}
#calculate_price_3{
 float:left;
 width: 280px;
 height:20px;
 padding-left: 10px;  
}

h2{
 font-size:16px;
 color:#808080;
}