/*
  $Id: stylesheet.css,v 1.58 2003/12/04 14:12:16 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: #FF0000; text-decoration: underline; }

BODY {
  background-color: #4986FF;
/*  background-image: url(images/bg_oscommerce.gif);
  background-repeat:no-repeat;
  background-position: top center;*/
  font-family: Arial, sans-serif; 
  font-size: 10px;
  width: 900px;
  position: center;
  margin: auto;
  color: #FFFFFF;
}

A {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 10px;
}

A:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 10px;
}

FORM {
	display: inline;
}

TR.header {
  background: #4986FF;
}

TR.headerNavigation {
  background: #4885FF;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  background-color: #FFFFFF;
  color: #FF0000;
  text-decoration:none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, 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, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #FF0000;
}

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

.infoBox {
  background: #FFFFFF;
  color: #4885FF;
}

.infoBoxContents {
  color: #4885FF;
  background: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents A {
  color: #4885FF;
  text-decoration:none;
}
.infoBoxContents A:hover{
  color: #FF0000;
  text-decoration:underline;
}

.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: #FF0000;
  color: #ffffff;
  vertical-align: top;
}

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.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #4885FF;
}

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

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

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #FFFFFF;
  color: #4885FF;
  font-weight: bold;
}

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

A.pageResults {
  color: #FFFFFF;
  text-decoration:none;
}

A.pageResults:hover {
  color: #FF0000;
  background: #FFFFFF;
  text-decoration:underline;
}

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

TR.subBar {
  background: #000000;
}

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

TD.main, P.main {
  padding: 5px;
  background-color: #FFFFFF;
  color: #4885FF;
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

TD.main A, P.main A{
  color: #4885FF;
}


TD.main A:hover, P.main A:hover{
  color: #FF0000;
}

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

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

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

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

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

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

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

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

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

.moduleRow { }
.moduleRowOver { background-color: #4B85FF; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFFFFF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 10px; color: #FFFFFF; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 10px; color: #FF0000; background-color: #FFFFFF; }

/* 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; background-color:#FFFFFF;}

.messageStack {
  margin: 5px;
  font-size: 10px;
  color: #465584;
  background-color: #FFFFFF;
  border-width: 1px;
  border-style: dotted;
}

.fixedfeature{
padding-top: 11px;
padding-bottom: 11px;
}

/* PAGES PRODUIT */

.titre{
font-size: 14px;
font-weight:bold;
padding-bottom:10px;
color: red;
line-height: 15px;
}

.format{
font-size: 12px;
font-weight: regular;
color: red;
}

.tresimportant{
font-size: 10px;
font-weight:normal;
color: red;
}

.tracklisting
{padding-left: 20px;}

.toutpetitmajuscules
{text-transform:uppercase;
font-size:9px;}


/* L'AGENDA */

.event{
width: 555px;
background-color: white;
padding: 15px;
color: #4986FF;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
}

.eventname{
color: #FF0000;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-weight: bold;
}

.eventdate{
color: #4986FF;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-weight: normal;
letter-spacing: 1px;
}

.eventillus{
margin-right: 15px;
}

.eventpeople{
color: #4986FF;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
letter-spacing: 1px;
font-weight: bold;
}

.eventgenre{
color: #FF0000;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
letter-spacing: 1px;
}

.event a{
font-size: 11px;
color: #4986FF;
}

.event a:hover{
font-size: 11px;
color: #FF0000;
text-decoration:underline;
}
