/*
  $Id: stysheet.css ,v 1.2 2003/06/05 23:26:23 hpdl Exp $
  
  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com
  Copyright (c) 2003 osCommerce
  Copyright (c) 2005 FBIO, Florent Heurtebise
  Released under the GNU General Public License
*/

.boxText { font-family: Arial, Verdana, sans-serif; font-size: 12px; }
.errorBox { font-family : Arial, Verdana, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Verdana, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Verdana, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  margin: 0px;
}

.page_centrale {
  background: #ffffff;
	border-right: 0px solid #0000cc;
	border-left: 4px solid #0000cc ;
/*	border-left: 4px solid red ; */
}

.entete {
	background:url(./images/fond_entete.gif) no-repeat;
}

.menu_gauche {
	background:url(./images/fond_menu.gif) top left no-repeat;
  background-color: #66CCFF ;
	border-right: 0px ;
	border-left: 0px ;
	border-top: 0px ;
	border-bottom: 0px ;
}

.menu_droite {
  background:url(./images/fond_droite.gif) top left repeat-y;
	border-right: 0px ;
	border-left: 0px ;
	border-top: 0px ;
	border-bottom: 0px ;
}

.pied {
	background:url(./images/fond_pied.gif) top left no-repeat;
	border: 0px;
}

.ligne {
	color: #7FD7F7;
	height: 1px;
	border: 0px;
}

.rech_text{
	border: none;
	background: url(./images/recherche_gauche.gif) no-repeat;
	width: 160px;
	height: 18px;
	margin: 0;
	color: #000000;
}

.btnmenu {
	background: url(./images/recherche_droite.gif) no-repeat;
	border: none ; 
	color: #000000 ; 
	font-size: 8pt ;
	height:18px;
}

.btnmenu2 {
	background-color: #B8FF88 ; 
	border: none ; 
	color: #000000 ; 
	font-size: 8pt ;
	height: 21px;
}

.fiche_produit {
	background-color: #ffffff;
	border: solid 1px #000000;
}

.fiche_produit_prixchoc {
	background:url(./images/prix_choc_fond.gif) top left repeat-y;
	border: solid 1px #000000;
}

.fiche_produit_coeur {
	background:url(./images/coup-coeur-fond-2.gif) top left repeat-y;
	border: solid 1px #000000;
}

.fiche_produit_prixweb {
	background:url(./images/fond_prixweb-2.gif) top left repeat-y;
	border: solid 1px #000000;
}

A {
  color: #000000;
  text-decoration : none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #2B6FE2;
}

/* Haut de page */
TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #0000cc;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #00B1DA;
}

/* Bas des pages */
TD.footer, SPAN.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #ff9933;
  color: #ffffff;
  font-weight: bold;
}

/* Contour des box */
.infoBox {
  background: #ffffff;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

/* Interieur des box */
.infoBoxContents {
  background: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

/* Interieur des box Best_seller */
.infoBoxContentsBest {
  background: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #ffffff;
}


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


/* Haut des Box */
A.infoBoxHeading:hover, A.infoBoxHeading, TD.infoBoxHeading, SPAN.infoBoxHeading {
       background-color : #B8FF88;
       border-left: solid 1px #000000;
       border-right: solid 1px #000000;
       border-top: solid 1px #000000;
       border-bottom: solid 0px #000000;
       text-align: center;
       font-family : Arial, Verdana, sans-serif;
       font-weight: bold;
       font-size: 12px;
       color: #000000;
}

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

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #d9fdd8;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

TR.productListing-odd {
  background: #d9fdd8;
  height: 80px;
}

TR.productListing-even {
  background: #ffffff;
  height: 80px;
}

TR.productListing-prixchoc {
	background: #fcff00;
  height: 80px;
}

TR.productListing-prixweb {
	background: #ff9f15;
  height: 80px;
}

TR.productListing-coeur {
	background: #ff9cf2;
  height: 80px;
}

TD.productListing-data-prixchoc {
  color: red ;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
	border-top: solid 1px #000000;
	background:url(./images/prix_choc_fond.gif) top left repeat-y;
	background-color: #fcff00;
}

TD.productListing-data-prixweb {
  color: red ;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
	border-top: solid 1px #000000;
	background:url(./images/fond_prixweb.gif) top left repeat-y;
	background-color: #ff9f15;
}

TD.productListing-data-coeur {
  color: red ;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
	border-top: solid 1px #000000;
	background:url(./images/coup-coeur-fond.gif) top left repeat-y;
	background-color: #ff9cf2;
}

TD.productListing-data-image {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
	border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #ffffff;
}

TR.cartListing-odd {
  background: #d9fdd8;
}

TR.cartListing-even {
  background: #ffffff;
}

/* Contour des listings produits */
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 1px;
}

/* Haut des listing produits */
.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #B8FF88;
  color: #000000;
  font-weight: bold;
}

.productListing-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
	border-top: solid 1px #000000;
}

A.pageResults {
  color: #0000FF;
}

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

/* Titre des catégories */
TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #707070 ;
}

/* Titre des produits (products_info.php) */
TD.prodHeading, DIV.prodHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000000 ;
}

/* Prix (products_info.php) */
A.prixHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #FF0000 ;
}

A.prixHeading:hover {
  font-family: Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #FF0000 ;
}

