#contenuRight {
  padding-left:20px;
  width:721px;
}

#contenuRight .navigation {
  height:24px;
  position:relative;
  left:-6px;
  padding-bottom:20px;
  margin-bottom: 20px;
}

#contenuRight .navigation a {
  float:left;
  padding-left:3px;
  padding-right:3px;
  line-height:24px;
  height:24px;
  margin-right:1px;
  color:#fff;
  background-color:#000;
  margin-bottom: 3px;
}

#contenuRight .navigation a.ici, #contenuRight .navigation a:hover {
  color:#000;
  text-decoration:none;
  background-color:#FA8DC5;
}

/*

a.itemVignetteCat {
  height:212px;
  margin-left:0px;
  margin-right:8px;
  margin-bottom:8px;
  background: url(../images/cat/vignette.gif) no-repeat;
}

span.prixVignette {
  display:block;
  padding-top:17px;
  padding-right:19px;
  text-align:center;
  color:#fff;
  cursor:pointer;
  font-size:14px;
  font-weight:normal;
}

*/

.productsThumbList {
  padding-bottom:14px;
  background: url(../images/actu.gif) repeat-x left bottom;
  clear: both;
}

.productsThumbList div.item {
  float: left;
  height:227px;
  width: 165px;
  margin: 0px 10px 14px 0px;
  background: url(../images/cat/vignette.gif) no-repeat 0px 0px;
}

.productsThumbList .item a {
  position: absolute;
  z-index: 0;
  height:227px;
  width: 165px;
  text-align: center;
  text-decoration: none;
  color: black;
}

.productsThumbList .item a:hover {
  color: #FA8DC5;
  cursor: pointer;
}

.productsThumbList .item a:hover span.title{
  color: #FA8DC5;
}

.productsThumbList .item .doux {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 146px;
  height:151px;
  margin: 10px 0px 0px 10px;
  background: url(/images/accueil/doux.png) no-repeat right bottom;
}

.productsThumbList .item .preview {
  position: absolute;
  left: 0;
  width: 145px;
  height:150px;
  margin: 10px 0px 0px 10px;
  text-decoration:none;
  overflow:hidden;
  text-align:center;
  border: 1px solid #efefef;
}

.productsThumbList .item .preview img {
}

.productsThumbList .item span.title {
  position: absolute; 
  left: 0;
  width: 135px;
  height: 25px;
  margin: 161px 15px 0px;
  font-weight: bold;
  text-align: center;
  text-decoration:none;
  color: black;
}

.productsThumbList .item span.title em {
  display: table-cell; 
  width: 135px;
  height: 25px;
  vertical-align: middle;
  font-style: normal;
}

.productsThumbList .item span.title:hover {
  color: #FA8DC5;
}

.productsThumbList .item span.price {
  position: absolute;
  left: 0;
  width: 165px;
  height: 35px;
  margin-top: 190px;
  text-align: center;
  line-height: 35px;
  text-decoration:none;
  font-size:14px;
  font-weight:normal;
  color: white;
}



