/*
  $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
*/


html, body {
/*  background: #ffffff;
  color: #000000;*/
	background-color: white;
	/*color: #6F7179; */
	font-family: verdana;
	font-size: 12pt;
  /*margin: 0px;*/
/*    margin-left: 100px;
    margin-right: 100px;*/
	background: #FFFFFF;
	font-family: Verdana, sans-serif;
}

.boxText { font-size: 10px; }
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #ffffff; }/*f2fff7*/
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

#conteneur {
	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
}

A {
/*  color: #000000;1079AB*/
  color: #6F7179;
  text-decoration: none;
}

A:hover {
/*  color: #AABBDD;FF6B00*/
  color: #1079AB;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /*background: #FF6B00;*//*bbc3d3*/
  background-image:url(images/bande_recherche_centre.png);
  background-repeat:repeat-x;
  height:24px;
}

TD.headerNavigation {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  /*background: #FF6B00;*//*bbc3d3*/
  color: #6F7179;
  font-weight : bold;
    background-image:url(images/bande_recherche_centre.png);
  background-repeat:repeat-x;
  height:24px;
}

A.headerNavigationSmall {font-size: 9px;}
A.headerNavigationSmall:hover {
  color: #1079AB;
  text-decoration:none;
}
A.headerNavigation { 
  color: #6F7179; 
}

A.headerNavigation:hover {
  color: #1079AB;
  text-decoration:none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, 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, sans-serif;
  font-size: 12px;
  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: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #1074A5;
}

