
div.haut{
	border: 0px solid red;
	width: 1000px;
	margin: 0px auto 0px auto;/*-27 = hack pour bloquer le site au raz du haut de la page*/
	/*padding: 0px 0px 0px 0px;*/
/*	background: transparent url("images/ombre_haut2.jpg") no-repeat center bottom;*/
	height: 138px;
}

div.conteneur_g{
	border: 0px solid red;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: transparent url("images/ombre_cote.jpg") repeat-y center;
}

div.bas{
	border: 0px solid red;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: transparent url("images/ombre_bas.jpg") no-repeat center top;
	height: 40px;
}
div.pied_cviatis{
	margin:2px 0px 0px 0px;
	padding:0px;
	color:#656565;
	font-family:"Verdana", sans-serif;
	font-size:8pt;
}
div.pied_cviatis a:link, div.pied_crl a:visited{
	background-color:#FFFFFF;
	color:#656565;
	text-decoration:none;
}
div.pied_cviatis a:hover{
	background-color:#FFFFFF;
	color:#2E2E2E;
	text-decoration:none;
}
div.pied_crl{
	margin:0px;
	padding:0px;
	color:#656565;
	font-family:"Verdana", sans-serif;
	font-size:8pt;
}
div.pied_crl a:link, div.pied_crl a:visited{
	background-color:#FFFFFF;
	color:#656565;
	text-decoration:none;
}
div.pied_crl a:hover{
	background-color:#FFFFFF;
	color:#2E2E2E;
	text-decoration:none;
}

/************************************************************************************************/

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

BODY {
  text-align: center;
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

.fixcenter {
  width: 900px;
  border: solid; border-width: 0px;
  background: #FFFFFF;
  color: #000000;
  margin: auto;
  margin-top: 0px;
  text-align: left;
}

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

A:hover {
	/*color: #F57921;*/
	text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
	/*font-family: Verdana, Verdana, sans-serif;*/
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	padding:2px 0px 5px 0px;
	/*border-bottom:1px dotted #7C7C7E;*/
}

A.headerNavigation { 
  color: #444445; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family:"Verdana", sans-serif;
  font-size: 10px;
  background: #4A68B7;
  color: #ffffff;
  font-weight: bold;
  background: url("images/0.bg_foot.gif") repeat-x;
  height:15px;
}
/***********************************************************************************/
.infoBox {
	margin: 5px 0px 0px 0px;
	background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
	border-top: 1px dotted #CECECE;
}

.infoBoxContents {
	background: #F9F9F9;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
}

.infoBoxContents a { 
  color: #638C6B; 
}

.infoBoxContents a:hover {
  color: #5F6B61;
  text-decoration:none;
  
}



/***************************************************************************************************/
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
 background: #F9F9F9;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
}

