/*
  $Id: stylesheet.css,v 1.1.1.1 2003/09/18 19:06:13 wilt Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.cat_description {  font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #800000; font-weight: bold }
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #CF272B; text-decoration: underline; }

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

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #E3D1AD;
  /*border-color: #E3D1AD;*/
  border-spacing: 3px;
}

.infoBoxContents {
  background: #CDC099;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBox, SPAN.infoBox {
  font-family: 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: #F3EEE1;
}

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

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ffffff;
  color: #CF272B;
  font-weight: bold;
  height: 30px;
}
.productListing-heading a {
  color: #CF272B;
  text-decoration: none;
}
.productListing-heading a:hover {
  color: #CF272B;
  text-decoration: underline;
}

.productlisting-headingPrice { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #88744F;
  height: 20px;
}
TD.productListing-data a {
  color: #88744F;
  text-decoration: none;
}
TD.productListing-data a:hover {
  color: #88744F;
  text-decoration: underline;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

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

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #88744F;
	}
.main a{
	color: #88744F;
	text-decoration: none;
	}
.main a:hover{
	color: #6D5443;
	text-decoration: underline;
	}

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

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D5443;
	}
.smallText a{
	color: #6D5443;
	text-decoration: none;
	}
.smallText a:hover{
	color: #88744F;
	text-decoration: underline;
	}

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

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

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

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

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

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

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

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

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

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

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

TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
}

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

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

/* message box */

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

/* input requirement */

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

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}
/* VJ Links Manager v1.00 end */

/* Modification Lucas & Lucas */
.mentionsBasPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #88744F;
	}
.mentionsBasPage a{
	color: #88744F;
	text-decoration: none;
	}
.mentionsBasPage a:hover{
	color: #88744F;
	text-decoration: underline;
	}
	
.texte10pxMarron {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D5443;
	}
.texte10pxMarron a{
	color: #6D5443;
	text-decoration: none;
	}
.texte10pxMarron a:hover{
	color: #88744F;
	text-decoration: underline;
	}

.texte10pxMarronHL18px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #6D5443;
	}
.texte10pxMarronHL18px a{
	color: #6D5443;
	text-decoration: none;
	}
.texte10pxMarronHL18px a:hover{
	color: #88744F;
	text-decoration: underline;
	}

.texte11pxMarron {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #88744F;
	}
.texte11pxMarron a{
	color: #88744F;
	text-decoration: none;
	}
.texte11pxMarron a:hover{
	color: #6D5443;
	text-decoration: underline;
	font-weight: bold;
	}
	
.texte11pxMarronB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CDC099;
	}
	
.texte11pxMarronHL18px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #88744F;
	line-height: 18px;
	}
.texte11pxMarronHL18px a{
	color: #88744F;
	text-decoration: none;
	}
.texte11pxMarronHL18px a:hover{
	color: #6D5443;
	text-decoration: underline;
	font-weight: bold;
	}
	
.texte12pxMarron {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D5544;
	}
.texte12pxMarron a{
	color: #6D5544;
	text-decoration: none;
	}
.texte12pxMarron a:hover{
	color: #88744F;
	text-decoration: underline;
	font-weight: bold;
	}

.texte12pxMarronHL18px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D5544;
	line-height: 18px;
	}
.texte12pxMarronHL18px a{
	color: #6D5544;
	text-decoration: none;
	}
.texte12pxMarronHL18px a:hover{
	color: #88744F;
	text-decoration: underline;
	font-weight: bold;
	}

.texte12pxMarronB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CDC099;
	}

.texte10pxVertHL18px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #83B71D;
}

.texte12pxVert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	size: 12px;
	color: #83B71D;
	font-weight: bold;
}

.texte11pxVert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #94CB29;
	}
.texte11pxVert a{
	color: #94CB29;
	text-decoration: none;
	}
.texte11pxVert a:hover{
	color: #94CB29;
	text-decoration: underline;
	font-weight: bold;
	}
	
.texte11pxVertSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #94CB29;
	text-decoration: underline;
	font-weight: bold;
	}

.texte11pxRougeHL18px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C32529;
	line-height: 18px;
	}
.texte11pxRougeHL18px a{
	color: #C32529;
	text-decoration: none;
	}
.texte11pxRougeHL18px a:hover{
	color: #C32529;
	text-decoration: underline;
	font-weight: bold;
	}	

.texte14pxRouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	}
	
.texte12pxNoirHL18px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	}
.texte12pxNoirHL18px a{
	color: #000000;
	text-decoration: none;
	}
.texte12pxNoirHL18px a:hover{
	color: #C32529;
	text-decoration: underline;
	font-weight: bold;
	}	
	
.customHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #CF272B;
  font-weight: bold;
}
.customHeading a {
  color: #CF272B;
  text-decoration: none;
}
.customHeading a:hover {
  color: #CF272B;
  text-decoration: underline;
}

html, body {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	background-image: url('../Original/images/vigne_blanche/motif_bandeau_bg.jpg');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	color: #000000;
}

div#containerL {
	position: absolute;
	margin-left: -420px;
	left: 50%;
	top: 0px;
	width: 840px;
}

div#headerL {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 840px;
	height: 175px;
}

div#leftContainerL {
	position: absolute;
	left: 10px;
	top: 175px;
	width: 209px;
}

div#leftL {
	width: 209px;
	float: left;
	margin-bottom: 10px;
}

div#rightL {
	position: absolute;
	left: 683px;
	top: 175px;
	width: 132px;
}

div#mainContainerL {
	position: absolute;
	left: 228px;
	top: 175px;
	width: 430px;
	}

div#contentL {
	float: left;
	width: 430px;
}

div#footerL {
	float: left;
	width: 430px;
}
