.caseBigLeft {
 float:left;
width : 264px;
margin : 0px;
padding : 12px;
 border-right: 1px solid #ccc; /* contour de chaque cellule */
 border-top: 2px solid #ccc; /* contour de chaque cellule */
  min-height : 276px;
}
.caseBigRight {
width : 264px;
margin : 0px;
padding : 12px;
 border-top: 2px solid #ccc; /* contour de chaque cellule */
 border-left: 1px solid #ccc; /* contour de chaque cellule */
 float:left;
 min-height : 276px;
}
.caseLittleLeft {
width : 176px;
margin : 0px;
padding : 12px;
 border-right: 1px solid #ccc; /* contour de chaque cellule */
 border-top: 1px solid #ccc; /* contour de chaque cellule */
}
.caseLittleRight {
width : 176px;
margin : 0px;
padding : 12px;
  border-top: 1px solid #ccc; /* contour de chaque cellule */
}
#bestNew {width:100%; height : 14px; background-color : blue; color : white; font-weight : bold; margin:0; padding:0; text-align:center; }
#bestVentes {width:100%; height : 14px; background-color : red; color : white; font-weight : bold; margin:0; padding:0; text-align:center; float:left;}
#bestFree {width:100%; height : 14px; background-color : #069; color : white; font-weight : bold; margin:0; padding:0; text-align:center; float:left;}

.prixOld {font-size:16px; text-decoration:line-through; margin-right :20px;}

.prixReduce {font-size:20px; color:red; font-weight : bold; }
