/*
  $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
*/


/* MEMO
Pour le bleu sur fond vert ou vice versa: 
#1f1f5f est la couleur bleu foncé
#CCFF00 est la couleur vert flash
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

img
{
border: 0;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #CCFF00;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #CCFF00;
  color: #1f1f5f;
  font-weight : bold;
}


/*
22/06/09 ajout
*/
TR.headerNavigationBIS {
  background: #1f1f5f;
}

TD.headerNavigationBIS {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #1f1f5f;
  color: #CCFF00;
  font-weight : bold;
}

/*
22/06/09 fin ajout
*/



A.headerNavigation { 
  color: #1f1f5f; 
}

A.headerNavigation:hover {
  color: #1f1f5f;
}

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;
}

/* 
Ajout
*/
A.footerNavigation { 
  color: #CCFF00; 
}

A.footerNavigation:hover {
  color: #CCFF00;
}

/* 
Fin d'Ajout
*/
TR.footer {
  background: #1f1f5f;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #1f1f5f;
  color: #CCFF00;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  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;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #BDBDFF;
  color: #1F1F5F;
}

TD.infoBoxHeadingPanier {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #1F1F5F;
  background-image: url(http://www.6000leurres.fr/pointsbureaux/images/infobox/panier-points-bureaux.gif); 
  background-repeat: no-repeat;
  text-align: center;
}


TD.infoBoxHeading_Content {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #CCFF00;
  color: #1F1F5F;
  border-top: 1px solid #BDBDFF;
}


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: #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: 1px;
  border-style: solid;
  border-color: #BDBDFF;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #BDBDFF;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #1F1F5F;
}



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.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

/*
// 24/11/2009 AJOUT PROVISOIRE
*/
A.allProducts {
  color: #1f1f5f;
  text-decoration: none;
  background-color: #CCFF00;
}

A.allProducts:hover {
  color: #9999ff;
  text-decoration: underline;
  background-color: #CCFF00;
}
  
TD.allProducts {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #1f1f5f;
}
/*
// 24/11/2009 AJOUT PROVISOIRE
*/

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;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

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;
  white-space: pre;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #3366CC;
  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.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: auto; }
.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; }

/*
        // ¤¤¤¤¤¤ 18/05/2009 CONTRIBE SHOW VAT IN CATALOG 2.1 (de Siremat modifiée le 11 avril 2008)
        // ¤¤¤¤¤¤ But de la contribe : afficher prix ht et ttc                                                   
        // ¤¤¤¤¤¤ j'ajoute le code issu de la contribe :                         
*/
TD.pageHeading_ex, DIV.pageHeading_ex {
  font-family: Georgia, Arial, sans-serif;
  font-size: 14px;
  font: italic;
  color: #9a9a9a;
}

.products_new_in {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}

.products_new_ex {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font: italic
}




/*
        // ¤¤¤¤¤¤ 18/05/2009 FIN DE LA CONTRIBE SHOW VAT IN CATALOG 2.1 (de Siremat modifiée le 11 avril 2008)
*/



/*
// 17/06/2009 AJOUT COULEUR LIEN TITRE DES BOXES
*/
A.boxtitre {
  color: #993300;
  text-decoration: none;
}

A.boxtitre:hover {
  color: #993300;
  text-decoration: underline;
}
/*
// 17/06/2009 FIN AJOUT COULEUR LIEN TITRE DES BOXES
*/


/*
// 02/09/2009 AJOUT pour meilleur affichage des prix
*/

/*
// pour la page product info :
*/

TD.pageHeading_prix, DIV.pageHeading_prix {
  font-family: Georgia, Arial, sans-serif;
  font-size: 24px;
  font: italic;
  color: #9a9a9a;
}

SPAN.productPriceBarreProductInfo {
  font-family: Georgia, Arial, sans-serif;
  font-size: 24px;
  font: italic;
  color: #9a9a9a;
}

SPAN.productPriceBarreProductInfoEx {
  font-family: Georgia, Arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #9a9a9a;
}

SPAN.productSpecialPriceProductInfo {
  font-family: Georgia, Arial, sans-serif;
  color: #99CC00;
  font-size: 24px;
  font: italic;
}

SPAN.productSpecialPriceProductInfoEx {
  font-family: Georgia, Arial, sans-serif;
  color: #99CC00;
  font-weight: bold;
  font-size: 26px;
}



SPAN.productPriceProductInfo {
  font-family: Georgia, Arial, sans-serif;
  color: #9a9a9a;
  font-size: 24px;
  font: italic;
}


SPAN.productPriceProductInfoEx {
  font-family: Georgia, Arial, sans-serif;
  color: #3333FF;
  font-weight: bold;
  font-size: 26px;
}


/*
// pour la page product listing : 
*/

SPAN.productSpecialPriceEX {
  font-family: Georgia, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #99CC00;
}


SPAN.productPriceEX {
  font-family: Georgia, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3333FF;
}

SPAN.productSpecialPrice {
  font-family: Georgia, Arial, sans-serif;
  color: #99CC00;
  font-size: 14px;
}

SPAN.productPrice {
  font-family: Georgia, Arial, sans-serif;
  color: #9a9a9a;
  font-size: 14px;
}

SPAN.productPriceBarreEX {
  font-family: Georgia, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3333FF;
}

SPAN.productPriceBarre {
  font-family: Georgia, Arial, sans-serif;
  font-size: 12px;
  color: #9a9a9a;
}

SPAN.productSpecialPromoPetit {
  font-family: Verdana, Arial, sans-serif;
  color: #99CC00;
  font-weight: bold;
  font-size: 14px;
}

/*
// 02/09/2009 FIN AJOUT pour meilleur affichage des prix
*/



/*
// 08/11/2009 AJOUT pour petits textes bas de page et autres petits textes
*/
SPAN.PetitTexte {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 9px;
}

A.PetitTexte:hover {
 font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 9px;
}

A.PetitTexte {
 font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 9px;
}


TD.GrisPetit, SPAN.GrisPetit {
  font-family: Verdana, Arial, sans-serif;
  color: #808080;
  font-size: 9px;
}
/*
// 08/11/2009 FIN AJOUT pour petit texte bas de page et autres petits textes
*/

/*
// 08/11/2009 AJOUT pour page info produit
*/
TD.FicheTech, SPAN.FicheTech {
  font-family: Verdana, Arial, sans-serif;
  color: #3333FF;
  font-weight: bold;
  font-size: 12px;
}
A.FicheTech {
  font-size: 14px;
  color: #3333FF;
  text-decoration: underline;
}

A.FicheTech:hover {
  font-size: 14px;
  color: #3333FF;
  text-decoration: underline;
}

SPAN.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #1F1F5F;
}
/*
// 08/11/2009 FIN AJOUT pour page info produit
*/


/*
// 09/11/2009 AJOUT pour main categories
*/
A.mainCat { 
  color: #1f1f5f; 
}

A.mainCat:hover {
  color: #1f1f5f;
}
/*
// 09/11/2009 FIN AJOUT pour main categories
*/
