/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #4563C5; text-decoration: underline; }

BODY { /* Police principale et fond écran*/
  background: #DFBCBE url(images/fond.jpg) 0 0 repeat;
  color: #4B1D01;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif; 
}
/* Police de lien principale */A { 
  color: #4B1D01;
  text-decoration: underline;
}

A:hover {
  color: #678AFD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

.TitreAccueil { /* Titre uniquement pour la page d'accueil */
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #678AFD;
}
/* Mise en valeur référencement accueil */
/*.accueilWords{
  font-family: Verdana, Arial, sans-serif;
  font-size: 3px;
  color: #FFF6F6;
}*/

/* LE HEADER 
   Fond écran du header */
   
.header1 {
 width: 100%;
 height: 180px;
 background: transparent url(images/new_header_fond.jpg) 0 0 no-repeat; 
 }

/* breadcrumb */
TD.headerNavigation {
  clear: both;
  background: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #4B1D01;
  font-weight: normal;
  text-indent: 230px;
  padding: 2px 0 0 0;
}


.footer {
  width: 970px;
  height: 60px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  background: #e8e1d8;
  text-align: center;
  valign: middle;
}

TD.panierHaut {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  color: #4B1D01;
}
/* les liens du header, barre de titre */
A.panierHaut { 
  color: #4B1D01;
  text-decoration: underline;
}
A.panierHaut:hover {
  color: #678AFD;
  font-weight : bold;
  text-decoration: underline;
}


/* -- Affichage d'une erreur dans un lien HeaderError ! (comme erreur affichage de clique sur CGV) -- */
TR.headerError {
  background: #ffff00;
}
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #D2D9EF;
  color: #ff0000;
  font-weight : bold;
  text-align : center;
}

/* -- Affichage d'une erreur dans un lien HeaderError ! (comme erreur affichage de clique sur CGV) -- */
TR.headerInfo {
  background: #D2D9EF;
}
TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #D2D9EF;
  color: #4563C5;
  font-weight: bold;
  text-align: center;
}

/* ========================================= LES INFOBOX =========================================================== */
/* -- INFOBOX GENERAL -- */
/*TD.infoBoxHeading { /* Le heading */
  /*font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #678AFD;
  color: #FFFFFF;
}*/
TD.infoBox, SPAN.infoBox { /* Le content */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #4B1D01;
}
.infoBox {
  background: #D2D9EF; /* (le contour) */
  border: 1px solid #678AFD;
}
.infoBoxContents {
  background: #D2D9EF;
  border: 1px solid #678AFD;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #4B1D01;
}
	A.infoBoxContents {
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 11px;
	  color: #4B1D01;
  	  text-decoration: underline;
	}
	A.infoBoxContents:hover {
	  color: #4563C5;
      font-weight: bold;
  	  text-decoration: underline;
	}


/* InfoBox I - CATALOGUE - CATEGORIES DE PRODUITS --- */
.infoBoxCat {
  background: #D2D9EF; /* (le contour) */
}

.infoBoxContentsCat {
  background: #D2D9EF;
  color: #6F411F;
}
h4 .infoBoxContentsCatSelected {
	  color: #fff;
  	  text-decoration: none;
	  width: 100%;
	  display: block;
	  background: #678AFD;
}

h4.infoBoxContentsCat { margin: 0!important; padding: 0!important;/* line-height: 1.2!important!*/ }

	/* liens infoBoxContents du box "categories" */
	 h4 A.infoBoxContentsCat {
	  font-family: Trebuchet MS, sans-serif;
	  font-size: 13px;
  	  font-weight: bold;
	  color: #6F411F;
  	  text-decoration: none;
	}
	A.infoBoxContentsCat:hover {
	  color: #4563C5;
  	  text-decoration: none;
	}
	h4 A.infoBoxContentsSousCat {
	  font-family: Trebuchet MS, sans-serif;
	  font-size: 13px;
          font-weight: bold;
	  color: #6F411F;
  	  text-decoration: none;
	}
	A.infoBoxContentsSousCat:hover {
	  color: #4563C5;
  	  text-decoration: none;
	}
