/*
  $Id: stylesheet.css,v 1.3 2003/02/15 21:47:10 wilt Exp $

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

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/

/* Texte dans les blocs droite et gauche */
.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#cccccc;
	
}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ff0066; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
 
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

/* Couleur des textes */
html, BODY {
  background: #666666 url(croix.gif) repeat fixed;
  /*color: #000000;*/
  margin: 0px;
	padding:0;
}

A.galerie {
  font-family: Verdana, Arial, sans-serif;
  color: #231E18;
  font-size: 10px;
  text-decoration: none;
}

A.galerie:hover {
  color: #231E18;
}

A {
  color: #666666;
  /*text-decoration: none;*/
}

/* Liens survolé */
A:hover {
  color: #231E18;
  text-decoration: underline;
}
p.footertexte{
	color:#999999;

}
.footertexte a:link, .footertexte a:visited, .footertexte a:hover{
	color:#999999;
	text-decoration:underline

}
a.p.footertexte:link, a.p.footertexte:visited, a.p.footertexte:hover{
	color:#999999;
	text-decoration:underline

}
/* Texte dans Bloc de recherche et autres */
FORM {
  display: inline;
}

TR.header {
  background: url(banniereRBC.jpg) ;
	background-repeat: repeat-x;
}

TR.headerAccueilBoutique {
  font-family: Verdana, Arial, sans-serif;
  font-size: 35px;
  color: #527F76;
}

/* Titre des articles "sticky" de NewsDesk en page d'accueil (default.php) */
TD.headerStiky {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*background: #231E18;*/
	background: black;
	/*color: #ffffff;*/
	color: white;
}

/* Fond des articles "sticky" de NewsDesk en page d'accueil (default.php) */
.contentStiky { 
	background: #FF0066;
	color: #cccccc;
}
A.contentStiky { 
	color: #cccccc;
}
A.contentStiky:hover { 
	color: white;
}

/* Titre des articles de NewsDesk en page d'accueil (default.php) */
TD.headerNewsDesk {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #231E18;
	color: #ffffff;
}

/* Barre de navigation du haut */
A.headerNavigation { color: #cccccc; text-decoration: underline; }
A.headerNavigation:hover { color: white; text-decoration: none; }
TR.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #333333;
	color: #cccccc;
}
TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #333333;
	color: #cccccc;
}

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: #6699cc;
}

TD.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #6699cc;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

A.footerNavigation { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #cccccc; text-decoration: underline; }
A.footerNavigation:hover { color: white; text-decoration: none; }
TR.footerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #231E18;
	color: white;
}
TD.footerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #333333;
	color: white;
}

TR.footer {
	background-image: url(banniereRBC.jpg);
	background-repeat: repeat-x;
}

TR.footer_signature {
	color: #cccccc;
}

A.footer {
  color: #cccccc;
}

/* Barre de navigation du bas */
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #231E18;
  font-weight: bold;
}


A.footer_index {
  color: #231E18;
}
A.footer_inde:hover {
  color: white; text-decoration: none;
}


/* Barre de navigation du bas */
TD.footer_index {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #231E18;
  font-weight: bold;
}

SPAN.lienAnglaisSousLogo {
	font-weight: light;
	font-style: italic;
}

SPAN.lienFrancaisSousLogo {
	font-weight: bold;
}


/*---------- CADRES D'ENTOURAGE DES BOXES ----------*/

/* Cadre d'entourage des boxes (Original) */
.infoBox {
	background : #231E18;
}

/* Cadre d'entourage boxe Catalog / Account_history.php (Page d'historique de mes acahats) */
.infoBoxAccountHistory {
	background: #cccccc;
}

/* Cadre d'entourage boxe Catalog / Advanced_Search.php (Page Recherche avancée) */
.infoBoxAdvancedSearch {
	background : black;
}

