/*
  $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, sans-serif; font-size: 12px; }
.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: #0081C6; 
text-decoration: underline; 
}

BODY {
 background: url(images/banners/habillage_site.jpg) top center no-repeat ;
  background-color:black;

  color: black;
  margin: 0px;
}

img
{
border: 0;
}

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

A:hover {
  color: #0081C6;
  text-decoration: none;
  
   font-family: Trebuchet, sans-serif; 
}

A.testLienMenuGauche
{
	color: black;
	text-decoration: none;  
    font-family: Trebuchet, sans-serif; 
}
A.testLienMenuGauche:hover
{
	color: #0081C6;

	text-decoration: none;  
    font-family: Trebuchet, sans-serif; 
}

.menuCategorieClik
{
	color: white;
	background-color:#0081C6;
	font-weight : bold;
	text-decoration: none;  
    font-family: Trebuchet, sans-serif; 
}

.menuSousCategorieClik
{
	color: blue;
	background-color:white;
	font-weight : bold;
	text-decoration: none;  
    font-family: Trebuchet, sans-serif; 
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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


/* cadre des box   */
.infoBox {
  background: white;
  
}

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

.infoBoxNotice {
  background: #FF8E90;
  
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  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: white;
  color: black;
  border:1px solid black;
}

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

TR.productListing-odd{
	background: white;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #0081C6;
  border-spacing: 1px;
  
}

TD.moduleNewProductLink{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;		
	font-size: 13px;
	background: white;
}

TD.moduleNewProductLinkSoldes{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;		
	font-size: 13px;
	background: white;
	 background: url(images/banners/test_Fond_Soldes.jpg) top center no-repeat ;
}
/*
TD.moduleNewProductLink:hover{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;

	background: #DDDDDD;
	font-size: 12px;
  
}
*/	

A.moduleNewProductLink2{
	color : #808080;
	
}
A.moduleNewProductLink2:hover{
	color : #0099CC;
	
}

A.productListing-heading:hover{
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #0081C6;
  color: white;
  font-weight: bold;
   text-decoration: underline;
}

.productListing-heading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #0081C6;
  color: white;
  font-weight: bold;
}


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

A.productListing-data {
  font-family:Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  color : #808080;
}
A.productListing-data:hover {
  font-family:Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 11px;
  color : #808080;
}


A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-left : 50px;
  color: #0081C6;
  background: url(images/banners/flecheBas.png) no-repeat;
  height:40px;
  
}
p.pageHeading2 {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #0081C6;
  height:40px;
  text-align:left;
padding-left : 10px;
}

TR.subBar {
  background: #f4f7fd;
  
}

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

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

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

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

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

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

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

SPAN.markProductOutOfStock {
  font-family: Trebuchet MS,Tahoma, 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: #D7E9F7; cursor: pointer; cursor: auto; }
.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: #0081C6;
}

/* input requirement */

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


.banniere{
  text-align: center;
  margin-right:auto;
  margin-left:auto;
  height: 225px;
  width: 1000px;
  background: transparent url(images/banners/banV3.png) no-repeat;
}

.langues{
		width: 1000px;
       padding-top : 200px; 
	   padding-left: 0px;   
       padding-right : 10px;
       height:50px;
       color: black;
       background : transparent;
	
}
.logosBanniere
{
       position: absolute;
       z-index: 100;
       top: 250px;
       left: 1000px;
       padding: 0 40px 0 40px;
       margin: 0 0 0 0px;
       height:18px;
       background: transparent;
       color: black;
}
.testContent
{
  background:white;
  color:white;
}

.menuHeader1
{
     top: 50px;
}
.menuHeaderBis {
 list-style:none;
 width:100%; 
 height:51px;
 margin-top:-57px;
 margin-left:27px;
 text-align:left;
 }
 
.menuHeader {
 list-style:none;
 width:100%; 
 height:51px;
 line-height:27px;
 margin-top:-65px;
 margin-left:-15px;
 text-align:center;
 }
.menuHeader li {
 float:left;
 margin-left:10px;
}

.menuHeader li a {
 /** background: url(images/infobox/onglet.png);**/

 display:block;
 float:left;
 width:90px;
 height:51px;
 line-height:51px;
 color:#aaa;
 text-decoration:bold;
 font-family:trebuchet, verdana, sans-serif;
 text-align:center;
 font-size:15px;
 padding:0 0 0 7px;
 cursor:pointer;
}
.menuHeader li a b {
 float:left;
 display:block;
 padding:0 14px 0 7px;
}

.menuHeader li a:hover {
 color: #2198D0;

 }

