/*
  $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: 10px;  color: #A9A9A9;  }
.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: #FFD700;
  margin: 0px;
  background-color: #3E0000;
}

A {
  color: #FFD700;
  text-decoration: none;
  font: normal;
  font-size: 12px;
  font-style: normal;
  font-family: Verdana;
}

A:hover {
  color: #FA8072;
  text-decoration: none;
}

FORM {
	display: inline;
}
/* fond de l entete */
TR.header {
  background: #3E0000;
  background-image: url(images/fond.jpg);
}

TR.headerNavigation {
  background: #FFEFD5;
}
/* bande de navigation du haut */
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #3E0000;
  color: #3E0000;
  font-weight : bold;
  border: thin Black;
  }
/* liens de la barre de navigation du haut */
A.headerNavigation { 
  color: #FFDB00;
  font: normal 12px;
  background: #3E0000;
  border: thin outset White;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;

                }

A.headerNavigation:hover {
  color: #FF5A00;
  border: 1px inset White;
}

A.boutoncat {
	color: #FFDB00;
	display: inline-table;
	width: 180 px;
	font-size: 10px;
	margin: 0px 5px 0px 0px !important;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	/*
	background-color: Black;
		border: thin outset White; */
	background-image: none !important;
	text-decoration: none;
	font-weight: bolder;
}

A.boutoncat:hover {
  color: #FF5A00;
  border: 1px inset White;
}







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

TR.footer {
  background: #bbc3d3;
}
/* barre de pied de page */
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
  background-image: url(images/fond.jpg);
}
/* encadrement des box */
.infoBox {
  background: #3E0000;
  }

/* contenu des box police et couleur */
.infoBoxContents {
  background: #3E0000;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #ffcc00;
  }

a {
	background: Black;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  color:  #ffcc00;
}

a.infoBoxContents {
  color: #FF1493;
  text-decoration: none;
  font: normal;
  font-size: 10px;
  font-style: normal;
}



.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* entete de box */
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: Black;
  color: #FFD700;
    font: oblique small-caps bolder;
        text-align: center;
                background-image: url(/images/fond.jpg);
                }

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* fond de la liste des produit 2 sur 1 */
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: #3E0000;
  color: #FFD700;
}
/* fond de la liste des produit 1 sur 2 */
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: #3E0000;
  color: #FFD700;
  font-family: Verdana;
  font-size: 10px;
  font-style: normal;
  font-weight: lighter;
 /* display: block; */
  }
/* bordure de la liste des produits */
TABLE.productListing {
  border: 0;
  border-style: ridge;
  border-color: White;
  border-spacing: 1px;
  background: #3E0000;
}
/* liste des produits entete */
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #3E0000;
  color: #FFD700;
  font-weight: bold;
  border: 1px White;
  border-bottom-style: solid;
    border-top: 1px solid;
    }

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

A.pageResults {
  color: #FFD700;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
/* titre de pages  voyons ce que nous avons ici    */
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #FFD700;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:  #ffcc00;
}
/* texte descriptif produit */
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  color: White;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: White;
}

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

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

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

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #A52A2A;  font-family: Verdana;  font-size: 12px;  color: #FFD700;  font-weight: bold;     }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color:  #ffcc00; }

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