TD.infoBoxHeading {
 font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
/**********************************************************************************/
TD.infoBox, SPAN.infoBox {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
}
/***********************************************************************************************/
.contentBox {
 background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}

TD.contentBoxHeading {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}

.contentBoxContents {
background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;
}
/**************************************************************************************************/

.BestSellersBox {
 background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.BestSellersBoxHeading {
 font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.BestSellersBoxContents {
  background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;;
}

/***************************************************************************************************/
/*CATALOGUE*/

.CategoriesBox {
	background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.CategoriesBoxHeading {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.CategoriesBoxContents {
	background: #FFFFFF;
	font-family: "verdana", sans-serif;
	font-size: 11px;

}

/***************************************************************************************************/
.CurrenciesBox {
	background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.CurrenciesBoxHeading {
font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: normal;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.CurrenciesBoxContents {
 background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;
}

/***************************************************************************************************/
.InformationBox {
  background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.InformationBoxHeading {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: normal;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.InformationBoxContents {
 background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;
}
/*****************************************************************************************************/

.LanguagesBox {
  background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.LanguagesBoxHeading {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: normal;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.LanguagesBoxContents {
  background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;
}

/*************************************************************************************************/
.ManufacturerInfoBox {
  background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.ManufacturerInfoBoxHeading {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: normal;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	font-weight:normal;
}

/***************************************************************************************************/
.ManufacturersBox {
  background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.ManufacturersBoxHeading {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: normal;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.ManufacturersBoxContents {
 background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;
}

/****************************************************************************************************/
.OrderHistoryBox {
  background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.OrderHistoryBoxHeading {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: normal;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.OrderHistoryBoxContents {
 background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;
}

/***************************************************************************************************/
.ProductNotificationsBox {
  background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.ProductNotificationsBoxHeading {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.ProductNotificationsBoxContents {
background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;
}
/******************************************************************************************************/

.ReviewsBox {
  background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.ReviewsBoxHeading {
 font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.ReviewsBoxContents {
  background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;
}

/****************************************************************************************************/
.SearchBox {
  background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.SearchBoxHeading {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.SearchBoxContents {
background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;
}
/***************************************************************************************************/

.ShoppingCartBox {
  background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.ShoppingCartBoxHeading {
 font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.ShoppingCartBoxContents {
background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;
}

/**************************************************************************************************/
.SpecialsBox {
  background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.SpecialsBoxHeading {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: normal;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.SpecialsBoxContents {
 background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;
}

/*********************************************************************************************/
.TellaFriendBox {
  background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.TellaFriendBoxHeading {
 font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.TellaFriendBoxContents {
background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;;
}

/***********************************************************************************************/
.WhatsNewBox {
	background: #FFFFFF;
	border-bottom: 1px dotted #CECECE;
	border-left: 1px dotted #CECECE;
	border-right: 1px dotted #CECECE;
}
TD.WhatsNewBoxHeading {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
}
.WhatsNewBoxContents {
	background: #FFFFFF;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	font-weight:normal;
}
/*******************************************************************************************************/

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

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: #FFFFFF;
}
/******************************************************************************************************/
TABLE.productListing {
  
}



TD.productListing-data {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight:bold;
  vertical-align:middle;
  border-bottom: 1px dotted #CECECE;
 
  margin:0px;
  padding:0px 5px 0px 5px;
}
TD.productListing-data TD.productListing-data{
border-bottom: 0px dotted #CECECE;
}

/**/
span.lot{
	font-weight:normal;
	font-style:italic;
	font-size:9px;	
}
/**/

.productListing-heading {
 font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
 /* background-color: #4A68B7; */
  color: #4A68B7;
  background: url("images/0.fond_titre_box.gif") repeat-x;
  height:20px;
  vertical-align:top;
  margin:0px;
  padding:0px;
}


TD.productListing-data a { 
  color: #CE406F;
}

TD.productListing-data a:hover {
  color: #D37795; 
  text-decoration:none;
}

/*****************************************************************************************************/
A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #000000;
  background: #8559BC;
}

TD.pageHeading, DIV.pageHeading {
	font-family: "Verdana", sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #8559BC;
	
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:"Tahoma", sans-serif;
  font-size: 10px;
  color: #000000;
}
/*************************************************************************/
TD.main, P.main {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  line-height: 1.2;
}

TD.main a { 
  color: #4A68B7; 
}

TD.main a:hover {
  color: #E7798E; 
  text-decoration:underline;
}
/*************************************************************************/
/*pour contrib quantité*/
TD.main td {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  line-height: 1.5;
}
TD.main td input{
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  line-height: 1.5;
  font-weight:bold;

}
/******************************************************************************/
TD.smallText, SPAN.smallText, P.smallText {
  font-family:"Verdana", sans-serif;
  font-size: 10px;
}

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

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

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

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  vertical-align:bottom;
}

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

SPAN.greetUser {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  /*color: #f0a480;*/
  /*font-weight: bold;*/
}

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

TD.formAreaTitle {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  font-weight: bold;
}

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

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

SPAN.errorText {
  font-family:"Verdana", sans-serif;
  color: #ff0000;
}
/****************************************************************************************/
TD.productPriceInListing {
  font-family:"Verdana", sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}
TD.productPriceInProdInfo {
  font-family:"Verdana", sans-serif;
  font-size: 11px;
  background: #ccffcc;
}

TD.productPriceInBox {
  font-family:"Verdana", sans-serif;
  font-size: 10px;
  background: #F9F9F9;
 /*border:1px dotted #CECECE;*/
}
/**/
table.prixdegress{
	padding:2px 0px 0px 0px;	
}
tr.titreprixdegress td{
	color:#F57921;
	font-family:"Verdana",sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:right;
}
td.prixparlot{
	font-family:"Verdana", sans-serif;
  	font-size: 11px;
  	background: #F9F9F9;	
  	font-weight:bold;
  	color:#F57921;
}
/**/
/*****************************************************************************************/

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

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

/* message box */

.messageBox { font-family:"Verdana", sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family:"Verdana", sans-serif; font-size: 10px; background-color: #E7798E; }
.messageStackSuccess { font-family:"Verdana", sans-serif; font-size: 10px; background-color: #66CC99; }

/* input requirement */

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

.cssButton {
	background-color: #BDBCBD;
	color: #FFFFFF;
	border: 1px solid #8D8D8D;
	margin:10px 0px 0px 0px;
	cursor: pointer;
}



#thecategories a:hover {
	/*background-color: #F6F6F6;*/
	color: #000000;
	background-color:#E7798E;
	text-decoration:none;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
	position: relative;
	top: -9px;
	margin-bottom: -16px;
	width: 140px;
}

.activelink {
	display: block;
	font-weight: bold;
}

#thecategories a {
	display: block;
	padding-bottom: 1px;
	padding-top: 1px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
padding-left: 5px;
}

#secondcat a {
	padding-left: 20px;
}

#thirdcat a {
	padding-left: 35px;
}

#fourthcat a {
	padding-left: 50px;
}

#fifthcat a {
	padding-left: 65px;
}
/********************************************************************************************/
/*MENU*/

div.menu{
	border:0px solid red;
	width:900px;
	margin:0px auto 0px auto;
	padding:1px;
}
div.menu table{
	width:100%;
	/*border-top:1px solid #FFFFFF;*/
	/*border-bottom:1px dotted #000000;*/
	border-collapse : collapse
}


div.menu table tr td{
	background: url("images/0.bg_menu.gif") repeat-x;
	margin:0px;
	padding:0px;
	height:25px;
	border-collapse:none;
	border-right:1px solid #9E9E9F;
	border-left:1px solid #9E9E9F;
	text-align:center;
	color:#FFFFFF;
	font-size:10pt;
	font-family:Verdana, sans-serif;
}
div.menu table tr td:hover{
 	background: url("images/0.bg_menu_hover.gif") repeat-x;
}
div.menu table tr td a{
 	color:#FFFFFF;
 	text-decoration:none;
}
div.menu table tr td a:hover{
 	text-decoration:none;
	color:#FFFFFFF;
}
/********************************************************************************************/
/*Mini descriptif*/
div.mini_descriptif{
font-weight:normal;
color:#4A68B7;
}


span.cliquezProduit{
	color:black;
	/*font-weight:bold;*/
}