/* Cadre d'entourage boxe Catalog / popup_Search.php (Aide de la recherche avancée) */
.infoBoxPopupSearch {
	background: #cccccc;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Best_Seller.php (Box des meilleurs achats)*/
.infoBoxBestSeller {
	background: #cccccc;
	/*border : dashed;*/
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Catalogue.php (Box pour le catalogue)*/
.infoBoxCatalogue {
	background: #cccccc;
	/*border : dotted;*/
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Categories.php (Box pour catégories)*/
.infoBoxCategories {
	background: #333333;
	/*border : dotted;*/
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / newsdesk_sticky.php (Box pour NewsDeskStiky)*/
.infoBoxNewsDeskStiky {
	background: #231E18;
	/*border : dotted;*/
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Currencies.php (Box pour devises)*/
.infoBoxCurrencies {
	background: #cccccc;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Customer_gv.php (Box pour chéque cadeau)*/
.infoBoxCustomerGv {
	background: #cccccc;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / cards.php (Box pour Cartes bancaires)*/
.infoBoxCards {
	background: black;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Information.php (Box pour Information)*/
.infoBoxInformation {
	background: #231E18;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Languages.php (Box des Langues)*/
.infoBoxLanguages {
	/*background: black;*/
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / loginbox.php (Box de login)*/
.infoBoxLogin {
	background: black;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Manufacturer_info.php (Box Info Fabricants)*/
.infoBoxManufacturerInfo {
	background: #cccccc;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Manufacturers.php (Box de la liste des fabricants)*/
.infoBoxManufacturers {
	
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / newsletter.php (Box pour le catalogue)*/
.infoBoxNewsletter {
	background: black;
	/*border : dotted;*/
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Order_history.php (Box d'historiques des commandes)*/
.infoBoxOrderHistory {
	background: #cccccc;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Polls.php (Box du sondage)*/
.infoBoxPolls {
	background: #cccccc;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Product_notification.php (Box de notification)*/
.infoBoxProductNotification {
	background: #cccccc;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Reviews.php (Box des critiques)*/
.infoBoxReviews {
	background: #cccccc;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Search.php (Box de recherche)*/
.infoBoxSearch {
	background: black;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Shopping_cart.php (Box du panier)*/
.infoBoxShoppingCart {
	background: black;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Specials.php (Box des promotions)*/
.infoBoxSpecials {
	background: black;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Tell_a_friend.php (Box faire connaître à un ami)*/
.infoBoxTellAFriend {
	background : #cccccc;
}

/* Cadre d'entourage boxe Catalog / Includes / boxes / Wats_new.php (Box des nouveautes)*/
.infoBoxWatsNew {
	background: #cccccc;
}

/* Cadre d'entourage boxe Catalog / Includes / modules / also_purchased_products.php (Box ce trouvant au milieu)*/
.infoBoxAlsoPurchasedProducts {
	background: #cccccc;
}

/* Cadre d'entourage boxe Catalog / Includes / modules / browse_categories.php (Box du milieu sur la page d'accueil)*/
.infoBoxBrowseCategories {
	/*background: #cccccc;*/
}

/* Cadre d'entourage boxe Catalog / Includes / modules / default_specials.php (Box du milieu des promotions)*/
.infoBoxDefaultSpecials {
	/*background: white;*/
}

/* Cadre d'entourage boxe Catalog / Includes / modules / family_products.php (Box du milieu des accessoires)*/
.infoBoxFamilyProducts {
	/*background: #231E18; filet tout autour bordeaux*/
	background: black;
}

/* Cadre d'entourage boxe Catalog / Includes / modules / Featured.php (Box du milieu sur la page d'accueil)*/
.infoBoxFeatured {
	/*background: #231E18; filet tout autour bordeaux*/
	/*background: #cccccc;*/
}

/* Cadre d'entourage boxe Catalog / Includes / modules / New_Products.php (Box ce trouvant au milieu)*/
.infoBoxNewProducts {
	background: #cccccc;
}

/* Cadre d'entourage boxe Catalog / Includes / modules / product_listing_col.php (Box ce trouvant au milieu)*/
.infoBoxProductListingCol {
	/*background: #cccccc;*/
}

/* Cadre d'entourage boxe Catalog / Includes / modules / thumb_bar_join.php (Module dans page product_info))*/
.infoBoxThumBar {
	/*background: #231E18;*/
}

/*---------- INTERIEURE DES BOXES ----------*/

/* Interieure des boxes (Original)*/
.infoBoxContents {
	background: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-color: #666666;
	color:#666666; 
}

/* Interieure boxe Catalog / Account_history.php (Page d'historique de mes achats) */
.infoBoxContentsAccountHistory {
	background: Teal;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* 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.php (Aide de la recherche avancée) */
.infoBoxContentsPopupSearch {
	background: #f8f8f9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Best_Seller.php (Box des meilleurs achats)*/
.infoBoxContentsBestSeller {
	background: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Catalogue.php (Box pour catalogue)*/
.infoBoxContentsCatalogue {
	background: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Categories.php (Box pour catégories)*/
A.infoBoxContentsCategories {
	color: #cccccc;
	text-decoration: none;	
}
A.infoBoxContentsCategories:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
.infoBoxContentsCategories {
	background: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-color: #ffffff;
	color: #FFFFFF;
}
A.infoBoxContentsCategoriesSelected {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;	
  font-weight: bold;
	text-decoration: underline;
}
A.infoBoxContentsCategoriesSelected:hover {
	color: #FFFFFF;
	font-size: 12px;	
  font-weight: bold;	
}
/* Interieure boxe Catalog / Includes / boxes / newsdesk_stiky.php (Box pour NewsDeskStiky)*/
A.infoBoxContentsNewsDeskStiky {
	color: #FFFFFF;
	text-decoration: none;	
}
A.infoBoxContentsNewsDeskStiky:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
.infoBoxContentsNewsDeskStiky {
	background: #FF0066;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-color: #ffffff;
	color: #FFFFFF;
}
A.infoBoxContentsNewsDeskStikySelected {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;	
  font-weight: bold;
	text-decoration: underline;
}
A.infoBoxContentsNewsDeskStikySelected:hover {
	color: #FFFFFF;
	font-size: 12px;	
  font-weight: bold;	
}

/* 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 / Customer_gv.php (Box pour chéque cadeau)*/
.infoBoxContentsCustomerGv {
	background: Yellow;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Cards.php (Box pour Cartes bancaires)*/
.infoBoxContentsCards {
	background: #cccccc;
}

/* Interieure boxe Catalog / Includes / boxes / Information.php (Box pour Information)*/
A.infoBoxContentsInformation {
	color: #FFFFFF;
	text-decoration: underline;	
}
A.infoBoxContentsInformation:hover {
	color: #000000;
	text-decoration: underline;	
}
.infoBoxContentsInformation {
	background: #231E18;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-color: #ffffff;
	color: #FFFFFF;
}

/* Interieure boxe Catalog / Includes / boxes / Languages.php (Box des Langues)*/
.infoBoxContentsLanguages {
	/*background: #ffffff;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / loginbox.php (Box de login)*/
.infoBoxContentsLogin {
	background: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Manufacturer_info.php (Box Info Fabricants)*/
.infoBoxContentsManufacturerInfo {
	background: Silver;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Manufacturers.php (Box de la liste des fabricants)*/
.infoBoxContentsManufacturers {
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / newsletter.php (Box pour catalogue)*/
.infoBoxContentsNewsletter {
	background: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Order_history.php (Box d'historiques des commandes)*/
.infoBoxContentsOrderHistory {
	background: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Polls.php (Box du sondage)*/
.infoBoxContentsPolls {
	background: #f8f8f9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Product_notification.php (Box de notification)*/
.infoBoxContentsProductNotification {
	background: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Reviews.php (Box des critiques)*/
.infoBoxContentsReviews {
	background: #f8f8f9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Search.php (Box de recherche)*/
.infoBoxContentsSearch {
	background: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Shopping_cart.php (Box du panier)*/
.infoBoxContentsShoppingCart {
	background: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* Interieure boxe Catalog / Includes / boxes / Specials.php (Box des promotions)*/
.infoBoxContentsSpecials {
	background: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Tell_a_friend.php (Box faire connaître à un ami)*/
.infoBoxContentsTellAFriend {
	background: #AFEEEE;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / boxes / Wats_new.php (Box des nouveautes)*/
.infoBoxContentsWatsNew {
	background: #AFEEEE;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / modules / Also_Purchased_Products.php (Box ce trouvant au milieu)*/
.infoBoxContentsAlsoPurchasedProducts {
	background: #AFEEEE;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / modules / browse_categories.php (Box du milieu des promotions)*/
.infoBoxContentsBrowseCategories {
	/*background: #cccccc;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / modules / Default_Specials.php (Box du milieu des promotions)*/
.infoBoxContentsDefaultSpecials {
	background: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / modules / family_products.php (Box du milieu des promotions)*/
.infoBoxContentsFamilyProducts {
	background: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / modules / Featured.php (Box du milieu sur la page d'accueil)*/
.infoBoxContentsFeatured {
	/*background: #cccccc;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*background : #231E18 url(../../../../images/infobox/thema/1/filet_box_centrale.gif);*/
	border: thin #231E18;
}

/* Interieure boxe Catalog / Includes / modules / Featured.php (Box du milieu sur la page d'accueil)*/
.infoBoxContentsNewsdesk {
	background: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*background : #231E18 url(../../../../images/infobox/thema/1/filet_box_centrale.gif);*/
	border: medium #231E18;
}

/* Interieure boxe Catalog / Includes / modules / New_Products.php (Box ce trouvant au milieu)*/
.infoBoxContentsNewProducts {
	background: #cccccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / modules / Product_Listing_Col.php (Box ce trouvant au milieu)*/
.infoBoxContentsProductListingCol {
	/*background: #cccccc;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/* Interieure boxe Catalog / Includes / modules / thumb_bar_join.php (Module dans page product_info)*/
.infoBoxContentsThumBar {
	/*background: #cccccc;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border: thin #231E18;
}	
/*---------- ENTETE DES BOXES ----------/*

/* Entete des Boxes droite,  gauche et centrale (Original)*/
TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete Boxes Catalog / Advanced_search.php (Page Recherche avancée ) */
TD.infoBoxHeadingAdvancedSearch {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	background : #D7DBEF;
}

/* Entete Boxes Catalog / Popup_search_help .php (Aide de la recherche avancée) */
TD.infoBoxHeadingPopupSearchHelp {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete 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: #231E18;
	background : #ffffff;
}

/* Entete Boxes Catalog / includes / boxes / catalogue.php (Box pour catalogue) */
TD.infoBoxHeadingCatalogue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #cccccc;
	/*background : #ffffff;*/
}

/* Entete Boxes Catalog / includes / boxes / catgories.php (Box pour catégories) */
TD.infoBoxHeadingCatgories {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #cccccc;
	/*background : #cccccc;*/
}

/* Entete 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 Boxes Catalog / includes / boxes / customer_gv.php (Box pour chéque cadeau) */
TD.infoBoxHeadingCustomerGv {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete 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 Boxes Catalog / includes / boxes / loginbox.php (Box de login) */
TD.infoBoxHeadingLogin {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #cccccc;
	/*background : #cccccc;*/
}

/* Entete 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;
	background : #D7DBEF;
}

/* Entete 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 Boxes Catalog / includes / boxes / newsletter.php (Box pour catalogue) */
TD.infoBoxHeadingNewsletter {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #cccccc;
	/*background : #cccccc;*/
}

/* Entete 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 Boxes Catalog / includes / boxes / polls.php (Box du sondage) */
TD.infoBoxHeadingPolls {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete Boxes Catalog / includes / boxes / product_notification.php (Box de notification) */
TD.infoBoxHeadingProductNotification {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #231E18;
	background : #ffffff;
}

/* Entete Boxes Catalog / includes / boxes / reviews.php (Box des critiques) */
TD.infoBoxHeadingReviews {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete Boxes Catalog / includes / boxes / search.php (Box de recherche) */
TD.infoBoxHeadingSearch {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #cccccc;
	/*background : #cccccc;*/
}

/* Entete Boxes Catalog / includes / boxes / shopping_cart.php (Box du panier) */
TD.infoBoxHeadingShoppingCart {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #cccccc;
	/*background : #cccccc;*/
}

/* Entete Boxes Catalog / includes / boxes / specials.php (Box des promotions) */
TD.infoBoxHeadingSpecials {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #231E18;
	/*background : #ffffff;*/
}

/* Entete 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 Boxes Catalog / includes / boxes / wats_new.php (Box des nouveautes ) */
TD.infoBoxHeadingWatsNew {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background : #D7DBEF;
}

/* Entete Boxes Catalog / includes / boxes / cards.php (Box pour cartes bancaires) */
TD.infoBoxHeadingCards {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #cccccc;
	/*background : #cccccc;*/
}

/* Entete Boxes Catalog / includes / boxes / information.php (Box pour Information) */
TD.infoBoxHeadingInformation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #231E18;
	background : #cccccc;
}

/* Entete Boxes Catalog / includes / modules / Also_Purchased_Products.php (Box ce trouvant au milieu) */
TD.infoBoxHeadingAlsoPurchasedProducts {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #231E18;
	background : white;
}

/* Entete Boxes Catalog / includes / modules / browse_categories.php (Box ce trouvant au milieu) */
TD.infoBoxHeadingBrowseCategories {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #231E18;
	background : white;
}

/* Entete Boxes Catalog / includes / modules / default_specials.php (Box du milieu des promotions) */
TD.infoBoxHeadingDefaultSpecials {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	/*font-weight: bold;*/
	color: #231E18;
	background : white url(../../../../images/infobox/thema/1/filet_box_centrale.gif) bottom;
	vertical-align: text-top;
	line-height: 30px;
	background-repeat: repeat-x;
}

/* Entete Boxes Catalog / includes / modules / family_products.php (Box du milieu des accessoires) */
TD.infoBoxHeadingFamilyProducts {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #231E18;
	background : white url(../../../../images/infobox/thema/1/filet_box_centrale.gif) bottom;
	vertical-align: text-top;
	line-height: 30px;
	background-repeat: repeat-x;
}

/* Entete Boxes Catalog / includes / modules / Featured.php (Box du milieu sur la page d'accueil) */
TD.infoBoxHeadingFeatured {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #231E18;
	background :  url(../../../../images/infobox/thema/1/filet_box_centrale.gif) bottom;
	vertical-align: text-top;
	line-height: 30px;
	background-repeat: repeat-x;	/*border: thin #000000;*/
}

/* Entete Boxes Catalog / includes / modules / new_products.php (Box ce trouvant au milieu) */
TD.infoBoxHeadingNewProducts {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	/*font-weight: bold;*/
	color: #cccccc;
	background : white url(../../../../images/infobox/thema/1/filet_box_centrale.gif) bottom;
	vertical-align: text-top;
	line-height: 30px;
	background-repeat: repeat-x;
}

/* Entete Modules Catalog / includes / modules / shipping_estimator.php  */
TD.infoBoxHeadingShippingEstimator {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #cccccc;
	background : url(../../../../images/infobox/thema/1/filet_box_centrale.gif) bottom;
	vertical-align: text-top;
	line-height: 30px;
	background-repeat: repeat-x;	/*border: thin #000000;*/
}

/* Entete Boxes Catalog / includes / modules / thumb_bar_join.php (Box dans page product_info) */
TD.infoBoxHeadingThumBar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #cccccc;
  background-image: url(../../../../images/filet_pageHeading.gif);
  background-position: left bottom;
	background-repeat: repeat-x;
}	

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: red;
}

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: #ffffff;
}

TR.productListing-heading {
  background: #ffffff;
}

TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: white url(../../../../images/infobox/thema/1/filet_box_centrale.gif);
  color: #ffffff;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #cccccc;
	text-decoration: underline;
}

A.pageResults:hover {
  color: white;
}

TD.pageHeading, SPAN.pageHeading{
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #cccccc;
}

TD.pageHeadingText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #cccccc;
  background-image: url(../../../../images/filet_pageHeading.gif);
  background-position: left bottom;
	background-repeat: repeat-x;
}

A.pageHeadingText{
text-decoration: none;
color:#cccccc;
}

A.pageHeadingText:hover{
color: white;
text-decoration: none;
}

TD.pageHeadingTextGalerie{
  font-family: Verdana, Arial, sans-serif;
  font-size: 30px;
  font-weight: light;
}

TD.caracteristiquesHeadingText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #cccccc;
  background-image: url(../../../../images/filet_pageHeading.gif);
  background-position: left bottom;
	background-repeat: repeat-x;
}
TD.caracteristiquesHeadingText1{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #cccccc;
}
TD.caracteristiquesTitleText{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #cccccc;
	background-image: url(../../../../images/filet_pageHeading.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

TD.caracteristiquesText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*font-weight: bold;*/
  /*color: #231E18;*/
  background-image: url(../../../../images/filet_pageHeading.gif);
  background-position: left bottom;
	background-repeat: repeat-x;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
A.main {
  color: #cccccc;
}
A.main:hover {
  color: white;
}
TD.TextPromo{
  font-family: Verdana, Arial, sans-serif;
  
  font-weight: bold;
  color: white;
  background: #ff0066;
}
A.smallText {
  color: #cccccc;
}
A.smallText:hover {
  color: white;
  text-decoration: underline;
}

A.smallTextBrowse {
  color: #666666;
}
A.smallTextBrowse:hover {
  color: #cccccc;
  text-decoration: underline;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.smallTextInfoBoxContents, SPAN.smallTextInfoBoxContents, P.smallTextInfoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	color:#666666;
}
TD.smallTextWhite, SPAN.smallTextWhite, P.smallTextWhite {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
	color: white;
}
TD.smallTextRed, SPAN.smallTextRed, P.smallTextRed {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	color: red;
}

TD.smallTextDetailGalerie, SPAN.smallTextDetailGalerie, P.smallTextDetailGalerie {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	text-align: justify;
}

A.descroText {
  color: #231E18;
}

A.descroText:hover {
  color: #000000;
  text-decoration: underline;
}

TD.descroText, SPAN.descroText, P.descroText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: justify;
}

TD.cat_description, SPAN.cat_description, P.cat_description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}


TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}
SPAN.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color:#666666;
}
TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
	color:#666666;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
	color:#666666;
}

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;
}

/* Bouton radio et menu deroulant */
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #cccccc;
  font-weight: bold;
}

TABLE.formArea {
  background: #cccccc;
  border-color: #231E18;
  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: 11px;
  color: red;
  /*font-weight: bold;*/
}

SPAN.productInfoPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #cccccc;
  font-weight: bold;
}
DIV.productInfoPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #231E18;
  font-weight: bold;
}
SPAN.productInfoPriceBarre {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  /*font-weight: bold;*/
}
SPAN.productInfoSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  color: #231E18;	
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #231E18;	
  font-weight: bold;
}

TD.checkoutBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #aabbdd;
}

SPAN.checkoutBarHighlighted {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
TD.pollBoxRow {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px; 
}
TD.pollBoxText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px; 
}
TR.pollOptRow {
  background: #f1f9fe;
}
TR.pollFooter {
  background: #f1f9fe;
}
.moduleRow { 
	color: #666666
}
.moduleRowOver { 
  background-color: #ff9966;
	cursor: hand;
	color: #666666; 
}
.moduleRowSelected { 
  background-color: #ff9966;
	color: #666666; 
}
.orderEdit { 
  font-family : Verdana, Arial, sans-serif; 
  font-size : 10px; 
	color: #231E18; 
  text-decoration: underline; 
}

.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; 
}

DIV.pageHeading  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #cccccc;
}
 
TD.shadow_right { 
  background-image: url('shadow_2.gif'); 
  background-repeat: repeat-y; 
} 
TD.shadow_corner { 
  background-image: url('shadow_3.gif'); 
  background-repeat: no-repeat; 
} 
TD.shadow_down { 
  background-image: url('shadow_1.gif'); 
  background-repeat: repeat-x; 
} 

TD.productDesc, DIV.productDesc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #cccccc;
  padding: 7px 7px 0px 0px;
}

A.productDesc {
  color: #cccccc;
}
A.productDesc:hover {
  color: white;
}
TD.barreVerticale {
	background : white url(../../../../images/pixel_rouge.gif);
	vertical-align: text-top;
	background-repeat: repeat-y;
}

/* Ajout pour print_order */
html, BODY.printOrderBody {
  background: white;
  color: #cccccc;
  margin: 0px;
	padding:0;
	height: 100%;
	width: 100%;
}
.fond_filet {	background: #5C514A;	line-height: 1px;}
/* page */
.pageHeadingPrintOrder { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #5C514A; font-weight: normal; }
TD.mainPrintOrder, P.mainPrintOrder, DIV.mainPrintOrder { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #5C514A; line-height: 1.5; }

/* data table */
.dataTableHeadingRowPrintOrder { background-color: white; }
.dataTableHeadingContentPrintOrder { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #5C514A; font-weight: bold; }
.dataTableRowPrintOrder { background-color: #cccccc; }
.dataTableRowSelectedPrintOrder { background-color: #DEE4E8; }
.dataTableRowOverPrintOrder { background-color: #FFFFFF; }
.dataTableContentPrintOrder { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #5C514A; }

/* attributes */
.attributes-oddPrintOrder { background-color: #f4f7fd; }
.attributes-evenPrintOrder { background-color: #ffffff; }

/* miscellaneous */
.specialPricePrintOrder { color: #ff0000; }
.oldPricePrintOrder { text-decoration: line-through; }
.fieldRequiredPrintOrder { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

.titleHeadingPrintOrder {font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #5C514A; font-weight: bold; }
/* Fin ajout pour print_order */

/* 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: #FF0066;
	color:#FFFFFF;
	font-weight: bold;
}