/* début des styles du bloc de présentation des produits */
.product_teasing
{
  width: 520px;
  color: #36283b;
  margin: 27px 0 0 8px;
}

.product_teasing .border_t
{
  padding-top: 44px;
  background: transparent url(/images/common/blocks/product_teasing/border_t.png) no-repeat left top;
}
.product_teasing .border_b
{
  padding-bottom: 47px;
  background: transparent url(/images/common/blocks/product_teasing/border_b.png) no-repeat left bottom;
  _margin-bottom: 12px;
}
.product_teasing .content
{
  padding: 30px 68px 20px 65px;
  _margin-bottom: -12px;
  background: transparent url(/images/common/blocks/product_teasing/block_bg.png) repeat-y left top;
}
/* fin des styles du bloc de présentation des produits */

/* debut des styles du bloc ils ont dit de la home */
.they_said
{
  background-color:#36283b;
  position:relative;
  width:206px;
  min-height:182px;
  _height:182px;
  padding:34px 24px 70px 24px;
  margin-top:40px;
}

.corner_tl,
.corner_tr,
.corner_br,
.corner_bl
{
  position:absolute;
}

.corner_tl,
.corner_tr
{
  top:0px;
}

.corner_tl,
.corner_bl
{
  left:0px;
}

.corner_bl,
.corner_br
{
 bottom:0px;
}

.corner_tr,
.corner_br
{
  right:0;
}

.corner_tl
{
  background:transparent url(/images/common/blocks/they_said/said_tl.png) no-repeat left top;
  width:128px;
  height:59px;
}

.corner_tr
{
  background:transparent url(/images/common/blocks/they_said/said_tr.png) no-repeat right top;
  width:126px;
  height:59px;
}

.corner_br
{
  background:transparent url(/images/common/blocks/they_said/said_br.png) no-repeat right bottom;
  width:129px;
  height:87px;
  _bottom:expression((0 == this.parentNode.offsetHeight%2)?"0px":"-1px");
}

.corner_bl
{
  background:transparent url(/images/common/blocks/they_said/said_bl.png) no-repeat left bottom;
  width:126px;
  height:72px;
  left:-1px;
  _bottom:expression((0 == this.parentNode.offsetHeight%2)?"0px":"-1px");
}

/* fin des styles du bloc ils ont dit de la home */