.menuHeader li a:hover b {

  /** background: url(images/infobox/onglet.png);
 no-repeat right top;**/
}
.testCadre
{
 border : 2px solid #fff;
 background :white;
}

.infoBoxNewProducts {
 /* background: #b6b7cb;*/
   background: #b6b7cb;
}

.infoBoxContentsNewProducts {
  /*background: #9BC5D9;*/
   background: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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

.menuDroite
{
  text-align: center;

  margin-left:980px;
  height: 275px;
  width: 100%;
  background: transparent url(images/banners/banniereDroite.png) top left no-repeat;
}

.menuCentre
{
  text-align: center;

  margin-top:2px;
  margin-bottom:5px;
  }
  
TR.commandeListing-odd {
  background: #f8f8f9;
}

TR.commandeListing-even {
  background: #f8f8f9;
}

TABLE.commandeListing {
  border: 1px;
  border-style: solid;
  border-color: #DDE9F1;
  border-spacing: 1px;
}

.commandeListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #DDE9F1;
  color: black;
  font-weight: bold;
}

TD.commandeListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
  /* BOF: More Pics 6 */
TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}
/* EOF: More Pics 6 */

TR.footer {
  background: #bbc3d3;
}

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

.footer2
{
	width: 1000px;
	height:50px;
    font-size: 11px;
	background: url(images/banners/FondMenu.png) top no-repeat;

}

.linkFooter{

	font-size : 10px;
}

.footerSmallText
{
 font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 10px;
  color:white;
}

.linkSmallFooter
{
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 10px;
  color:white;
}
.linkSmallFooter:hover
{
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 10px;
  color:#0081C6;
}

A.menuCentre1
{
	background: url(images/MenuCentre/accueil.png) top left no-repeat;
}
	
A.menuCentre1:hover
{
	background: url(images/MenuCentre/accueil_roll.png) top left no-repeat;
}

.descriptionProduit{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}

p.prixProduit {
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
	text-align:left;
	color : #FF9933;
}

TD.deliveryAdress {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding:10px;
  background: url(images/checkout/fond-image-livraison.gif) no-repeat;
}

TD.shippingAdress {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding:10px;
  background: url(images/checkout/fond-image-facturation.gif) no-repeat;
}
TD.orderHistoryPicto{
  font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding:10px;  
  height:50px;
  padding-left:60px;
  background: url(images/checkout/picto_historique.gif) left no-repeat;
  border-bottom:solid 1px #bbc3d3;
}
TD.paymentMethodPicto{
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding:10px;  
  height:50px;
  padding-left:60px;
  background: url(images/checkout/picto_paiement.gif) left no-repeat;
  border-bottom:solid 1px #bbc3d3;
}
TD.productPicto{
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding:10px;  
  height:50px;
  padding-left:60px;
  background: url(images/checkout/picto_products.gif) left no-repeat;
  border-bottom:solid 1px #bbc3d3;
}

TD.picto_command{
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding:10px;  
  height:50px;
  padding-left:60px;
  background: url(images/checkout/picto_command.gif) left no-repeat;
  border-bottom:solid 1px #bbc3d3;
}

TD.sans_picto_command{
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding:10px;  
  height:50px;
  padding-left:10px;
  border-bottom:solid 1px #bbc3d3;
}

TD.shippingMethodPicto{
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding:10px;  
  height:50px;
  padding-left:60px;
  background: url(images/checkout/picto_shipping.gif) left no-repeat;
  border-bottom:solid 1px #bbc3d3;
}
TD.commentPicto{
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding:10px;  
  height:50px;
  padding-left:60px;
  background: url(images/checkout/picto_comment.gif) left no-repeat;
  border-bottom:solid 1px #bbc3d3;
}

#diap1 {
	width: 207px;
	height: 142px;
}
#diaporama img {
	position: absolute;
	width: 207px;
}

div#disclaimer{ text-align:left; }
div#disclaimer-fond{ position:absolute; z-index:1000; width:100%; height:2650px; background:white; filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9; text-align:center; line-height:normal; clear:both; }
div#disclaimer-conteneur{ position:absolute; z-index:1001; width:100%; text-align:center; clear:both; }
div#disclaimer-cadre{ width:550px; margin-left:auto; margin-right:auto; text-align:center; margin-top:200px; padding:15px; font-size:12px; border:#ddd 1px solid; background:#f5f5f5; color:#555; }
div#disclaimer-cadre b{ font-size:14px; color:black; }
div#disclaimer-cadre a{ text-decoration:none; font-size:18px; font-weight:bold; color:white; }
div#disclaimer-cadre a:hover{ color:white; }
