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

.errorBox { 
	background: #ffb3b5;
	font-weight: bold;
}

.stockWarning { 
	color: #cc0033;
}

.productsNotifications {
	background: #f2fff7;
}

.orderEdit { 
	color: #70d250;
	text-decoration: underline;
}

body {
  background-color : #F2F2F2;
  color: #000000;
  margin: 0px auto;
  width:820px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  text-align:center;
}

table {
	font-size: 13px;
}

.boxText
{
	font-size: 10px;
}

#headerNavigation2, #headerNavigation
{
	text-align:left;
	/*background-color:#db3253;*/
	background:#009a4d;
	color:#ffffff;
	font-size:11px;
}

#headerNavigation a
{
	color:#ffffff;
}

.boxText {
	color: #999999;
	padding-right: 5px;
	padding-left: 11px;
	font-weight:normal;
}

#colonne-gauche .boxText
{
	text-transform: uppercase;
}
	
	

.boxText h3 {
	font-weight:normal;
	margin:10px 0px 0px 0px;
	padding:0px;
	font-size:11px;
}

.box_header
{
	padding-top:5px;
}

A {
  color: #777777;
  text-decoration: underline;
}

A:hover {
  color : #69BDC7;
  color:009a4d;
  text-decoration: none;
}

FORM {
   display: inline;
}

.table_header {
}

.td_header1 {
  background: #ffffff;
  height: 125px;
  width: 250px;
}

.td_header2 {
  height: 125px;
  background: #F2F2F2;
}

TR.headerNavigation {
  background: #cccccc;
}

TD.headerNavigation {
  background: #FFCC00;
  color: #FF0000;
  font-weight : bold;
}

TR.headerNavigation2 {
  background: #000000;
}

TD.headerNavigation2 {
  background: #000000;
  color: #FF0000;
  font-weight : bold;
}

A.headerNavigation, A.headerNavigation2 {
  color: #3366FF;
}

A.headerNavigation:hover, A.headerNavigation2:hover {
  color: #3366FF;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
}

TD.footer {
}

.infoBoxContents {
  background: #fff;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-weight: bold;
  background: #ffffff;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
}

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

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: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  color : #000000;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-weight: bold;
  color: #FF3000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main, select.main {
  line-height: 1.5;
  text-align : justify;
}

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

TD.accountCategory {
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
  width: 100%;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

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

SPAN.errorText {
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo {
	color: #8c8c8c;
}
.checkoutBarCurrent {
	color: #000000;
}

/* message box */

.messageStackError, .messageStackWarning { 
	background-color: #ffb3b5;
}
.messageStackSuccess {
	background-color: #99ff00;
}

/* input requirement */

.inputRequirement {
	color: #ff0000;
	}

h1 { 
 font-weight: bold;
 color : #FF0000;
}

h2 { 
 font-weight: bold;
 font-size: 16px;
	color: #69BDC7;
	color:#009a4d;
	padding-right: 8px;
	padding-left: 8px;
	text-transform: uppercase;
}

.tableBody
{
   width:760px;
   background-color:#fff;
   border-left:10px solid #e2e2e2;
   border-right:10px solid #e2e2e2;
}

td#menu
{
	border-right:1px solid #999999;
}	

H3
{
   margin : 0px;
   padding-top : 10px;
   padding-bottom : 0px;
}

.category_link
{
   width : 130px;
   margin : 0px 0px 0px 0px;
   padding-bottom : 8px;
}

.category_link a
{
   display: block;
   background-color : #888888;
   color : #ffffff;
   text-decoration:none;
   border : solid #ffcc00 2px;
   padding : 5px 0px 5px 0px;
   text-align : center;
}
   
.category_link a:hover
{
   display: block;
   background-color : #ffcc00;
   text-decoration :none;
   color : #ffffff;
   text-decoration:none;
   border : solid #ff0000 2px;
   padding : 5px 0px 5px 0px;
}

.div_content /* Contenu HTML produit avec l'éditeur WYSIWYG */
{
   margin : 2px 0px 0px 5px;
   padding : 0px;
}

.div_content p
{
   margin : 0px 0x 5px 0px;
   padding : 0px;
}

.div_content ul
{
   margin : 0px 0px 0px 30px;
   padding : 0px;
}

.div_content li
{
   list-style-type : disc;
   margin : 0px;
   padding : 0px;
}

#logo
{
	text-align:center;
	margin:5px 0px 10px 0px;
}

table#prix-quantite 
{
	border-top:1px solid black;
	border-right:1px solid black;
	margin-left:15px;
}

table#prix-quantite td, table#prix-quantite th
{
	border-bottom:1px solid black;
	border-left:1px solid black;
	padding:3px;
	width:100px;
	
}

table#prix-quantite th
{
	background:#cccccc;
}

#quantite-produit
{
	text-align:center;
}

#quantite-produit img
{
	vertical-align: bottom;
}

#contenu p, #contenu h3, #contenu form
{
	padding-left:5px;
}

table#order-total
{
	width:300px;
	margin-bottom:10px;
}

h3, span.orderEdit
{
	font-size:14px;
}
