/*
  $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: Arial, sans-serif; 
	font-size: 10px; 
}
.errorBox { 
	font-family : Arial, sans-serif; 
	font-size : 10px; 
	background: #ffb3b5; 
	font-weight: bold; 
}
.stockWarning { 
	font-family : Arial, sans-serif; 
	font-size : 10px; 
	color: #cc0033; 
}
.productsNotifications { 
	background: #f2fff7; 
}
.orderEdit { 
	font-family : Arial, sans-serif; 
	font-size : 10px; 
	color: #70d250; 
	text-decoration: underline; }

BODY {
	margin:0px;
	background-image:url(images/fond-motif.jpg);
	background-repeat:repeat;
}

A {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#ffffff;
  text-decoration: none;
}

A:hover {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#FFFFFF;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  /*background: #bbc3d3;*/
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;*/
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /*background: #b6b7cb;*/
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#FFFFFF;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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

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

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-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.productListing-odd, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  /*background: #ffffff;*/
}

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

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background-image:url(images/line-01.gif);
  background-repeat:repeat-x;
  color: #ffffff;
  font-weight: bold;
  height:39px;
}
.productListing-heading a {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#fff;
}
TD.productListing-data a{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#fff;
}
TD.productListing-data a:hover{
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#fff;
}
A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #000000;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffcc00;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color:#FFFFFF;
}

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

TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#FFFFFF;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffcc00;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

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

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

.moduleRow { }
.moduleRowOver { background-color: #666666; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #666666; }

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

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; }
/*------------------------*/
.FDrecherche{
	background-image:url(images/fond-recherche.gif);
	background-repeat:no-repeat;
	height:69px;
	width:499px;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
}
.txtBlanc{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
}
.txt2Blanc{
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}
a.lienBlanc:link {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}
a.lienBlanc:visited {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration: none;
}
a.lienBlanc:hover {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration: underline;
}
.FDcontenu{
	background-color:#414141;
	border-color:#2e2e2e;
	border-style:solid;
	border-width:10px;
	padding:10px;
}
a.lienRail:link {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.lienRail:visited {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.lienRail:hover {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: underline;
}
.lienPageSP{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000000;
	background-color: #e2e2e2;
	height:38px;
	padding-left:10px;
	padding-right:10px;
}
a.lienProduct:link {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}
a.lienProduct:visited {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}
a.lienProduct:hover {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration: underline;
}
.FDnewProduct{
	background-image:url(images/fond-new2.jpg);
	background-repeat:repeat-x;
	height:19px;
}
.overflow{
  overflow: auto;
  height: 100%; 
  width: 80px;
  padding-right:0px;
  scrollbar-base-color:#0d5acd;
  scrollbar-3dlight-color:#6fa3f1;
  scrollbar-arrow-color:#6fa3f1;
  scrollbar-darkshadow-color:#0d5acd;
  scrollbar-face-color:#0d5acd;
  scrollbar-highlight-color:#0d5acd;
  scrollbar-shadow-color:#0d5acd;
  scrollbar-track-color:#6fa3f1;
}
.PriwProductNew{
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#ffcc00;
	font-weight:bold;
}
a.LienProducNew:link {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}
a.LienProducNew:visited {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}
a.LienProducNew:hover {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-decoration: underline;
}