/*Background autour du site*/
body {
  background-color:#b7e3f3; 
  background-image:url(/images/background_soldes2012.gif);  
  background-position: center top;
  background-repeat: no-repeat;
}

/*Fil d�Ariane*/
div#fil-ariane a {
  color:#0086A3;
}

/*Couleur des liens*/
a {
  color:#169CAB;
}

/*Fond de couleur de la colonne principale*/
div#pagebody {
  float:left;
  padding-bottom:20px;
  padding-left:8px;
  width:772px;
}

/*PAGE RAYON LISTE / TABLEAU et FICHE PRODUIT*/
/*Couleur des num�ros de page */
.num_page_false:active, .num_page_true, .num_page_false:hover {
  background-color:#087091;
  border:1px solid #999999;
  color:#FFFFFF !important;
  font-size:8px;
  text-align:center;
  text-decoration:none;
}

/*Couleur des onglets*/
div.fichelst .titreficheright {
  background:#007192 url(/images/common/onglet-bleu-right.gif) no-repeat scroll right top;
  height:17px;
  width:12px;
}

/*Couleur texte � c�t� de l�onglet (sous-titre)*/
div.fichelst h2 a {
  background-color:transparent;
  color:#0083A2;
  display:block;
  font-size:10px;
  padding-top:5px;
  text-decoration:none;
}

/*Couleur de fond de la zone de crit�res*/
#critere_checkbox tr {
  color:#F5217B;
  font-size:11px;
  font-weight:bold;
}

/*Couleur et type de lien dans les tableaux*/
a.tab_ligne1:link {
  color:#F01E77;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
}

/*Voir la fiche produit*/
div.fichelst .fichelien a {
  background-color:transparent;
  background-image:url(/images/common/picto-flech-rose-blanc.gif);
  background-position:0 2px;
  background-repeat:no-repeat;
  color:#F01E77;
  font-size:12px;
  margin:1px 2px;
  padding-left:17px;
}

/*Ajouter au panier */
.lstprod td.panier a {
  background:transparent url(/images/fr/shop/add-basket.gif) no-repeat scroll left center;
  display:block;
  height:17px;
}

/*Tableau produits*/
.lstprod td.col1 {
  background-color:#DCEAED;
  font-weight:bold;
}

.lstprod td {
  background-color:#E8F4F5;
  padding:5px;
}

.lstprod td.price {
  background-color:#007193;
  color:white;
  font-weight:bold;
  text-align:right;
  width:53px;
}

div.fichelst .titreficheleft {
    background:#007192 url("/images/common/onglet-bleu-left.gif") no-repeat left top;
    width: 12px;
    height: 17px;
}

div.fichelst .titrefichecenter {
    background-color:#007192;
    color: white;
}

div#fil-ariane {
    height: auto;
    font-weight: bold;
    font-size: 12px;
    color: #0086A3;
    padding: 10px 0px;
}
div.fichedetail .titreficheleft {
    background:#007192 url("/images/common/onglet-bleu-left.gif") no-repeat left top;
    width: 12px;
    height: 17px;
}

div.fichedetail .titreficheright {
    background:#007192 url("/images/common/onglet-bleu-right.gif") no-repeat right top;
    width: 12px;
    height: 17px;
}

div.fichedetail .titrefichecenter {
    background-color:#007192;
    color: white;
}

div.fichedetail h1 a {
    text-decoration: none;
    font-size: 13px;
    color: white;
    background-color:transparent;
}

div.fichedetail h1{
    font-size: 13px;
    color: white;
    font-weight: bold;
    background-color:transparent;
}

div.fichehead {
    font-size: 11px;
    color: #0083A2;
}

div.fichedetail h2 {
    font-size: 10px;
    padding-top: 2px;
    color: #0083A2;
    margin-top:5px;
}

div.fichedetail h2 a {
    display: block;
    font-size: 10px;
    padding-top: 5px;
    text-decoration: none;
    color: #0083A2;
    background-color:transparent;
}