TD.prixHeading, DIV.prixHeading, SPAN.prixHeading{
  font-family: Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #FF0000 ;
}

/* Prix (products_info.php) */
TD.prixbarreHeading, DIV.prixbarreHeading, SPAN.prixbarreHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #2B6FE2 ;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.main2, P.main2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #2B6FE2 ;
}

TD.main3, P.main3 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #2B6FE2 ;
}

TD.main4, P.main4 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #2B6FE2 ;
}

TD.main5, P.main5 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9px;
  color: #2B6FE2 ;
}

TD.main6, P.main6 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  color: #FF9933;
  font-weight: bold;
}

TD.breadcrumb, P.breadcrumb {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #000000 ;
}

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

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

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

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

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

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

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

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

SPAN.greetUser {
  font-family: Arial, Verdana, 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: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

SPAN.productSpecialPriceNew {
  font-family: Arial, Verdana, sans-serif;
  color: #2B6FE2;
}

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

.moduleRow { }
.moduleRowOver { 
	background-color: #2B6FE2;
	cursor: pointer;
}
.moduleRowSelected { 
	background-color: #2B6FE2; 
}

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

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

/* input requirement */
.inputRequirement { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10px; 
	color: #ff0000; 
}

/* Styles for dhtml tabbed-pages */
.ontab {
       background-color: #B8FF88;
       border-left: solid 1px #000000;
       border-right: solid 1px #000000;
       border-top: solid 1px #000000;
       border-bottom: solid 0px #000000;
       text-align: center;
       font-family : Arial, Verdana, sans-serif;
       cursor: pointer;
       font-weight: bold;
       font-size: 12px;
       color: #000000;
}
.offtab {
       background-color : #66CCFF;
       border-left: solid 1px #000000;
       border-right: solid 1px #000000;
       border-top: solid 1px #000000;
       border-bottom: solid 0px #000000;
       text-align: center;
       font-family : Arial, Verdana, sans-serif;
       cursor: pointer;
       font-weight: normal;
       font-size: 12px;
       color: #000000;
}

.tabpadding {
}

.tabheading {
       background-color: #1E90FF;
       text-align: left;
}

.pagetext {
       visibility: hidden;
       display: none;
       top: 0;
}

table.adminform {
       background-color: #FFFFFF;
       font-family : Arial, Helvetica, sans-serif;
       color: #000000;
       font-size: 12px;
       border-bottom: solid 1px #000000;
       border-top: solid 1px #000000;
       border-left: solid 1px #000000;
       border-right: solid 1px #000000;
       text-align: left;
       background-repeat: repeat;
}


/* Rajout pour deuxieme couleur de Box */

/* Contour des box 2 */
.infoBox2 {
  background: #619bff;
}

/* Interieur des box 2 */
.infoBoxContents2 {
  background: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

/* Haut des Box */

TD.infoBoxHeading2, SPAN.infoBoxHeading2, TR.infoBoxHeading2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #619bff;
  color: #000000;
}

TD.infoBoxHeading3, SPAN.infoBoxHeading3, TR.infoBoxHeading3, A.infoBoxHeading3, A.infoBoxHeading3:hover {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  background: #ffffff;
  color: #900000;
}

A.infoBoxHeading2 {
  color: #000000;
}
A.infoBoxHeading2:hover {
  color: #2B6FE2;
}

TD.infoBoxHeadingRed, SPAN.infoBoxHeadingRed, TR.infoBoxHeadingRed {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: red;
  color: #000000;
}

TD.prixaccueil, SPAN.prixaccueil, TR.prixaccueil {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: #FFFF00;
  color: red;
}

SPAN.prixweb-listing {
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background: #ff9f15;
  color: red;
}

/* Lien Conditions de vente */

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

/* START Categories Tabs v2.0 */
A.tabsNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight : bold; 
  color: black;
}

A.tabsNavigation:hover {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight : bold; 
  color: white;
}

TD.tabsNavigationOn {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight : bold;
  color: black; 
}

TD.tabsNavigationOff {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight : normal;
  color: black; 
}
/* END Categories Tabs v2.0 */

TD.button {
       background-color : #FF9933;
       border-left: solid 1px #000000;
       border-right: solid 1px #000000;
       border-top: solid 1px #000000;
       border-bottom: solid 1px #000000;
       text-align: center;
       font-family : Arial, Verdana, sans-serif;
       font-weight: bold;
       font-size: 10px;
       color: #000000;
}

#rech_text{
    border:none;
    background:url(/images/bg_input_recherche.gif) no-repeat;
    width:238px;
    height:17px;
    vertical-align:middle;
    padding:4px;
    margin:0;
    color:#000;
}

#rech_submit {
    border:none;
    background:url(/images/btn_rechercher.gif) no-repeat;
    width:80px;
    height:25px;
    vertical-align:middle;
    padding:0;
    margin:0 0 0 -4px;
    font-size:0;
}


/* Menu */

div.menu,
div.menu a.menuItem {
  font-family: "Arial, MS Sans Serif", sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

div.menu {
  background-color: #49CAF9;
  border: 1px solid #000000;
  position: absolute;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  border: 1px #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #5050f0;
  color: #ffffff;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

ul.sitemap {
color: #ff0000;
}

TD.depannage {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight : bold;
}

TD.depannage-title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 42px;
  font-weight : bold;
}