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

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

A {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #000000;
  text-decoration: none;
}

A:hover {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #000000;
  text-decoration: underline;
}
A:visited {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #000000;
}
A.lien {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  font-size:11px;
}

A.lien:hover {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-size:11px;
}
A.lien:visited {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #000000;
  font-size:11px;
}
A.agrandir {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  font-size:9px;
}

A.agrandir:hover {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-size:9px;
}
A.agrandir:visited {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #000000;
  font-size:9px;
}

A.acceslien {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-weight:bold;
}

A.acceslien:hover {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-weight:bold;
}
A.acceslien:visited {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #000000;
  text-decoration: underline;
  font-weight:bold;
}
A.accesdico {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #7b9883;
  /*text-decoration: underline;*/
  /*font-weight:bold;*/
  text-decoration: none;
}

A.accesdico:hover {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #7b9883;
  /*text-decoration: underline;*/
  /*font-weight:bold;*/
  text-decoration: none;
}
A.accesdico:visited {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  color: #7b9883;
  /*text-decoration: underline;*/
  /*font-weight:bold;*/
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #000000;
}

TD.headerNavigation {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #000000;
  color: #ffffff;
  font-weight : 200;
  vertical-align:middle
}
TD.headerNavigationInv {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #FFFFFF;
  color: #000000;
  font-weight : 200;
  vertical-align:middle
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

A.headerNavigation:visited {
  color: #ffffff;
}
A.headerNavigationInv { 
  color: #000000; 
}

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

A.headerNavigationInv:visited {
  color: #000000;
}

TR.headerError {
  background-color:#FF0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #000000;
  vertical-align:middle;
}

TD.footer {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #000000;
  color: #ffffff;
  vertical-align:middle;
}

TD.footerbig {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #000000;
  color: #ffffff;
  vertical-align:middle;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f9fb;
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
}
.infoBoxContents3 {
  background: #f8f9fb;
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
}

.infoBoxContents2 {
  background: #FFFFFF;
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background-color:#80FF00;
}

.infoBoxNoticeContents {
  background-color:#CFFF9F;
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
}

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

TD.titre {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

a.acces {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration:underline;
}

a.acces:hover {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration:underline;
  color: #ffffff;
}

a.acces:visited {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration:underline;
}

TD.infoBox, SPAN.infoBox {
  font-family: Trebuchet MS,Verdana, 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: #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:1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-heading2 {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #cacaca;
  color: #FFFFFF;
  font-weight: bold;
}

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

TD.productListing-data2 {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
}

A.pageResults {
  color: #0000FF;
}

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

span.pageHeading, TD.pageHeading, DIV.pageHeading {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

TD.pageHeading2, DIV.pageHeading2 {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 34px;
  color: #CACACA;
}

TR.subBar {
  background: #f4f7fd;
}

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



TD.main, P.main {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
TD.main3 {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

TD.main2 {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 24px;
  color: #000000;
}

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

TD.smallText2{
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 9px;
  color:#FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Trebuchet MS,Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* Notre style */

/* les div */

.logo {

position:absolute;
width:283px;
height:92px;
z-index:1;
overflow:hidden;
padding:0px;
border: solid 0px #000000;
visibility:visible;
left:-55px;
top:-75px;

}

.champ {

position:absolute;
width:1000px;
height:195px;
z-index:1;
overflow:auto;
padding:0px;
border: solid 0px #000000;
visibility:visible;
left:0px;
top:-98px;

}

.champ1 {

position:absolute;
width:707px;
height:103px;
z-index:2;
overflow:auto;
padding:0px;
border: solid 0px #000000;
visibility:visible;
left:0px;
top:-1px;

}

.champprod {

position:absolute;
width:963px;
height:215px;
z-index:1;
overflow:auto;
padding:0px;
border: solid 0px #000000;
visibility:visible;
left:0px;
top:-98px;

}

.logo1 {

position:absolute;
width:200px;
height:157px;
z-index:1;
overflow:hidden;
padding:0px;
border: solid 0px #000000;
visibility:visible;
left:-34px;
top:-101px;

}

.logo3 {

position:absolute;
width:200px;
height:155px;
z-index:1;
overflow:hidden;
padding:0px;
border: solid 0px #000000;
visibility:visible;
left:-36px;
top:-2px;

}

.logo2 {

position:absolute;
width:200px;
height:107px;
z-index:1;
overflow:hidden;
padding:0px;
border: solid 0px #000000;
visibility:visible;
left:-5px;
top:-85px;

}

/* les span */

span.titre {

font-family: Trebuchet MS,Verdana, Arial, sans-serif;
font-size:22px;
color:#FFFFFF;
font-weight:400;

}

span.soustitre {

font-family: Trebuchet MS,Verdana, Arial, sans-serif;
font-size:16px;
color:#000000;
font-weight:400;

}

span.texte {

font-family: Trebuchet MS,Verdana, Arial, sans-serif;
font-size:12px;
color:#FFFFFF;

}

span.texten {

font-family: Trebuchet MS,Verdana, Arial, sans-serif;
font-size:12px;
color:#000000;

}

td.texten {

font-family: Trebuchet MS,Verdana, Arial, sans-serif;
font-size:12px;
color:#000000;

}

td.textep {

font-family: Trebuchet MS,Verdana, Arial, sans-serif;
font-size:11px;
color:#000000;

}

span.textenoir {

font-family: Trebuchet MS,Verdana, Arial, sans-serif;
font-size:12px;
color:#000000;
}

/* les liens */

a.titre {

font-family: Trebuchet MS,Verdana, Arial, sans-serif;
font-size:22px;
color:#FFFFFF;
font-weight:400;

}
a.titre:hover {

  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size:22px;
  color:#FFFFFF;
  font-weight:400;
  text-decoration:none;

}
a.titre:visited {

    font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size:22px;
	color:#FFFFFF;
	font-weight:400;

}

a.texte {

  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size:12px;
  color:#FFFFFF;

}
a.texte:hover {

  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size:12px;
  color:#FFFFFF;
  text-decoration:none;

}
a.texte:visited {

  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size:12px;
  color:#FFFFFF;

}
a.Navigation {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight : bold;
}
a.Navigation:hover {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight : bold;
  text-decoration:none;
}
a.Navigation:visited {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight : bold;
}

a.dico {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000FF;
}
a.dico:hover {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000FF;
  text-decoration:underline;
}
a.dico:visited {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #0000FF;
}
a.produit {

  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size:12px;
  color:#FF0000;

}
a.produit:hover {

  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size:12px;
  color:#FF0000;
  text-decoration:none;

}
a.produit:visited {

  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size:12px;
  color:#FF0000;

}
a.lientexte {

	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
a.lientexte:hover {
	
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;

}
a.lientexte:visited {

	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}


/* les tableaux */
table.texte {

    font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;

}

td.produit {

  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size:12px;
  color:#FF0000;

}

TD.Navigation {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight : bold;
}

TR.Navigation {
  background: #b7cfd1;
}

TR.Equilibre {
  background: #b9d5d6;
}
TR.Soin {
  background: #bed5bb;
}
TR.Vecteur {
  background: #c2d2c8;
}
TR.Distillation {
  background: #d3c8d0;
}

td.hvtop {
  background-image: url("../../images/hv.jpg");
  background-repeat: repeat-x;
  background-position:top;
  padding: 0;
}
td.hvbottom {
  background-image: url("../../images/hv.jpg");
  background-repeat: repeat-x;
  background-position:bottom;
  padding: 0;
}
.tableur {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  background-color: #ffffff;
  font-size: 12px;
  color: #000000;
}

TD.tableur {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  background-color: #ffffff;
  font-size: 12px;
  color: #000000;
}

TR.tableur {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  background-color: #ffffff;
  font-size: 12px;
  color: #000000;
}

TD.boxmail {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #cacaca;
  color: #ffffff;
  background-image: url(images/fondmail.gif);
}

.boxmail {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #cacaca;
  color: #ffffff;
  background-image: url(images/fondmail.gif);
}

.boxmailgris {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
}

TD.boxmailgris {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
}
.boxmailgris0 {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
}

TD.boxmailgris0 {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
}

.boxmailgris1 {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
}

TD.boxmailgris1 {
  font-family: Trebuchet MS,Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
}  

a.fiche:hover {
	
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
a.fiche:visited {
	
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
a.fiche {
	
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;

}
.fichetitre {
	
	font-family: Trebuchet MS,Verdana, Arial, sans-serif;
	font-size:14px;
	color:#3a4b39;
	text-decoration:none;
	font-weight:bold;

}
/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family:"Trebuchet MS";
 font-size: 11px;
 font-weight: normal;
 color: #000;
}
/*** End Header Tags SEO ***/

/*** Infobulle "Dicodina" ***/

.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFCC;
}
/*** Fin du CSS de l'infobulle ***/