/* --- design par Emilie CADOUX e_cadoux@yahoo.fr  --- */
/* --- octobre 2006 --- */

/* ------- index.php --------- */


/* ------- Banniere shopFly --------- */
#shopFly
  {
  text-align: center;
  }
  
/* ------- cadre "prix imbattable" --------- */

#divFeatured
  {
  }

dl#featured
  {
  padding: 0;
  margin: 0;
  height: 180px;
  margin-bottom: 2em;
  text-align: center;
  font-size: 12px;
  background : white url("../images/index_fond_imbattable.gif") no-repeat scroll 0 5px;
  }

dl#featured dt
  {
  color: white;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 0;
  padding-left: 30px;
  text-align: left;
  height: 27px;
  background: transparent url("../images/icones/index_imbattable.gif") no-repeat scroll -1px -1px;
  }

dl#featured dd
  {
  float: left;
  width: 31.5%;
  text-align: center;
  font-size: 10px;
  height: 140px;
  border-bottom: 1px #E2E2E2 solid;
  padding: 0 5px 0 5px;
  margin: 0;
  }

dl#featured dd a
  {
  text-decoration: none;
  color: black;
  font-size: 12px;
  }
  
dl#featured dd.dd_0
  {
  margin: 0;
  margin-left: 0px;
  border-left: 1px #E2E2E2 solid;
  }

dl#featured dd.dd_2
  {
  margin: 0;
  border-right: 1px #E2E2E2 solid;
  }


/* ------- cadres par catégories --------- */

#featured_category
  {
  /*clear: both;*/
  }

/* ------- contrôle du dl */

dl#featured_category
  {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
  display: block;
  }

dl.cat_21, dl.cat_39, dl.cat_52, dl.cat_50  /*dl.cat_28, */
  {
   float: left;
   width: 300px;
   margin-right: 5px;
  }

dl.cat_23, dl.cat_51, dl.cat_29
  {
   float: right;
   width: 300px;
   margin-left: 5px;
  }

/* orange cat_21 et cat_28 */
dl.cat_21, dl.cat_28
  {
  background : white url("../images/indexCat_fond_orange.gif") no-repeat scroll 0 5px;
  }

/* bleu cat_23 et cat_52 */
dl.cat_23
  {
  background : white url("../images/indexCat_fond_bleu.gif") no-repeat scroll 0 5px;
  }

/* rouge cat_39 cat 50 cat_ 29 */
dl.cat_39, dl.cat_50, dl.cat_29
  {
  background : white url("../images/indexCat_fond_rouge.gif") no-repeat scroll 0 5px;
  }

/* vert cat_51, cat_52 */
dl.cat_51, dl.cat_52
  {
  background : white url("../images/indexCat_fond_vert.gif") no-repeat scroll 0 5px;
  }


/* ------- contrôle du dt (titre) */
dl#featured_category dt
  {
  color: white;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 0;
  padding-left: 30px;
  text-align: left;
  height: 27px;
  }

dl.cat_21 dt
  {
  background: transparent url("../images/icones/indexCat_21.gif") no-repeat scroll -1px -1px;
  }
  
dl.cat_28 dt
  {
  background: transparent url("../images/icones/indexCat_28.gif") no-repeat scroll -1px -1px;
  }
  
dl.cat_23 dt
  {
  background: transparent url("../images/icones/indexCat_23.gif") no-repeat scroll -1px -1px;
  }
  
dl.cat_52 dt
  {
  background: transparent url("../images/icones/indexCat_27.gif") no-repeat scroll -1px -1px;
  }
  
dl.cat_39 dt
  {
  background: transparent url("../images/icones/indexCat_39.gif") no-repeat scroll -1px -1px;
  }
  
 dl.cat_50 dt
  {
  background: transparent url("../images/icones/indexCat_50.gif") no-repeat scroll -1px -1px;
  }
  
dl.cat_29 dt
  {
  background: transparent url("../images/icones/indexCat_29.gif") no-repeat scroll -1px -1px;
  }
  
dl.cat_51 dt
  {
  background: transparent url("../images/icones/indexCat_51.gif") no-repeat scroll -1px -1px;
  }



/* ------- contrôle des dd (liste) */

dl#featured_category dd
  {
  float: left;
  width: 46%;
  height: 150px;
  text-align: center;
  font-size: 10px;
  margin: 0;
  padding: 0 5px 0 5px;
  }
  
dl#featured_category dd a
  {
  text-decoration: none;
  color: black;
  font-size: 12px;
  }

dl#featured_category dd.dd_0, dl#featured_category dd.dd_2, dl#featured_category dd.dd_4
  {
  margin: 0;
  border-left: 1px #E2E2E2 solid;
  }

dl#featured_category dd.dd_1, dl#featured_category dd.dd_3, dl#featured_category dd.dd_5
  {
  margin: 0;
  border-right: 1px #E2E2E2 solid;
  }

dl#featured_category dd.dd_2, dl#featured_category dd.dd_3
  {
  border-bottom: 1px #E2E2E2 solid;
  }

dl.cat_23#featured_category dd.dd_2, dl.cat_23#featured_category dd.dd_3
  {
  border-bottom: none;
  }

dl.cat_23#featured_category dd.dd_4, dl.cat_23#featured_category dd.dd_5
  {
  border-top: none;
  border-bottom: 1px #E2E2E2 solid;
  }
  
  
a.linkFeaturedCategories
  {
  color: white;
  }
