/*
  $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
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.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; }

/*lien pour editer sa commande*/
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #238c0e; text-decoration: underline; }

/*corps du site*/
BODY {
  background: #f5dcac;
  background-image: url("images/stripes.png");
  color: #000000;
  margin: 0px;
}


TD.FondPage {
background: #d7b481;
}

img
{
border: 0;
}

/*couleur des liens*/
A {
  color: #000000;
  text-decoration: none;
}

/*couleur des liens survoler*/
A:hover {
  color: #cc0a2a;
  text-decoration: underline;
}

FORM {
	display: inline;
}

/*couleur entete du site*/
TR.header {
  background: #322102;
}

/*couleur barre entete du site*/
TR.headerNavigation {
  background: #322102;
}
/*couleur barre entete du site*/
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #322102;
  color: #ffffff;
  font-weight : bold;
}

/*couleur des liens & de leurs surlignements dans la barre de navigation en etat actif*/
A.headerNavigation { 
  color: #ffffff;
}

/*couleur des lien & de leurs surlingments dans la barre de navigation en etat de survolement*/
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;
}

/*barre inférieur du site le footer, permet de changer le fon, la police d'ecriture*/
TR.footer {
  background: #322102;
}


/*barre inférieur du site le footer, permet de changer le fon, la police d'ecriture*/
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #322102;
  color: #ffffff;
  font-weight: bold;
}

/*change la couleur des contours des boxes*/
.infoBox {
  background: #322102;
}

/*fond des boxes*/
.infoBoxContents {
  background: #f5dcac;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

.infoBox2 {
 background: transparent;
}

.infoBoxContents_particularbox {
background: transparent;
background-image: url("images/infobox/parchment-center.gif");
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

.infoBoxContents_particularbox1{
background: transparent;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}
TD.infoBoxFooter {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: transparent;
  color: #ffffff;
 }


/*change la couleur de l'entete des boxes*/
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #322102;
  color: #ffffff;
}


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



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

/*change le fond de la liste des produits*/
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: #f5dcac;
}
/*change le fond de la liste des produits*/
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: #f5dcac;
}

/*chang l'encadrement de la liste des produits*/
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #322102;
  border-spacing: 1px;
}

/*change la barre d'entete de la liste des produits*/
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #322102;
  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;
}

/*Texte d'entête comme (bienvenue, votre commande vien d'etre prise en compte*/
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #322102;
}

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

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: #f0a480;
  font-weight: bold;
}

SPAN.greetUser1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c53e28;
  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;
}

/*couleur des prix en promotion site*/
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

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

/*couleur des lien actif dans la box categorie*/
SPAN.categorie {
  font-family: Verdana, Arial, sans-serif;
  color: #238c0e;
}

h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}

h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
}

.freeship{
 font-family: arial;
 font-size: 10px;
 font-weight: bold;
 color: #ff0000;
 text-decoration: none;
 }
 .freeship2{
 font-family: arial;
 font-size: 10px;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
 }


.moduleRow { }
/*surlignement des méthodes de payement quand on les survoles*/
.moduleRowOver { background-color: #cc0a2a; cursor: pointer; cursor: auto; }

/*surlignement des méthodes de payement quand on les sélectionnes*/
.moduleRowSelected { background-color: #238c0e; }

/*barre d'information sur le déroulement du payement*/
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #194d15; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-weight: bold; font-size: 10px; color: #322102; }

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



