/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText {  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: #efdecd; }
.orderEdit { font-size : 10px; color: #FFFFFF; text-decoration: underline; font-weight: bold; }





FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #996633;
}

TD.headerNavigation {
  font-size: 11px;
  background: #996633;
  color: #ffffff;
  font-weight : bold;
  padding:3px 0px;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  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: #996633;
}

TD.footer {
  
  font-size: 10px;
  background: #996633;
  color: #ffffff;
  font-weight: bold;
}


.infoBoxContents {
  background: #CC9966;
  
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  
  font-size: 10px;
}

TD.infoBoxHeading {
  
  font-size: 10px;
  font-weight: bold;
  background: #996633;
  color: #ffffff;
}

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

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





TD.productListing-data {
  
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  
  font-size: 10px;
}

TD.accountCategory {
  
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 12px;
}

TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}
TD.category_desc {
  
  font-size: 11px;
  line-height: 1.5;
}

SPAN.newItemInCart {
  
  font-size: 10px;
  color: #ff0000;
}


CHECKBOX, INPUT, RADIO, SELECT {
  
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  
  font-size: 11px;
}

SPAN.greetUser {
  
  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.errorText {
  
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo {  font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size: 10px; color: #000000; }

/* message box */

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


/* BOF: Additional Images */
.imagesBoxContents {
  
  font-size: 10px;
}
/* EOF: Additional Images */



/* ------------------- */
* {
	margin:0pt;
	padding:0pt;
}
body {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial,Geneva,Lucida,Helvetica,sans-serif;
	font-size:12px;
	margin:0pt;
	padding:0pt;
	text-align:center;
}
h1, h2, h3 {
	margin:5px 0px;
}
h2 {
	color:#996633;
}
h3 {
	font-size: 12px;
}

p {
	margin:3px 0px;
	font-size:12px;
}

td {
	font-size:12px;
}
ul {
	padding:0px;
}
ul li {
	padding:0px;
}
hr {
	border:medium none;
	clear:left;
	visibility:hidden;
}
A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  
  text-decoration: underline;
}

.left{float: left; margin-right: 10px;}
.right{float:right; margin-left: 10px;}
.petit{font-size: 0.8em;}
.abus{font-size: 0.8em;text-align: right; padding: 5px;}
.infoBox {
  background: #CC9966;
}
.infobox h3{color: #FFFFFF; background-color: #996633;padding: 5px;}
.infobox p{padding: 5px;}

/* input requirement */

.inputRequirement { color:#9B2D15;
font-size:10px;
font-weight:bold;}


#wrapper {
	background-color:#FFFFFF;
	margin:0px auto;
	padding:0px;
	text-align:left;
	width:950px;
}
#header {
	width:950px;	
}
#header h1 {
	height:110px;
	margin:0px;
	padding:0px;
	text-indent:-3000px;
	width:941px;
	background:transparent url(/static/documents/tetiere/DVF_tet-home.jpg) no-repeat scroll right top;
}


SPAN.productSpecialPrice {
  color: #ff0000;
}

/* --- LEFT -- */
#left {
	float:left;
	margin:10px 0px 0px 0px;
	width:125px;
	
}

/* --- content -- */
#content {
	float:left;
	margin:10px 0px 0px 5px;
	width:670px;
	
}
html>body #content{
	margin:10px 0px 0px 14px;
}

/* --- RIGHT -- */
#right {
	float:left;
	margin:10px 0px 0px 5px;
	width:125px;

}
html>body #right{
	margin:10px 0px 0px 14px;
}


/* -- footer --*/
#footer{
	background-color: #996633;
	color: #FFFFFF;
	font-weight: bold;
}


/* liste des produits */


.liste-produits{}

.liste-produits a.productListing-heading {
  padding-left:34px;
  font-weight: bold;
  text-decoration: underline;
}


.liste-produits .produit{ 
	border:1px solid #996633;
	float:left;
	height:99px;
	margin:10px;
	padding:5px;
	width:302px;
	background-color: #CC9966;
}


.liste-produits .produit p.image{	
	float:left;
	margin-right:5px;
}

.liste-produits .produit a.buy_now{
	text-decoration: underline;	
}

/*  detail d'un produit */
.detailProduit { position: relative;}
.detailProduit .lien-popup{ 
	float:left;
	margin:15px 24px 20px 0px;
}
.detailProduit .descriptif{ 
	padding: 10px 0px 30px 0px;
	}
.detailProduit .prix{
	float:left;
	text-align: right;
	font-weight : bold;
	right: 140px;
	position: absolute;
	padding:5px 0px 0px;
	font-size: 16px;
}
.detailProduit .ajouter{
	float:left;
	right: 0px;
	position: absolute;
}


/* panier */
TABLE.panier {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
  width: 100%;
}
TABLE.panier td{padding: 5px; }
td.productListing-heading {
	background:#996633 none repeat scroll 0%;
	color:#FFFFFF;
	font-weight:bold;
}

/* bannier */
.banner{
	margin: 60px 0px 0px 0px;
}