/* InfoBox II - RECHERCHE RAPIDE --- */
.infoBoxSearch {
  background: #E8E1D8; /* (le contour) */
}

.infoBoxContentsSearch {
  background: #E8E1D8;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #6F411F;
}

/* InfoBox III - INFORMATIONS --- */
.infoBoxInfo {
  /*background: #FDF1CC; /* (le contour) */
  background: #fff;
}

.infoBoxContentsInfo {
/*  background: #FDF1CC;*/
  background: #fff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #6F411F;
  line-height: 1.8; /*(. et non virgule)*/
}
	/* liens infoBoxContents du box "informations" */
	A.infoBoxContentsInfo {
	  font-family: Arial, Verdana, sans-serif;
	  font-size: 13px;
  	  font-weight: bold;
	  color: #6F411F;
  	  text-decoration: none;
	}
	A.infoBoxContentsInfo:hover {
	  color: #BF7A7D;
  	  text-decoration: none;
	}


/* InfoBox IV - ALSO PURCHASED --- */
.infoBoxAlso {
  background: #FFFFFF; /* (le contour) */
}

.infoBoxContentsAlso {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #4B1D01;
}
	/* liens infoBoxContents du box "informations" */
	A.infoBoxContentsAlso {
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 10px;
	  color: #4B1D01;
  	  text-decoration: none;
	}
	A.infoBoxContentsAlso:hover {
	  color: #678AFD;
  	  font-weight: bold;
  	  text-decoration: none;
	}





/* ========================================= INFOBOX - EOF =========================================================== */

/*  ????????????????????????????????????????????????? */
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*  ????????????????????????????????????????????????? */
TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

/*  LE PANIER ET LE PRODUCT LISTING */
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #678AFD;
  border-spacing: 1px;
}
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #678AFD;
  color: #FFFFFF;
  font-weight: bold;
}   
   /* Rollover sur heading de liste -produit (désactivé ici ) */
	A.productListing-heading {
	  color: #FFFFFF;
	}
	A.productListing-heading:hover {
	  color: #F7B902;
	}
	.productListing-headingNeo {
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 10px;
	  background: #FFFFFF;
	  color: #4B1D01;
	  font-weight: bold;
	}   
	   /* Rollover sur heading de liste -produit (Ici nouvelle barre de menu ! ) */
		A.productListing-headingNeo {
		  color: #4B1D01;
		}
		A.productListing-headingNeo:hover {
		  color: #678AFD;
		}
	   /* Rollover sur content de liste (accueil seulement dans products-listing ) */
		A.productListingNeo {
		  font-family: Verdana, Arial, sans-serif;
		  font-size: 12px;
		  color: #4563C5;
  		  font-weight: bold;
  	      text-decoration: none;
		}
		A.productListingNeo:hover {
  	      text-decoration: underline;
		}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  background: #FFFFFF;
  font-size: 10px;
}
	/* ET ICI LE TEXTE DU HEADING DES DONNEES DU PANIER ET DU PRODUCT LISTING -*/
	A.productListing {
	  color: #FFFFFF;
	}
	A.productListing:hover {
	  color: #4563C5;
	}

/*  ????????????????????????????????????????????????? */
A.pageResults {
  color: #0000FF;
}
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

/* TITRE DE LA PAGE */
h1 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #678AFD;
  margin: 0;
  padding: 7px 0 0 0;
}
/* TITRE DE LA PAGE */
/*.pageHeadingAccueil {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #678AFD;
}*/
/* Prix dans la page PRODUCT_INFO */
.prix {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #4B1D01;
}

/*  ????????????????????????????????????????????????? */
TR.subBar {
 background: #f4f7fd;
}
TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

