/*
  $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

  Mise à jour le 10/09/2003 par Delaballe (webmaster@delaballe.com)
  Optimise pour ThemaBoxesMS2fr
  
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
	
	/* pour infos - modification par JP FERRY le 20/01/2012 - Pour affichage photo, sauvegarde sur Sauvegarde des Fichiers Précédents sur Serveur
	*/
	
	background: #cdc6c0;
    color: #000000;
	margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #990033;	/* rouge bordeaux */
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #FFFFFF;
}

TR.headerNavigation {
  background: #585555;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #585555;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #585555;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #585555;
  color: #ffffff;
  font-weight: bold;
}
TD.footer A {	/* Modif du 15/06/2006 pr ajouter un lien sur "haut page"  */
  color: #FFFFFF;	/* blanc */
  text-decoration: none;
}

TD.footer A:hover {	/* Modif du 15/06/2006 pr ajouter un lien sur "haut page"  */
  color: #990033;	/* rouge bordeaux */
  text-decoration: underline;
}


/*---------- CADRES D'ENTOURAGE DES BOXES ----------*/

/* Cadre d'entourage des boxes (Original) */
.infoBox {
  background:#b6b7cb;	/* gris */
}

/* Cadre d'entourage boxe Catalog / Advanced_Search.php (Page Recherche avancée) */
.infoBoxAdvancedSearch {
	background : #800000;		/* grenat */
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Best_Sellers.php (Box des meilleurs achats)*/
.infoBoxBestSellers {
	background: #486389;
	
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Categories.php (Box pour catégories--> Boutique)*/
.infoBoxCategories {
	background: #bc242d;
	border : #bc242d;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Currencies.php (Box pour devises)*/
.infoBoxCurrencies {
	background: #B0C4DE;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Information.php (Box pour Information)*/
.infoBoxInformation {
	background: #cc9933;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / partenaires.php (Box pour Partenaires)*/
.infoBoxPartenaires {
	background: #779431;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / vitrine.php (Box pour En Vitrine)	23 juin 2006 */
.infoBoxVitrine {
	background: #c12fc7;	/* mauve */
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Languages.php (Box des Langues)*/
.infoBoxLanguages {
	background: #B0C4DE;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Manufacturer_info.php (Box Info Fabricants)*/
.infoBoxManufacturerInfo {
	background: #367448;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Manufacturers.php (Box de la liste des fabricants)*/
.infoBoxManufacturers {
	background: #428053;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Order_history.php (Box d'historiques des commandes)*/
.infoBoxOrderHistory {
	background: #B0C4DE;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Product_notifications.php (Box de notification)*/
.infoBoxProductNotifications {
	background: Teal;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Reviews.php (Box des critiques)*/
.infoBoxReviewsBoxe {
	background: #DB7093;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Search.php (Box de recherche)*/
.infoBoxSearch {
	background: Silver;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Shopping_cart.php (Box du panier)*/
.infoBoxShoppingCartBoxe {
	background: Silver;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Specials.php (Box des promotions)*/
.infoBoxSpecials {
	background: #63625c;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Tell_a_friend.php (Box faire connaître à un ami)*/
.infoBoxTellAFriend {
	background : #e2a920;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Wats_new.php (Box des nouveautes)*/
.infoBoxWatsNew {
background: #245490;
}


/* Cadre d'entourage module Catalog / Includes / modules / location.php (module location)*/
.infoBoxLocation {
background: #336666;
}

/* Cadre d'entourage module Catalog / Includes / modules / vente.php (module vente)*/
.infoBoxVente {
background: #bb232c;
}

/* Cadre d'entourage module Catalog / Includes / modules / services.php (module service)*/
.infoBoxService {
background: #a83596;
}

/* Cadre d'entourage module Catalog / Includes / modules / occasion.php (module occasion)*/
.infoBoxOccasion {
background: #d4650c;	/* orange */
}



/* Cadre d'entourage boxe Catalog / Cookie_usage.php (Box d'explication sur l'utilisation des cookies)*/
.infoBoxCookieUsage {
	background: transparent;
	border: #C9D5ED;
}

/* Cadre d'entourage boxe Catalog / popup_search_help.php (Aide de la recherche avancée)*/
.infoBoxPopupSearchHelp {
	background: #800000;
	/*border: thin outset Purple;*/
}

/* Cadre d'entourage boxe Catalog / Product_info.php (Box information des produits non trouvés dans le cas d'un produit pas encore disponible)*/
.infoBoxProductInfo {
	background: Red;
}

/* Cadre d'entourage boxe Catalog / Product_reviews.php (Box information quand il n'y a pas de critique sur un produit)*/
.infoBoxProductReviews {
	background: #b6b7cb;
}

/* Cadre d'entourage boxe Catalog / reviews.php (Box information quand il n'y a pas de critique sur un produit)*/
.infoBoxReviews {
	background: #b6b7cb;
}

/* Cadre d'entourage boxe Catalog / shopping_cart.php (Box information quand le panier est vide)*/
.infoBoxShoppingCart {
	background: #b6b7cb;
}

/* Cadre d'entourage boxe Catalog / ssl_check.php (Box information sur les sessions SSL quand il y a eu un echec SSL)*/
.infoBoxSslCheck {
	background: transparent;
	border: thin outset #C9D5ED;
}

/* Cadre d'entourage boxe Catalog / Includes / modules / New_Products.php (Module se trouvant au milieu)*/
.infoBoxNewProducts {
	background: #d4650c;

}

/* Cadre d'entourage boxe Catalog / Includes / modules / also_purchased_products.php (Box  ce trouvant au milieu des clients qui ont acheté ce produit ont aussi acheté...)*/
.infoBoxAlsoPurchasedProducts {
	background: #dfea68;	/* jaune */
}

/*---------- INTERIEURE DES BOXES ----------*/

/* Interieure des boxes (Original)*/
.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  }
  
/* Interieur texte pour télécharegement des tarifs      6/02/2008    */
.tarifs {
  background:#f8f8f9;	/* crème */
  font-family: Verdana, Arial, sans-serif;
  font-weight:bold;
  color:#CC0000; /* bordeaux */
  text-align:center;
  }
.tarifs span
{
  font-family: Verdana, Arial, sans-serif;
  font-weight:bold;
  font-size:10px;
  color:#336699;	/* bleu */
}

/* Interieur texte info pour demande de devis / product_info.php      2/10/2006    */
.teldevis {
  background:#f8f8f9;	/* crème */
  font-family: Verdana, Arial, sans-serif;
  /*font-size:large;*/
  font-weight:bold;
  color:#CC0000; /* bordeaux */
  text-align:center;
  }
.teldevis span
{
  font-family: Verdana, Arial, sans-serif;
  font-weight:bold;
  color:#336699;	/* bleu */
}
  
/* Interieure boxe Catalog / Advanced_Search.php (Page Recherche avancée) */
.infoBoxContentsAdvancedSearch {
	background: #e7d46c;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / popup_Search_help.php (Aide de la recherche avancée) */
.infoBoxContentsPopupSearchHelp {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

/* Interieure boxe Catalog / Includes / boxes / Best_Seller.php (Box des meilleurs achats)*/
.infoBoxContentsBestSellers {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Categories.php (Box pour catégories)*/
.infoBoxContentsCategories {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Currencies.php (Box pour devises)*/
.infoBoxContentsCurrencies {
	background: #f8f8f9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Information.php (Box pour Information)*/
.infoBoxContentsInformation {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Lien.php (Box pour Partenaires)*/
.infoBoxContentsPartenaires {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	
}

/* Interieur boxe Catalog / Includes / boxes / vitrine.php (Box pour En Vitrine)	23 juin 2006 */
.infoBoxContentsVitrine {
	background:#FFFFFF;	/* blanc */
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Occasion.php (Box pour Occasion)*/
.infoBoxContentsOccasion {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	
}


/* Interieure boxe Catalog / Includes / boxes / Languages.php (Box des Langues)*/
.infoBoxContentsLanguages {
	background: #f8f8f9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Manufacturer_info.php (Box Info Fabricants)*/
.infoBoxContentsManufacturerInfo {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Manufacturers.php (Box de la liste des fabricants)*/
.infoBoxContentsManufacturers {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Order_history.php (Box d'historiques des commandes)*/
.infoBoxContentsOrderHistory {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Product_notification.php (Box de notification)*/
.infoBoxContentsProductNotifications {
		background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Reviews.php (Box des critiques)*/
.infoBoxContentsReviewsBoxe {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Search.php (Box de recherche)*/
.infoBoxContentsSearch {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Shopping_cart.php (Box du panier)*/
.infoBoxContentsShoppingCartBoxe {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Specials.php (Box des promotions)*/
.infoBoxContentsSpecials {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Tell_a_friend.php (Box faire connaître à un ami)*/
.infoBoxContentsTellAFriend {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Wats_new.php (Box des nouveautes)*/
.infoBoxContentsWatsNew {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	
}

/* Interieure boxe Catalog / Includes / boxes / location.php (Box location)*/
.infoBoxContentsLocation {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	
}

/* Interieure boxe Catalog / Includes / boxes / vente.php (Box vente)*/
.infoBoxContentsVente {
	background: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	
}


/* Interieure boxe Catalog / Includes / boxes / service.php (Box service)*/
.infoBoxContentsService {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	
}


/* Interieure boxe Catalog / Cookie_Usage.php (Box d'explication sur l'utilisation des cookies)*/
.infoBoxContentsCookieUsage {
    background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Product_info.php (Box information des produits non trouvés dans le cas d'un produit pas encore disponible)*/
.infoBoxContentsProductInfo {
		background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Reviews.php (Box information quand il n'y a pas de critique sur un produit)*/
.infoBoxContentsReviews {
		background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Shopping_cart.php (Box information quand le panier est vide)*/
.infoBoxContentsShoppingCart {
		background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / ssl_check.php (Box information sur les sessions SSL quand il y a eu un echec SSL)*/
.infoBoxContentsSslCheck {
		background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / product_reviews.php (Box information quand il n'y a pas de critique sur un produit)*/
.infoBoxContentsProductReviews {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / modules / New_Products.php (Boxe qui affiche les nouveaux produits au milieu)*/
.infoBoxContentsNewProducts {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

/* Interieure boxe Catalog / Includes / modules / Also_Purchased_Products.php (Box  ce trouvant au milieu des clients qui ont acheté ce produit ont aussi acheté...)*/
.infoBoxContentsAlsoPurchasedProducts {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*---------- ENTETE ET PIED DES BOXES ----------/*

/* Entete et pied des Boxes droite,  gauche et centrale (Original)*/
TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

/* Entete et pied Boxes Catalog / Advanced_search.php (Page Recherche avancée ) */
TD.infoBoxHeadingAdvancedSearch {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background : #800000;
}

/* Entete et pied Boxes Catalog / Popup_search_help .php (Aide de la recherche avancée) */
TD.infoBoxHeadingPopupSearchHelp {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background : #800000;
}

/* Entete et pied Boxes Catalog / includes / boxes / best_sellers.php (Box des meilleurs achats) */
TD.infoBoxHeadingBestSellers {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / boxes / categories.php (Box pour catégories) */
TD.infoBoxHeadingCategories {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / boxes / currencies.php (Box pour devises) */
TD.infoBoxHeadingCurrencies {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / boxes / languages.php (Box des Langues) */
TD.infoBoxHeadingLanguages {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / boxes / manufacturer_info.php (Box Info Fabricants) */
TD.infoBoxHeadingManufacturerInfo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;

}

/* Entete et pied Boxes Catalog / includes / boxes / manufacturers.php (Box de la liste des fabricants) */
TD.infoBoxHeadingManufacturers {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / boxes / order_history.php (Box d'historiques des commandes) */
TD.infoBoxHeadingOrderHistory {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / boxes / product_notification.php (Box de notification) */
TD.infoBoxHeadingProductNotifications {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / boxes / reviews.php (Box des critiques) */
TD.infoBoxHeadingReviewsBoxe {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / boxes / search.php (Box de recherche) */
TD.infoBoxHeadingSearch {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / boxes / shopping_cart.php (Box du panier) */
TD.infoBoxHeadingShoppingCartBoxe {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / boxes / specials.php (Box des promotions) */
TD.infoBoxHeadingSpecials {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / boxes / vitrine.php (Box En Vitrine) 23 juin 2006 */
TD.infoBoxHeadingVitrine {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #bc242d;	/* rouge foncé */
}

/* Entete et pied Boxes Catalog / includes / boxes / tell_a_friend.php (Box faire connaître à un ami) */
TD.infoBoxHeadingTellAFriend {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / boxes / wats_new.php (Box des nouveautes ) */
TD.infoBoxHeadingWatsNew {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete et pied Boxes Catalog / includes / modules / location.php (Module location ) */
TD.infoBoxHeadingLocation {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background:#336666;	/* vert */
}	
TD.infoBoxHeadingLocation A {	/* Modif du 10/05/2006 pr ajouter des liens ds l'entête */
  color: #FFFFFF;
  text-decoration: none;
}

TD.infoBoxHeadingLocation A:hover {	/* Modif du 10/05/2006 pr ajouter des liens ds l'entête */
  color: #FFFFFF;
  text-decoration: underline;
}


/* Entete et pied Boxes Catalog / includes / modules / vente.php (Module Vente ) */
TD.infoBoxHeadingVente {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background:#bc242d;	/* rouge foncé */     /*#97af5d;	 vert clair */
}	
TD.infoBoxHeadingVente A {	/* Modif du 10/05/2006 pr ajouter des liens ds l'entête */
  color: #FFFFFF;
  text-decoration: none;
}

TD.infoBoxHeadingVente A:hover {	/* Modif du 10/05/2006 pr ajouter des liens ds l'entête */
  color: #FFFFFF;
  text-decoration: underline;
}

/* Entete et pied Boxes Catalog / includes / modules / service.php (Module Service ) */
TD.infoBoxHeadingService {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background : #a83596;	/* mauve */

}	
TD.infoBoxHeadingService A {	/* Modif du 10/05/2006 pr ajouter des liens ds l'entête */
  color: #FFFFFF;
  text-decoration: none;
}

TD.infoBoxHeadingService A:hover {	/* Modif du 10/05/2006 pr ajouter des liens ds l'entête */
  color: #FFFFFF;
  text-decoration: underline;
}

/* Entete et pied Boxes Catalog / includes / modules / occasion.php (Module qui affiche les produits d'occasion au milieu) */
TD.infoBoxHeadingOccasion {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background : #d4650c;	/* orange */
}	
TD.infoBoxHeadingOccasion A {	/* Modif du 10/05/2006 pr ajouter des liens ds l'entête */
  color: #FFFFFF;
  text-decoration: none;
}

TD.infoBoxHeadingOccasion A:hover {	/* Modif du 10/05/2006 pr ajouter des liens ds l'entête */
  color: #FFFFFF;
  text-decoration: underline;
}



/* Entete et pied Boxes Catalog / includes / boxes / information.php (Box pour Information) */
TD.infoBoxHeadingInformation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #cc9933;	/* ocre */
}


/* Entete et pied Boxes Catalog / Cookie_usage.php (Box d'explication sur l'utilisation des cookies)*/
TD.infoBoxHeadingCookieUsage {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #C9D5ED;
}

/* Entete et pied Boxes Catalog / ssl_check.php (Box information sur les sessions SSL quand il y a eu un echec SSL)*/
TD.infoBoxHeadingSslCheck {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #C9D5ED;
}

/* Entete et pied Boxes Catalog / includes / modules / new_products.php (Module qui affiche les nouveaux produits au milieu) */
TD.infoBoxHeadingNewProducts {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	background : #d4650c;
}	
TD.infoBoxHeadingNewProducts A {	/* Modif du 10/05/2006 pr ajouter des liens ds l'entête */
  color: #FFFFFF;
  text-decoration: none;
}

TD.infoBoxHeadingNewProducts A:hover {	/* Modif du 10/05/2006 pr ajouter des liens ds l'entête */
  color: #FFFFFF;
  text-decoration: underline;
}
	

/* Entete et pied Boxes Catalog / includes / modules / Also_Purchased_Products.php (Box ce trouvant au milieu des clients qui ont acheté ce produit ont aussi acheté...) */
TD.infoBoxHeadingAlsoPurchasedProducts {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FF6600; /* orange */
	background : #dfea68; /* jaune */
}

TD.infoBox, SPAN.infoBox {
  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;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;	/*18px	modif du 3/10/2006 */
  font-weight: bold;
  color: #585555;	/*gris de header navigation*/
}

TD.partenaires {		/* MODIF du 11/05/2006 */
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF; /*9a9a9a;*/
}

TD.partenaires A {	/* Modif du 11/05/2006 pr changer la couleur des liens */
  color: #FFFFFF;	/* blanc par défaut */
  text-decoration: none;
}

TD.partenaires A:hover {	/* Modif du 11/05/2006 pr changer la couleur des liens */
  color: #990033;	/* rouge bordeaux */
  text-decoration: underline;
}

.astuce {		/* MODIF du 4/10/2007 */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color:#0066CC;
  text-align:center;
  /*background:#f8f8f9;*/	/* crème */
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
TD.main_attention{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #FF6600;    /*orange*/
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.affich_categ  {	/*	==> Modif pour affichage des catégories  01-06-2006 */
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color:#009900;	/* vert */
}
TD.affich_categ A {	/* ==> Modif pour affichage des catégories  01-06-2006 */
  color: #009900;
  text-decoration: none;
}

TD.affich_categ A:hover {	/* ==> Modif pour affichage des catégories  01-06-2006 */
  color:#990033;
  text-decoration: underline;
}

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #FF0000;	/* rouge */
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #bc242d;
  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;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.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; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }


/***********************************************************/
/* Categories css 11-11-2011 		*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0 5px 0 5px; /* haut droite bas gauche */
padding: 0;
list-style-type: none;
width: 149px; /* Width of Menu Items */
border-bottom: 1px solid #cccccc; /* gris + fonce */
font-family: arial;
font-size: 14px;
font-weight : bold;
}

.suckerdiv ul li{
position: relative;
background-color: #eeeeee; /* gris clair */
}

/*1st level sub menu style */
.suckerdiv ul li ul{
left: 144px; /* Parent menu width - margin - 1 */
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
display: none;
z-index: 2;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 195px; /* Parent menu width - margin - 1 */
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
left: 300px; /* Parent menu width - margin - 1 */
background-color: #dddddd; /* gris + clair */
font-size: 14px;
padding-left:15px;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
background-color: #bbbbbb; /* gris + fonce */
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #aaaaaa; /* gris + fonce */
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: #000000; /* noir */
text-decoration: none;
background-color: #eeeeee; /* gris clair */
padding: 1px 5px;
border: 1px solid #cccccc; /* gris + fonce */
border-bottom: 0;
line-height: 1.75em;
}

/* hlb test */
.suckerdiv ul li a.current,
.suckerdiv ul li ul li a.current,
.suckerdiv ul li ul li ul li a.current,
.suckerdiv ul li ul li ul li ul li a.current{background-color:#FFFFA6; /* jaune pale */; color:black; text-decoration:none;}
/* hle test*/

.suckerdiv ul li a:hover{
background-color: #ffff00; /* jaune */
color: #FF6600;	/* orange */
text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
background-color: #ffff00; /* jaune */
color: #FF6600;	/* orange */
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #ffff00; /* jaune */
color: #FF6600;	/* orange */
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(../../../images/arrow.png) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #dddddd; /* gris + clair */
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #bbbbbb; /* gris + fonce */
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #aaaaaa; /* gris + fonce */
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/* fin categories css */

/*****************************************************************/

/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar{   /* Color of main horizontal menubar and border */
	/*color: #FF6600;  orange */
	background-color: #ddddd3;
	border:1px solid #ccc; /* add a border to show size of menu */
	/*margin-left : 11%;
	margin-right : 11%;*/
}

.horizitem{          /* comportement of main horizontal menu items, leave as is for proper operation */
	float: left;
	white-space: normal; /*nowrap;*/
}

.horizitem a{              /* Font style, size of submenu items */
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	display: block; /* for all browsers except IE */
	padding: 4px 0px 4px 10px; /*4px 10px 4px 16px;		H D B G*/
	
	background:#000000; /* noir */ /*ddddd3;*/
	border:2px solid #fff; /* add a 1px white border around each list item */
	
	/*height:40px;*/
	text-align:center;
}

.horizitem a:link, .horizitem a:visited{      /* Font style & color of main menu items */
	color: #fff; /* blanc */
	text-decoration: none;
}

.horizitem a:hover{       /* Font style & color, background menu color of main menu item when hovered over */
	background-color: #FFFF00; /* jaune */
	text-decoration: none;
	color: #FF6600; /* orange */
}

.horizitem a:active{       /* Font style & color, background menu color of main menu item when clicked */
	background-color: #666666;
	text-decoration: none;
	color: #FF6600; /* orange */
}

.horizsubmenu{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	/*left: 50px;
	top: 10px;*/
	visibility: hidden;
}

.horizsubframe{      /* Color of submenu item and border */
	background-color: #ffffff; /*e6e7e6;*/
	border: 2px outset #fdfefd;
	position: relative;
	display: block;
	left: 0px;/*decalage du sous menu 01-03-2008*/
	top: 0px;
	min-width:150px;
	width:auto !important;
	width:150px;
}

.horizsubitem{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
	padding: 2px;
}

.horizsubitem a{            /* Font style, size of submenu items */
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	display: block;
}

.horizsubitem a:link, .horizsubitem a:visited{       /* Font color, style of submenu items 	sous-menu*/
	font-size: 14px;
	text-decoration: none;
	color: #000000; /* noir */
}

.horizsubitem a:hover{      /* Font color, style, background submenu color of submenu item when hovered over */
	background-color: #FFFF00; /* jaune */
	text-decoration: none;
	color: #FF6600; /* orange */
}

.horizsubitem a:active{      /* Font color, style, background submenu color of submenu item when clicked */
	background-color: #fff; /*ccc; 	/* gris fond sous-categorie selectionnee */
	text-decoration: none;
	color: #FF6600; /* orange */
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
	background-color: #FFFF00; /* jaune */
	font-weight: bold;
	color: #FF6600; /* orange */
}

.horizitemdmselected a{   /* ajout 24-03-2011 pour couleur menu sélectionné */
	background-color: #FFFF00; /* jaune */
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600; /* orange */
	padding: 4px 0px 4px 10px; /* H D B G */
	border:2px solid #fff; /* add a 2px white border around each list item */
	height:16px;
}
.horizitemdmselected a:hover{   /* ajout 24-03-2011 pour couleur menu sélectionné */
	background-color: #FFFF00; /* jaune */
	text-decoration: none;
	color: #FF6600; /* orange */
}
.horizitemdmselected a:active{   /* ajout 24-03-2011 pour couleur menu sélectionné */
	background-color: #ffffff; 	/* blanc */
	font-weight: bold;
	color: #FF6600; /* orange */
}

.horbar .dmselected {   /* Style override for selected root category */
    background-color: #ccc; 	/* gris fond sous-categorie selectionnee */
    color: #FF6600; /* orange */
}

/*-----------------------------------------*/


