/*
  $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, 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: #70d250; text-decoration: underline; }

BODY{
	SCROLLBAR-FACE-COLOR: #663333;
	SCROLLBAR-HIGHLIGHT-COLOR: #E8DCC5;
	SCROLLBAR-SHADOW-COLOR: #380F10;
	SCROLLBAR-3DLIGHT-COLOR: #663333;
	SCROLLBAR-DARKSHADOW-COLOR: #663333;
	SCROLLBAR-ARROW-COLOR: #FEFADF;
	SCROLLBAR-TRACK-COLOR: #D3AB53;
	SCROLLBAR-BASE-COLOR: #FEFADF;
}


DIV.SB_products{
	SCROLLBAR-FACE-COLOR: #FEE8A3;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #663333;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-BASE-COLOR: #CFAA51;
}/*

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

*/

INPUT { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #441A07;
	text-decoration: none;
	background-color: #D9B25D;

	border-top:#441A07 solid 1px;
	border-left:#441A07 solid 1px;
	border-right:#E8D4C5 solid 1px;
	border-bottom:#E8D4C5 solid 1px;
}

SELECT { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #441A07;
	text-decoration: none;
	background-color: #D9B25D;

	border-top:#441A07 solid 1px;
	border-left:#441A07 solid 1px;
	border-right:#E8D4C5 solid 1px;
	border-bottom:#E8D4C5 solid 1px;
}

INPUT.ButtonSend {
	cursor: pointer;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

	color: #441A07;

	background-color:#663333;
	background-image: url('images/bouton_go.gif');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;

	border-top:#E8DCC5 solid 1px;
	border-left:#E8DCC5 solid 1px;
	border-right:#380F10 solid 1px;
	border-bottom:#380F10 solid 1px;

	height: 16px;
	width: 20px;
}

TEXTAREA {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #441A07;
	text-decoration: none;
	background-color: #D9B25D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #441A07;
	border-right-color: #E8D4C5;
	border-bottom-color: #E8D4C5;
	border-left-color: #441A07;
}


/**********************************
	Standard Text
*/

TD {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6D4127;
	text-decoration: none;
}


/**********************************
	Links Navigation
*/

/* Basic Class for links */
A  { text-transform: none; font-size:11px; text-decoration: none; font-family: Arial, Helvetica, sans-serif;  color: #6D4127; font-weight: normal; }

A:link 		{ color:#6D4127; }
A:visited	{ color:#6D4127; }
A:active 	{ color:#6D4127; }
A:hover 	{ color:#953B01; }

	.navlink  {font-weight: bold; }
		A:link.navlink 		{ color:#6D4127; }
		A:visited.navlink 	{ color:#6D4127; }
		A:active.navlink 	{ color:#6D4127; }
		A:hover.navlink 	{ color:#BAA76D; }

	/* Class for navigation links */
	.nav  {}
		A:link.nav 		{ text-transform: none; color:#FFFFFF; }
		A:visited.nav 	{ text-transform: none; color:#FFFFFF; }
		A:active.nav 	{ text-transform: none; color:#FFFFFF; }
		A:hover.nav 	{ text-transform: none; color:#FFFFFF; }

	/* Class for navigation links */
	.mention { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; }
		A:link.mention		{ color:#6D4127; }
		A:visited.mention	{ color:#6D4127; }
		A:active.mention	{ color:#6D4127; }
		A:hover.mention		{ color:#953B01; }

	/* Class for navigation links in high mod ADMIN */
	.adm_navlink  {font-weight: bold; }
		A:link.adm_navlink 		{ color:#6D4127; }
		A:visited.adm_navlink 	{ color:#6D4127; }
		A:active.adm_navlink 	{ color:#6D4127; }
		A:hover.adm_navlink 	{ color:#953B01; }

	/* Class for links item selection*/
	.itemchoice  { font-size:10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; }
		A:link.itemchoice 		{ text-transform: none; color:#6D4127; }
		A:visited.itemchoice 	{ text-transform: none; color:#6D4127; }
		A:active.itemchoice 	{ text-transform: none; color:#6D4127; }
		A:hover.itemchoice	 	{ text-transform: none; color:#953B01; }



/**********************************
	Page Text
*/

.basdepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: 643223;
	text-decoration: none;
}

.bloc {
	background-color: F5D07E;
	border: 1px solid #6D4127;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	color: 6D4127;
	text-decoration: none;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: 6D4127;
	text-decoration: none;
}


/**********************************
	Layout
*/

.lineDotted{
	background-attachment: fixed;
	background-image: url(images/linedotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.cadre	{ border: 1px solid #6D4127; }

.lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #663333;
	text-decoration: none;
}

.bordureBasTable {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.bordureHautTable {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: Aucune;
	border-bottom-style: Aucune;
	border-left-style: Aucune;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}


/**********************************
	other
*/

.titrecontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFCC66;
	text-decoration: none;
}

.titreproduit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #663333;
	text-decoration: none;
	font-variant: normal;
}
.textproduit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #663333;
	text-decoration: none;
}
.titregras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #663333;
	text-decoration: none;
}
.texteGras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #6D4127;
}
.textItaliqueTime {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	text-transform: uppercase;
	color: #000000;
}
.texte9produit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #663333;
	text-decoration: none;
}
.fondImg1 {
	background-image: url(images/details_produit/produit1_prod01ter.jpg);
	background-repeat: no-repeat;
}
.fondImg2 {
	background-image: url(images/details_produit/produit1_prod02ter.jpg);
	background-repeat: no-repeat;
}
.fondImg3 {
	background-image: url(images/details_produit/produit1_prod03ter.jpg);
	background-repeat: no-repeat;
}

.textItaliqueTimeNorm {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	color: #6D4127;
}

.texte9produitNoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6D4127;
	text-decoration: none;
}



.newsDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: capitalize;
	color: #999999;
}
.newstext {

	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: italic;
	font-weight: normal;
	color: 6D4127;
	text-decoration: none;
}
.boxPane {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #663333;
	background-color: #F5D07E;
	border: 1px solid #663333;
}
.boxTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #F5D07E;
	text-decoration: none;
	font-variant: normal;
	background-color: #663333;
	height: 20px;
	vertical-align: middle;
	padding-left:5px;


}
.descriptifTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #663333;
}

.zoneCmdLiNO {
	padding:15px;
	padding-left:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #663333;
}
.boxSubTitre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #663333;
	text-decoration: none;
	font-variant: normal;
	background-color: #D3AA4E;
	height: 20px;
	vertical-align: middle;
	padding-left:5px;
}


BODY {
  /* background: #ffffff; */
  color: #000000;
  /* margin: 0px; */
	background-image: url(images/web-background.jpg);

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: /* #bbc3d3*/ #663333;
}

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

A.headerNavigation { 
  color: #666666;
}

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

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

.infoBoxContents {
  background: #f8f8f9;
  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: #663333;
  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: #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: #663333;
  border-spacing: 1px;
}

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

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

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

A.pageResults {
  color: #0000FF;
}

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

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

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;
}

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

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;
}

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: 11px;
}

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

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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  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;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.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; }
