body.cms-home #mainArea #mainContent {
 margin-top: 0 !important;
}

#slogan {
  margin: 10px 0px;
}


/*** Colis de la semaine ***/
div.colis img.sticker {
 top: -17px;
 left: 15px;
}
div.block.colis {
 width: 620px;
 height: 220px;
 overflow: visible;
 margin-top: 17px;
}
div.block.colis div.content {
 position: absolute;
 /*top: 34px;*/
 top: 6px;
 left: 228px;
 width: 260px;
 /*height: 15em;*/ /* 8x 1.3em for 8 text lines + extra space */
 /*max-height: 180px;*/ /* secure */
 max-height: 208px;
 height: 208px;
 overflow: hidden;
}
div.block.colis div.content p {
 font-size: 12px;
 line-height: 1.3em;
}
div.block.colis div.content p a {
 text-decoration: none;
}
div.block.colis div.content p a:hover {
 text-decoration: underline;
}
div.block.colis a.price {
 bottom: 5px;
 right: 1px;
}
div.block.colis a.price span {
 color: red;
}


div#products {
 clear: both;
 overflow: auto;
 font-size: 10px;
}
div.product {
 overflow: hidden;
 float: left;
 margin: 20px 0;
}
div.product div.container {
 float: left;
}
div.product h2 {
 padding-left: 7px;
 height: 30px;
}



div.product.large {
 width: 320px;
}
div.product.large.last {
 width: 300px;
}
div.product.large h1 {
 width: 300px;
 font: bold 15px/22px Verdana, Geneva, sans-serif;
 text-transform: uppercase;
}
div.product.large h2 {
 width: 300px;
 height: 18px;
 font: bold 10px/14px Verdana, Geneva, sans-serif;
}
div.product.large div.container {
 position: relative;
 margin: 12px 0 0 0;
 width: 300px;
 height: 180px;
}
div.product.large div.container img {
 margin: 4px 0 0 4px;
}


/* Special: traiteur de la semaine */
div.product.large.traiteur {
  clear: left;
}
div.product.large.traiteur h2 {
 height: 30px;
}
div.product.large.traiteur div.container {
 width: 300px;
 height: 140px;
}
div.product.large.traiteur img.sticker {
 left: 55px;
}
div.product.large.traiteur div.container img.photo {
 margin: 4px 0 0 80px;
}
div.product.large.traiteur div.container a.price {
 bottom: 7px;
 right: 8px;
 float: left;
}


/* Special: 2 produits par bloc */
div.product.large.double {
}
div.product.large.double div.col {
 width: 160px;
 float: left;
 height: 228px;
}
div.product.large.double div.col h2 {
 width: 140px;
 height: 30px;
 overflow:hidden;
}

div.product.large.double div.col h2.category {
 height: auto;
 font-size: 12px;
}

div.product.large.double div.col.last {
 width: 140px;
}
div.product.large.double div.container {
 width: 140px;
 height: 140px;
}


/* Special: produit saisonnier */
div.product.large.saisonnier {
 width: 300px;
}
div.product.large.saisonnier h2 {
 height: 30px;
}
div.product.large.saisonnier div.container {
 width: 300px;
 height: 140px;
}


/* Titres des blocs promotionnels */
#mainContent.layout-frontpage #products .product.large.price-medium h2 {
 font-size: 11px !important;
}

#mainContent.layout-frontpage #products .product.large.price-medium h2.category {
   font-size: 12px !important;
}
div.product h2.category {
 background-image: none;
 padding-left: 0px;
}

h3.link-promotion {
 display: block;
 float: left;
 clear: both;
 width: 300px;
 text-align: right;
}
h3.link-promotion a {
 font-size: 10px;
}