.infoBoxContents {
  background: #FFFFFF;/*f8f8f9*/
  font-family: Verdana, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading,TD.infoBoxHeading A,TD.infoBoxHeading A:hover {
  font-family: Verdana, sans-serif;
/*  font-size: 10px;*/
  font-size: 12px;
  font-weight: bold;
  /*background: #ff6b00;*//*bbc3d3*/
  /*background-image:url(images/infobox/bande_center_orange.png);background-repeat:repeat;*/
  color: #ffffff;
  text-decoration:none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, 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: #FFFFFF;/*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: #ffffff;/*f8f8f9*/
}

/*TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #1074A5;
  border-spacing: 1px;
}*/

.productListing-heading {
  background: #1074A5;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration:none;
}

TD.productListing-data {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  padding-left:15px;
  text-align:left;
}

A.pageResults {
  color: #1079AB;
  text-decoration:none;
}

A.pageResults:hover {
  color: #FF6B00;
  text-decoration:none;
  /*background: #FFFF33;*/
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, sans-serif;
  font-size: 14px;/*20*/
  font-weight: bold;
/*  color: #9a9a9a;*/
  color: #ff6b00;
}

TR.subBar {
  background: #ffffff;/*f4f7fd*/
}

TD.subBar {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/*AJOUT*/
TD.titre_main, P.titre_main {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight:bold;
  line-height: 1.5;
}
/*AJOUT*/

TD.smallText, SPAN.smallText, P.smallText, A.smallText {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-decoration:none;
}


/*AJOUT*/
TD.bouton_bleu{
	background-image:url(images/bt_bleu.png);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
}
A.txt_bouton{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
}
A.txt_bouton:hover{
	text-decoration:none;
	color:#FF6B00;
}

A.txt_bouton2{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
}
A.txt_bouton2:hover{
	text-decoration:none;
	color:#1079AB;
}

A.txt_bouton3{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
}

A.bigText {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight:bold;
  text-align:left;
  color:#FF6B00;
}
A.bigText:hover {
  color:#1079AB;
}

A.mediumText1 {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight:bold;
  text-align:left;
  color:#FF6B00;
  text-decoration:underline;
}
A.mediumText1:hover {
  color:#1079AB;
}
A.mediumText2 {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  font-weight:bold;
  text-align:left;
  color:#1079AB;
  text-decoration:underline;
}
A.mediumText2:hover {
  color:#FF6B00;
}
/*AJOUT*/

TD.accountCategory {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  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;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #ffffff;/*f1f9fe*/
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, sans-serif;
  color: #ff0000;
}

.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: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, sans-serif; font-size: 10px; color: #ff0000; }

/***** Begin Sitemap_SEO *****/ 
ul.sitemap {
color: #ff0000;
}
.sitemap {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapHeading {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #0000ff;
  font-weight : normal;
}
.sitemapProducts {
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #f000ff;
  font-weight : normal;
}
A.sitemap { 
  color: #009900; 
}
A.sitemap:hover {
  color: #ff0000;
}

/***** End Sitemap_SEO *****/ 

/**** ajout css iziprice ****/
.orange{color: #FF6B00; font-weight:bold; font-size: 12px;}
.orange16{color: #FF6B00; font-weight:bold; font-size: 16px;}
.orange24{color: #FF6B00; font-weight:bold; font-size: 24px;}

/*** Prix Fiche produit ***/
.prix_ttc { color:#FF6B00; font-size:24px; font-weight:bold; }
.prix_ht { color:#6F7179; font-size:10pt; font-weight:bold; }
s.prix_ttc { font-size: 20px; }
sup.prix_ttc { font-size: 7pt; }
sup.prix_ht { font-size: 6pt; }
.productSpecialPrice { color: #24CF0C; font-weight: bolder; text-decoration: blink; }
sup.productSpecialPrice { color: #24CF0C; font-weight: bolder; font-size: 7pt; text-decoration: blink; }

s.orange {
   font-weight: lighter !important;
   text-decoration: line-through !important;
}

.bleu10{
  font-size: 10px;	
  color:#1079AB;
}
.bleu{
  font-size: 12px;
  font-weight:bold;
  text-align:left;	
  color:#1079AB;
}
A.bleu {
  color:#1079AB;
}
A.bleu:hover {
  color:#FF6B00;
}
.bleusmall{
  font-size: 10px;
  font-weight:bold;
  text-align:left;
  color:#1079AB;
}
A.bleusmall {
  color:#1079AB;
}
A.bleusmall:hover {
  color:#FF6B00;
}
.gris10{
	color:#6F7179;
	font-size: 10px;
}
A.gris10{
	color:#6F7179;
}
A.gris10:hover{
	color:#1079AB;
	text-decoration:none;
}
.gris12{
	color:#6F7179;
	font-size: 12px;
}
A.gris12{
	color:#6F7179;
	font-size: 12px;
}
A.gris12:hover{
	color:#1079AB;
	font-size: 12px;
	text-decoration:none;
}

.faq_gris12{
	color:#6F7179;
	font-size: 12px;
	cursor:pointer;
}
A.faq_gris12{
	color:#6F7179;
	font-size: 12px;
}
A.faq_gris12:hover{
	color:#1079AB;
	font-size: 12px;
}

/* bordure cadre body*/
.bordure_gauche{background-image:url(images/ombre_gauche_body.jpg); background-repeat:repeat-y}
.bordure_droite{width:10px;background-image:url(images/ombre_droite_body.jpg); background-repeat:repeat-y}
.bordure_bas_g{background-image:url(images/ombre_bas_gauche_body.jpg); background-repeat:no-repeat}
.bordure_bas_centre{background-image:url(images/ombre_bas_centre_body.jpg); background-repeat:repeat-x}
.bordure_bas_d{background-image:url(images/ombre_bas_droite_body.jpg); background-repeat:no-repeat}
/*bordure cadre body*/


/* Popup */

#tarifs_livraison {
	width: 700px;
	margin-top:10px;
}
#tarifs_livraison h1 {
	color: #FF6B00;
	font-size: 11pt;
}
#tarifs_livraison ul {
	list-style-type: none;
}
#tarifs_livraison li {
	overflow: hidden;
	text-align: right;
	width: 600px;
	padding: 0.5em;
	border-top: 1px solid #6F7179;
}
#tarifs_livraison li .libelle {
	float: left;
	text-align: left;
	font-size: 10pt;
}
#tarifs_livraison li .prix {
	color: #1079AB;
	font-size: 10pt;
}

/* Fin popup */

.cssButton {
	background: #0d7a00;
	color: #FFFFFF;
	height: 18px;
	vertical-align: top;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-spacing: 1px;
	line-height: 20px;
}
.cssButton2 {
	background: #0d7a00;
	color: #FFFFFF;
	height: 20px;
	vertical-align: top;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-spacing: 1px;
	line-height: 20px;
}
/* END: CSS Buttons Everywhere */

