/******************************* Polices de caractère *******************************/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
/*turquoise*/
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #2EAECB; font-weight: bold; }
/*turquoise*/
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #0699BB; }
.productsNotifications { background: #006699; }
/*une sorte de vert pomme*/
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }



/********************************* Styles génériques *********************************/

/* le texte principale -> blanc cassé creme */
BODY {
  background: #ffffff;
  color: #CABF9F;
  margin: 0px;
}
a {
  font-family: Trebuchet MS, Verdana, Arial;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  font-size: 12px;}
a:hover {
  font-family: Trebuchet MS, Verdana, Arial;
  color: #FFCC00;
  text-decoration: underline;
  text-align: left;
  font-size: 12px;}
a:visited {
  font-family: Trebuchet MS, Verdana, Arial;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  font-size: 12px;
}


/* les liens du texte principale -> blanc */
a.texte {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 12px;}
/* les liens survolés du texte principale -> orange (anciennement marron clair doré) */
a.texte:hover {
  //ancienne couleure : color: #8B4102;
  color: #FFCC00;
  text-decoration: underline;
  font-size: 12px;}
a.texte:visited {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 12px;
}


/* titres des pages*/
TD.pageHeading, DIV.pageHeading, H1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;}
H2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #B67823;
  margin-top: 30px;}
H3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #B67823;
  margin-top: 1px;
}

/* Le "Main" contenu de la page d'accueil et autre page a texte */

TD.main, P.main, SPAN.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-align: justify;
}
TD.choice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}


/* les formulaires du texte principale */
FORM {
	display: inline;
}

/*2EAECB du turquoise clair*/
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #2EAECB; }
/* 99ff00 vert pomme limite fluo*/
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement -> turquoise  foncé*/
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0699BB; }

/* erreur sur le txt */
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #0699BB;
}

TABLE.formArea {
 /*du noir (que des zero)*/
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
}

TD.formAreaTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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;
}

/* barre noire séparant les produits du panier du prix total dans le cartouche de droite */
TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

div.carte {
	margin-top: 5px;
	cursor: pointer;
}


/******************************* Styles des cartouches *******************************/

/* le fond des cartouches par defaut -> marron */
TR.headerNavigation {
  background: #C3802E;
  }

/* le fond du cartouches du fil d'arianne  -> marron crème et txt blanc */
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: ##A65d01;
  color: #ffffff;
  font-weight : bold;
  }

	
/* le fond des lignes pour les messages d'erreur -> bleu ciel */
TR.headerError {
  background: #0699BB;
}

/* style des cellules pour les messages d'erreur */
TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #0699BB;
  color: #ffffff;
  font-weight : bold;
  text-align : justify;
}


/* le fond des lignes pour les messages d'info -> bleu ciel */
TR.headerInfo {
  background: #0699BB;
}

/* style des cellules pour les messages d'info */
TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #0699BB;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


/* le fond des lignes de pied de page  -> marron crème */
TR.footer {
  background: #A65D01;
}
a.footerLink:link {
	cursor: text;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
  	color: #CABF9F;
	text-decoration: none;}
a.footerLink:hover {
	cursor: text;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
  	color: #CABF9F;
	text-decoration: none;}
a.footerLink:visited {
	cursor: text;
	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
  	color: #CABF9F;
	text-decoration: none;
}

/* style des cellules du pied de page */
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}



/***************************** Styles des boîtes de dialogue *****************************/

.infoBox {

}

/* message box */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

/* style des boites de notification, de panier, d'info provenance */
.infoBoxContents {
/* background-image: url(images/fd_boxes.gif);*/
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
}


/* bleu ciel */
.infoBoxNotice {
  background: #9ED5DA;
}
/* je sais pas ce que c'est */
.infoBoxNoticeContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}


/* style des cellules des boîtes de dialogue */
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #A65d01;
}

/* redéfinition du style .infoBox dans le cadre d'un tableau ou d'une balise span */
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #A65d01;
}



/***************************** Styles des tableaux *****************************/

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
 
}


/***************************** Styles du catalogue *****************************/

/* style par défaut du listing des produits */
TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

/* le titre du listing des produits */
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

/* style des données du listing des produits */
TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* style des liens du listing des produits (page précédente suivante...) */
A.pageResults {
  color: #006699;
}

/* mêmes liens au survol */
A.pageResults:hover {
  color: #006699;
  background: #FFFF33;
}


/* message d'info qd un produit n'est pas en stock */
SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #2EAECB;
  font-weight: bold;
}


/* quand un produit est soldé */
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #0699BB;
}



/********************** Styles spécifiques aux autres pages ***********************/

/* style des titre de la page des conditions de vente */
SPAN.Style1 {
	color: #CC9900;
}
SPAN.Style2 {
	color: #CC9900;
	font-weight: bold;
}

/* style du compte ? */
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #8B4102;
}

/* style "nouvel objet dans le panier" */
SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #0699BB;
}

/* style d'accueil de l'utilisateur après login */
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0699BB;
  font-weight: bold;
}



/*********************************** ??????? ************************************/

TR.subBar {

}

.moduleRow { }
/* le rollover du choix de livraison en turquoise */
.moduleRowOver { background-color: #2EAECB; cursor: pointer; cursor: hand; }
/*un marron glacé hahaha (comme le  bleu tres ciel limite blanc : E9F4FC ne se voyait pas )*/
.moduleRowSelected { background-color: #6F4839; }

/*un gris moyen*/
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
/*du noir (que des zero)*/
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0699BB; }







