/*
  $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
  
PALETTE :
rose (fond de box droite) : #FFEFCE;
gris (bordure de champ box login) : #D9D9D9;
vert (liens boxes droites) : #00681E;
orange (liens boxes droites hover) : #F19E04;
*/
  
.errorBox { font-family : Verdana, sans-serif; font-size : 10px; color:#FFFFFF; background: #FF3333; font-weight: bold; }
.stockWarning { font-family : Verdana, sans-serif; font-size : 10px; color: #FE0140; }
.productsNotifications { background: #ffffff; }
.orderEdit { font-family : Verdana, sans-serif; font-size : 10px; color: #F19E04; text-decoration: underline; }


BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #727272;
}

TD.headerNavigation {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  background: #727272;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TD.footer {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
}

.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight:normal;
  color: #287900;
  border-bottom:1px dashed #D9D9D9;
  padding:2 2 2 2;
}

A.infoBoxHeading {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #287900;
  text-decoration:none;
}

A.infoBoxHeading:hover {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ff0000;
  text-decoration:none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, 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: #ffffff;
}

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

TABLE.productListing {
  border-bottom:1px dashed #D9D9D9;
  border-top:1px dashed #D9D9D9;
}

.productListing-heading {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #666666;
  background-color:FFEFCE;
  padding:3 3 3 3;
}

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

A.pageResults {
  color:#666666;
}

A.pageResults:hover {
  color: #666666;
  background-color:#A9E939;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #00681E;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.main_blanc, P.main_blanc {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color:#FFFFFF;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color:#666666;
  font-weight:normal;
}

TD.accountCategory {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  color: #000000;
}

TD.fieldKey {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

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

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

TD.category_desc {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  border:1px solid #D9D9D9;
}

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

TABLE.formArea {
  background: #ebebeb;
  border-color: #727272;
  border-style: solid;
  border-width: 1px;
}

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

SPAN.markProductOutOfStock {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #ff3333;
  font-weight: bold;
}

TD.productSpecialPrice, DIV.productSpecialPrice, SPAN.productSpecialPrice {
  font-family: Verdana, sans-serif;
  color: #ff0000;
  font-weight:bold;
  font-size:12px;
}

SPAN.errorText {
  font-family: Verdana, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #C7E3B9; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #C7E3B9; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, sans-serif; font-size: 10px; color: #D9D9D9; }
.checkoutBarCurrent { font-family: Verdana, sans-serif; font-size: 10px; color: #00681E; font-weight:bold; }

/* message box */

.messageBox { font-family: Verdana, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, sans-serif; font-size: 10px; background-color: #ff3333; color:#FFFFFF; }
.messageStackSuccess { font-family: Verdana, sans-serif; font-size: 10px; background-color:#00CC66; color:#FFFFFF; }

/* input requirement */

.inputRequirement { font-family: Verdana, sans-serif; font-size: 10px; color:#FF6600; }

/* styles du contenu des boxes */

.boxText { font-family: Verdana, sans-serif;
 		   font-size: 10px;
		   color:#287900; 
		  }
A.boxText {
  color: #287900;
  text-decoration:none;
  font-size:10px;
}

A.boxText:hover {
  color: #FF3333;
  text-decoration:underline;
  font-size:10px;
}

/* styles pour les différents menus dans header.php*/

/* DEBUT ACCUEIL */
TD.accueil {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : none;
  text-align:center;
  background: #65B677;
  border-left:1px solid #000000;
}

TD.accueil_link {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align:center;
  font-weight : none;
  background: #C7E3B9;
  }

A.accueil { 
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #2C5034;
  font-weight : bold;
  text-align:center;
  text-decoration:none;
}

A.accueil:hover {
   font-family: Arial, sans-serif;
  font-size: 10px;
  color: #2C5034;
  font-weight:bold;
  text-align:center;
  text-decoration:underline;
}
 
/* FIN ACCUEIL */


/* DEBUT GASTRONOMIE */
TD.gastronomie {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : none;
  text-align:center;
  background: #E9642B;
  border-left:1px solid #000000;
}

TD.gastronomie_link {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align:center;
  font-weight : none;
  background: #EFBA87;
  }

A.gastronomie { 
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #A74D24;
  font-weight : bold;
  text-align:center;
  text-decoration:none;
}

A.gastronomie:hover {
   font-family: Arial, sans-serif;
  font-size: 10px;
  color: #A74D24;
  font-weight:bold;
  text-align:center;
  text-decoration:underline;
}
 
/* FIN GASTRONOMIE */

/* DEBUT ART DE LA TABLE */
TD.artdelatable {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : none;
  text-align:center;
  background: #7F9C7A;
  border-left:1px solid #000000;
  }

TD.artdelatable_link {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align:center;
  font-weight : none;
  background: #C0CFC0; 
}

A.artdelatable_link { 
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #4D5F4A;
  text-align:center;
  font-weight : none;
  text-decoration:none;
}

A.artdelatable_link:hover {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #4D5F4A;
  text-align:center;
  font-weight : none;
  text-decoration:underline;
}
/* FIN ART DE LA TABLE */

/* DEBUT HERBORISTERIE */
TD.herboristerie {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : none;
  text-align:center;
  background: #65B677;
  border-left:1px solid #000000;
}

A.herboristerie { 
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : none;
  text-align:center;
  text-decoration:none;
}

A.herboristerie:hover {
   font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight:none;
  text-align:center;
  text-decoration:underline;
}

TD.herboristerie_link {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align:center;
  font-weight : none;
  background: #C7E3B9; 
}

A.herboristerie_link { 
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #1A4C01;
  text-align:center;
  font-weight : none;
  text-decoration:none;
}

A.herboristerie_link:hover {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #1A4C01;
  text-align:center;
  font-weight : none;
  text-decoration:underline;
}
/* FIN HERBORISTERIE */

/* DEBUT AROMATHERAPIE */
TD.aromatherapie {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : bold;
  text-align:center;
  background:#7774B6;
  border-left:1px solid #000000;
}


TD.aromatherapie_link {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align:center;
  font-weight : none;
  background: #DBD2E5; 
}

A.aromatherapie { 
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #7774B6;
  font-weight:bold;
  }
A.aromatherapie:hover {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #7774B6;
  text-align:center;
  font-weight : none;
  text-decoration:underline;
}
 /* DEBUT CADEAUX */
TD.cadeaux {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : none;
  text-align:center;
  background: #E8E2B5;
  border-left:1px solid #000000;
  }

TD.cadeaux_link {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align:center;
  font-weight : none;
  background: #FFFDE7; 
}

A.cadeaux_link { 
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #464437;
  text-align:center;
  font-weight : bold;
  text-decoration:none;
}

A.cadeaux_link:hover {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #464437;
  text-align:center;
  font-weight : bold;
  text-decoration:underline;
}
/* FIN CADEAUX */

 /* DEBUT EQUIPEMENT */
TD.equipement {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : none;
  text-align:center;
  background: #B8BFB2;
  border-left:1px solid #000000;
  }

TD.equipement_link {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align:center;
  font-weight : none;
  background: #E7E9E8; 
}

A.equipement_link { 
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #4A4A4A;
  text-align:center;
  font-weight : bold;
  text-decoration:none;
}

A.equipement_link:hover {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #4A4A4A;
  text-align:center;
  font-weight : bold;
  text-decoration:underline;
}
/* FIN EQUIPEMENT */

 /* DEBUT COSMETIQUE */
TD.cosmetique {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight : none;
  text-align:center;
  background: #5B6EA6;
  border-left:1px solid #000000;
  }

TD.cosmetique_link {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  text-align:center;
  font-weight : none;
  background: #C2D9F1; 
}

A.cosmetique_link { 
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #001D2A;
  text-align:center;
  font-weight : bold;
  text-decoration:none;
}

A.cosmetique_link:hover {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #001D2A;
  text-align:center;
  font-weight : bold;
  text-decoration:underline;
}
/* FIN COSMETIQUE */