/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-size: 10px; }
.errorBox { font-size : 10px; color: #ff0000; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { color: #fff; font-weight: bold; }
.orderEdit { font-size : 10px; text-decoration: underline; }

BODY, HTML {
  background: #313131;
  color: #AEAEAE;
  margin: 0px;
  text-align: center;
  font-family: Arial;
  font-size: 11px;
}

A {
  color: #00E1B4;
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
}

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

A.blanc-casse, A.blanc-casse:hover, A.menu-gauche, A.menu-gauche:hover {
  color: #AEAEAE;
}

A.jaune, A.jaune:hover {
  color: #CFF51B;
}

A.rose, A.rose:hover {
  color: #FF0090;
}

.productListing-data A, .productListing-data A:hover, .productListing-heading A, .productListing-heading A:hover, A.blanc, A.blanc:hover, A.liens-navigation, A.liens-navigation:hover, A.liens-produit-vignette, A.liens-produit-vignette:hover, A.menu-categorie, A.menu-categorie:hover {
  color: #FFF;
}

A.liens-produit-vignette, A.liens-produit-vignette:hover {
  font-size: 10px;
}

A.menu-categorie, A.menu-categorie:hover {
  font-size: 13px;
  font-weight: bold;
}

A.menu-sous-categorie, A.menu-sous-categorie:hover {
  color: #AEAEAE;
  font-size: 13px;
  font-weight: normal;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

FORM {
	display: inline;
}

TABLE {
	font-family: Arial;
	font-size: 11px;
	border: none;
}

IMG {
	border: none;
}

TR.headerError {
  background: #FF7200;
}

TD.headerError {
  background: #FF7200;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #313131;
}

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

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

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  color: #000;
}

.productListing-heading {
  background: #000;
  color: #fff;
  font-weight: bold;
  height: 22px;
  background-image: url(imgs/fondmenu_gauche.gif);
  padding-left: 2px;
  padding-right: 2px;
}

.productListing-data {
  background: #313131;
  color: #fff;
  padding: 5px;
  font-weight: bold;
}

TD.pageHeading {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  padding-bottom: 0px;
}

DIV.pageHeading {
  font-weight: bold;
  color: #fff;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 9px;
}

TD.accountCategory {
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #CFF51B;
}

CHECKBOX, INPUT, RADIO, SELECT, TEXTAREA {
  background-color: #000;
  font-family: Arial;
  font-size: 11px;
  color: #fff;
  border: none;
}

INPUT.input {
  height: 25px;
  line-height: 25px;
  background-image: url(imgs/background_input.gif);
  vertical-align: middle;
  padding-left: 5px;
}

SELECT {
  border: 1px solid #B6B6B6;
}

TEXTAREA {
  width: 100%;
  border: 1px solid #B6B6B6;
  padding: 2px;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #FF7200;
}

SPAN.errorText {
  color: #FF7200;
}

.moduleRow { background-color: #000; color: #FFF; }
.moduleRowOver { background-color: #313131; color: #FFF; cursor: pointer; }
.moduleRowSelected { background-color: #313131; color: #FF0090; font-weight: bold; }

.checkoutBarFrom, .checkoutBarTo, .checkoutBarCurrent { font-size: 10px; }
.checkoutBarFrom { color: #FFF; }
.checkoutBarTo { color: #AEAEAE; }
.checkoutBarCurrent { font-weight: bold; color: #FF0090; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; color: #000; background-color: #ffb3b5; padding: 4px; }
.messageStackSuccess { font-size: 10px; color: #000; background-color: #99ff00; padding: 4px; }

/* input requirement */

TABLE.bouton-classique, TABLE.bouton-submit { font-weight: bold; cursor: pointer; }

TABLE.bouton-header { }

.inputRequirement { font-size: 10px; color: #FF7200; }

.img-input { height: 25px; width: 5px; vertical-align: middle; }
.bouton-submit input { background-image: url(imgs/bouton/fond.gif); padding-left: 10px; padding-right: 10px; height: 26px; cursor: pointer; text-align: center; color: #AEAEAE; }

.produit-titre { color: #0AE7BA; font-size: 14px; font-weight: bold; }
.produit-prix { color: #BCE014; font-size: 14px; font-weight: bold; }
.produit-description { color: #fff; font-size: 10px; }
.produit-options { color: #fff; font-size: 10px; border-top: 1px dashed #6B6B6B; margin-top: 10px; padding-top: 15px; }

.produit-options DIV { padding: 2px; }

.blanc-casse { color: #AEAEAE; }
.blanc { color: #ffffff; }
.rose { color: #FF0090; }
.jaune { color: #CFF51B; }
.turquoise { color: #0AE7BA; }
.vert { color: #BCE014; }
.orange { color: #FF7200; }

#global { width: 996px; margin: auto; background-image: url(imgs/fondcontenu.gif); background-repeat: repeat-y; }
#globalcontent { width: 950px; margin: auto; text-align: left; }