/* Titre_liste (petit titre) */
.titreListe {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #4563C5;
}
/* Police principale dans TD */
TD.main12, P.main12, SPAN.main12 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
TD.main, P.main, SPAN.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

H3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #4563C5;
}
.petitTitre {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #4B1D01;
}
TD.mainBlue, P.mainBlue, SPAN.mainBlue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #4563C5;
}
	/* lien sur mainBlue */
	A.mainBlue {
		color: #4563C5;
  	    text-decoration: underline;
	}
	A.mainBlue:hover {
		color: #678AFD;
	}
	
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
TD.smallSmallText, SPAN.smallSmallText, P.smallSmallText {
  color: #4B1D01;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  margin: 2px 0 0 0;
}
TD.smallSmallBlue, SPAN.smallSmallBlue, P.smallSmallBlue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #4563C5;
}
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

/* Styles des textes dans "advanced search" */
TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
/* ------------------------------------------------- */

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

/* LE FORMULAIRE ------------------------------------------------------------------- */
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #6F411F;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #6F411F;
  border: 1px solid #4B1D01;
}

/* BIENVENUE AU VISITEUR ------------------------------------------------------------------- */
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #678AFD;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}
TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/* Info indiquant un produit hors stock */
SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #d0001f;
  font-weight: bold;
}
/* Prix avec promotion */
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #d0001f;
}
/* Info indiquant une erreur */
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #d0001f;
}

/* Styles de mises en page Border */
.borderTopListing { border: 1px solid #678AFD; }

/* Bordures des images produits */
.borderImage { border: 1px solid #4B1D01; }

/* présentation des Boutons Catégories s'ils sont en automatiques */
.categorie {
  background-position: center center ;
  background-image: url("images/image_cat.jpg");
  background-repeat: no-repeat ;
  background-color: #FFFFFF ;
}
A.categorie {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #4B1D01;
  font-weight: bold;
  text-decoration: none;
}
A.categorie:hover {
  color: #000000;
}

/* Style de la mention legale */
.mentionLegale {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #678AFD;
  font-weight: normal;
}

/* STYLES DE LISTE DE CHOIX (choix méthodes expédition et frais au total lors du traitement de la commande) */
.moduleRow { }
.moduleRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #F7B902; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* STYLES DES MESSAGES FORMULAIRE (par exemple, champs requis) */
/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* Les images au respect des normes CSS / w3c - in-ligne contre bloc */
td.decoration img { display: block; }

/* Ajout plan de site */
ul.sitemap {
color: #ff0000;
}

/* Blocs de l"'accueil */

	/* Titre */
	.blocTitre { font-family: Arial, Verdana, sans-serif; font-size:14px ; color:#a86064; font-weight: bold; }
	.titreProduit { font-size:11px; padding-bottom: 10px; }
	.imgBloc { border: 1px solid #4b1d01 ; margin: 10px 0 5px 0; }
	.priceBloc { font-size:12px; color: #7a8acd; font-weight: bold; }
	.priceBlocOld { font-size:11px; color: #7a8acd; font-weight: bold; text-decoration: line-through; }
	.priceBlocNew { font-size:12px; color: #ff0000; font-weight: bold; }
	
.blocPromos {
float: left; 
width: 159px;
height: 230px; 
padding: 3px;
padding-top: 6px;
margin: 0 5px;
font-size: 10px;
text-align: center; 
border: 1px solid #6f411f; 
background: #efdfdf;
}
.blocNouveautes {
float: left; 
width: 159px;
height: 230px; 
padding: 3px;
padding-top: 6px;
margin: 0 5px;
font-size: 10px;
text-align: center; 
border: 1px solid #6f411f; 
background: #fdf1cc;
}

/* Bloc maison du Trousseau */
.texteRose { 
  font-family: arial, verdana, sans serif;
  size: 11px;
  color: #a86064; 
}

/* Styles sitemap */
  ul.sitemap {
  color: #ff0000;
}
