/*
/*
  $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: #DBB4BD;
	padding: 5px;
}
.orderEdit {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #9D0D16;
	text-decoration: underline;	
}
.orderEdit:hover {	
	text-decoration: none;	
}

body {
  color: #000000;  
  margin: 0px;
  text-align:center;
  background:#000000;
  font:10pt Arial;
  _behavior: url(csshover.htc);
}

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

A:hover {
  /*color: #AABBDD;*/
  color: #9B141C;
  text-decoration: underline;
}

FORM {
	display: inline;
}
.header{
	display:block;
	width:946px;
	height:101px;
	background:url(header.gif) no-repeat #000000;
	padding:0px 20px 0px 30px;
}
.headerNavigation form{
	color:#4FC5FF;
}
.headerNavigation form input{
	border:2px solid #4FC5FF;
}
.headerNavigation form input.submit{
	border:none;
	background:none;
	cursor:pointer;
	color:#4FC5FF;
}
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;
}

.headerNavigation { 
  color: #000000; 
}
.headerNavigation ul li{
	display:inline;
	margin:0px;
	padding:0px;
}
.headerNavigation ul{
	display:block;
	margin:0px;
	padding:2px 5px;
}
.headerNavigation ul li{
	display:block;
	float:left;
	margin-right:15px;
	height:19px;
	background:url(images/nav_haut_gauche.gif) no-repeat;
	padding-left:5px;
	list-style:none;
}
.headerNavigation ul li a{
	background:url(images/nav_haut_droite.gif) no-repeat right;
	padding-right:6px;
	display:block;
	height:19px;
	color:#9B141C;
	font:13px Times New Roman;
	min-width:0px;
	width:auto;
	_width:0px;
	cursor:pointer;
}
.headerNavigation ul li a span{
	background:url(images/nav_haut_corps.gif);
	display:block;
	padding-top:2px;
	min-width:0px;
	width:auto;
	_width:0px;
	height:17px;
	white-space: nowrap;
}
.headerNavigation ul li:hover, .headerNavigation ul li.over{
	background:url(images/nav_haut_gauche_hover.gif) no-repeat;
}
.headerNavigation ul li:hover a, .headerNavigation ul li a:hover, .headerNavigation ul li.over a{
	background:url(images/nav_haut_droite_hover.gif) no-repeat right;
	color:#ffffff;
	text-decoration:none;
}
.headerNavigation ul li:hover a span, .headerNavigation ul li.over a span{
	background:url(images/nav_haut_corps_hover.gif);
}

.headerNavigation ul li ul{
	position:absolute;
	background:#ffffff;
	display:none;
	margin:-1px 0 0 -3px;
	padding:0px;
	border:1px solid #9B141C;
	z-index:99;
	min-width:150px;
	width:auto;	
	_width:150px;
}
.headerNavigation ul li ul li {
	margin:0px;
	padding: 4px 0 0 4px;
	display:block;
	min-width:150px;
	width:auto;
	_width:150px;
	white-space: nowrap;
	float:none;
	list-style:none;
}
/*
 * peut être une solution à creuser, mais en corrigant ce qui ne va pas ?
 * 
.headerNavigation ul li ul li {		min-width:expression(this.parentNode.style.width + "px");	}
*/



.headerNavigation ul li:hover ul{
	display:block;
}
.headerNavigation ul li ul li, .headerNavigation ul li ul li a, .headerNavigation ul li ul li a span, .headerNavigation ul li ul li:hover, .headerNavigation ul li ul li:hover a, .headerNavigation ul li ul li:hover a span, .headerNavigation ul li:hover ul li a{
	background:none;
	color:#9B141C;
}
.headerNavigation ul li ul li:hover, .headerNavigation ul li ul li:hover a, .headerNavigation ul li ul li a:hover{
	background:#9B141C;
	color:#ffffff;
	text-decoration:none;
}




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

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}
.footer{
	 display:block;
	 width:996px;
	 height:16px;
	 background:#ffffff;
	 color:#000000;
	 padding-top:7px;
}
.footer a{
	margin-left:20px;
	padding-left:5px;
	margin-right:50px;
	border-left:1px solid #000000;
	font:10pt Times New Roman;
}
.footer a:hover{
	text-decoration:none;
	/*color:#808080;*/
	color:#D18C91;
}
.footer_bis{
	display:block;
	width:981px;
	height:23px;
	margin-top:1px;
	margin-right:15px;	
}
.footer_bis a{
	float:right;
	display:block;
	height:22px;
	margin-left:1px;
	padding-right:6px;
	background:url(images/footer_droite.gif) no-repeat right;
	color:#EBCFD0;
	cursor:pointer;
}
.footer_bis a  span{
	display:block;
	white-space: nowrap;
	min-width:0px;
	width:auto;
	_width:0px;
	height:18px;
	padding:2px 10px;
	background:#9d0d16;
	font:13px Arial;
}
.footer_bis a:hover, .footer_bis a.over {
	text-decoration:none;
	/*color:#808080;*/
	color:#fff;
	background:url(images/footer_droite_hover.gif) no-repeat right;
}
.footer_bis a.over{
	color:#fff;
}
.footer_bis a:hover  span, .footer_bis a.over  span{
	/*background:#b54950;*/
	background:#D18C91;
}
.infoBox {
  background: #9D0D16;
  /*height: 250px;*/
}

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

.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: #9D0D16;
  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: #b6b7cb;
  border-spacing: 1px;
}

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

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

A.pageResults {
  color: #9D0D16;
}

A.pageResults:hover {
  color: #fff;
  background: #D18C91;
}
div.centre{
	display:block;
	width:996px;
	min-height:486px;
	background:url(background.jpg) no-repeat bottom;
	background-color:#FAFDFD;
}
div.centrecategorie {
	display:block;
	width:996px;
	min-height:486px;
	background:url(backgroundcat.jpg) no-repeat bottom;
	background-color:#212123;

}

div.centrehome{
	display:block;
	width:996px;
	min-height:486px;
	background:url(background.png) no-repeat bottom;
}
div.index_text{
	background-image:none;
}
.index_image{
	position:relative;
	
}
.centre, .centrehome{
	font:10px Arial;	
}

.centrehome h1, .centre h1, TD.pageHeading, DIV.pageHeading{
	color:#9B141C;
	font:normal 14pt Arial;
	margin-bottom: 30px;
}

td.pageHeading {
	padding-bottom: 8px;
}

.centre h2{
	color:#9B141C;
	font:bold 1.3em Arial;
}
td.centre{
	padding:20px;
}

td.centre p {
	font-size: 1.2em;
}
td.centre div.pages br {
	display: none;	
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
	font-size: 1.15em;
  	line-height: 20px;
  	padding: 0 5px 0 5px;
}

td.main input {
	/*float: left;*/
}

td.main form div {
	font-weight: bold;
}

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

table#points-fidel {
	border: 1px solid #9D0D16;
	padding: 8px;
	font-size: 0.8em;
}

/********************************************************************** MARQUE FICHE PRODUIT */
span.smallTextmarque {
	display: block;
	font-size: 0.8em;
	/*margin-bottom: 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:8pt Arial;
  color: #ff0000;
}

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

TEXTAREA {
  width: auto;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  display:block;
}

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

SPAN.markProductOutOfStock {
  font-family: 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;
	padding: 5px;
}
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #C7CE00; }

/* input requirement */

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

.cadre_droite{
	 display:block;
	 width:175px;
	 /*height:235px;*/
	 height:245px;
	 margin:80px auto 10px;
	 overflow: hidden;
	 border-bottom: 1px solid #fff;
}

.cadre_droite ul{
	padding:0px;
	margin:0px;
}
.cadre_droite ul li{
	margin:0px;
	list-style:none;
	background:url(images/onglet.png) no-repeat top left;
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=crop src='images/onglet.png');
	padding:3px 3px 0px;
	display:block;
	float:left;
	width:52px;
	height:14px;
	font:9px Arial;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	letter-spacing:0px;
	text-align:center;
}
.cadre_droite ul li:hover{
	background:url(images/onglet_light.png) no-repeat top left;
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=crop src='images/onglet_light.png');
}
.cadre_droite ul li.over{
	border-bottom:1px solid #9d0d16;
}
.cadre_droite ul li.over:hover{
	border-bottom:1px solid #a92931;
}
.cadre_droite .droite_content {
	display:none;
	/*height:211px;
	width:175px;
	background:url(images/droite_content_corps.png);
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=scale src='images/droite_content_corps.png');*/
}
.cadre_droite .droite_content_over{
	display:block;
	height:220px;
	width:163px;
	/*background:url(images/droite_content_corps.png);
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=scale src='images/droite_content_corps.png');*/
	color:#ffffff;
	padding:5px;
	background-color: #9D0D16;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.cadre_droite .droite_content_over a{
	color:#ffffff;
	font:bold 11px Arial;
}
.cadre_droite .droite_content_bas{
	z-index:0;
	display:block;
	height:9px;
	width:178px;
	background:url(images/droite_content_bas.png) no-repeat;
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=crop src='images/droite_content_bas.png');
}
.edito_corps{
	display:block;
	margin:0px;
	min-height:241px;
	width:205px;
	background:url(edito_body.png);
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=scale src='edito_body.png');
	_margin-top:-6px;
	padding:10px 15px;
	font-size: 1.15em;
	!font-size: 1.05em;
	color:#000000;
}

.edito_corps br {
	display: none;
	height: 0;
}
.edito_head{
	display:block;
	width:235px;
	height:7px;
	background:url(edito_head.png) no-repeat top left;
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=crop src='edito_head.png');
}
.edito_foot{
	display:block;
	width:235px;
	min-height:20px;
	background:url(edito_foot.png) no-repeat top left;
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=crop src='edito_foot.png');
}
.principale{
	display:block;
	margin:auto;
	width:996px;
	min-height:586px;
	/*background:black;*/
	text-align:left;
	background-color:#DADADC;
}
.fondu{
	background:url(images/fondu.png);
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=scale src='images/fondu.png');
	_height:422px;
	width:996px;
	min-height:422px;
}
.fondu_dark{
	background:url(images/fondu_dark.png);
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=scale src='images/fondu_dark.png');
	height:40px;
	width:996px;
}
.dark{
	background:url(images/fondu_dark.png);
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=scale src='images/fondu_dark.png');
}
div#divgauche {
	position: relative;
	display:block;
	background:url(images/gauche.png) no-repeat top left;
	width:150px;
	height:450px;
	padding:3px 0px 30px; 	
	color:#fff;	
	margin-bottom: 30px;	
}
.gauche a, .gauche a:hover {
	color:#fff;
}
/************************************************* LISTE PRODUITS */

#contenant {
	position: relative;
	margin: 0;
	padding: 0;
	top: 5px;
	width: 150px;
	height: 350px;
	overflow: hidden;	
}

#divgauche img.flecb {	
	display: block;
	margin-left: 60px;
	cursor:pointer;	
	margin-top: 20px;
}
#divgauche img.flech {	
	margin-top: 15px;
	margin-bottom: 10px;
	display: block;
	margin-left: 60px;
	cursor:pointer;	
}

ul#mouvant {
	position: relative;
	top: 0;
	display: block;
	height: auto;	
}

.gauche ul.liste-prods {
	margin:0px;
	padding:10px 0px;
}
.gauche ul.liste-prods span.item_haut {
	margin: 0;
	padding: 0;
	!margin-bottom: -3px;
}
.gauche li {
	list-style:none;
	margin:0px;
	padding:0px;
	cursor:pointer;
	font:8pt Arial;
}
.gauche li .item_haut, .gauche li .item_bas {
	font-size:1px;
	line-height:1px;
	display:block;
	margin:0px;
	padding:0px;
	height:5px;
	width:129px;	
}
.gauche li:hover .item_haut{
	background:url(images/item_gauche_haut.gif) no-repeat;
}
.gauche li .item_corps{
	display:block;
	margin:0px;
	padding:0px;
	height:auto;
	width:94px;
	padding-left:35px;
	min-height:17px;
	_height:17px;
	background:url(images/gauche_item.gif) no-repeat;	
}
.gauche li:hover .item_corps{
	background:#737373 url(images/gauche_item_over.gif) no-repeat;
}
.gauche li:hover .item_bas{
	background:url(images/item_gauche_bas.gif) no-repeat;
}
.gauche li:hover, .gauche li.over{
	/*background:url(images/gauche_item_over.gif) no-repeat;*/
}
.gauche a:hover{
	text-decoration:none;
	/*color:#808080;*/
}
div.droite{
	float:right;
	display:block;
	min-height:422px;
	width:190px;	
}
div.droite_xhtml{
	background:url(menu_droite.png);
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=scale src='menu_droite.png');
	margin-right:6px;
}
td.droite {	
	width:190px;
	background:url(menu_droite.png);
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=scale src='menu_droite.png');	
}

.footer_ter{
	font-size:8pt;
	display:block;
	width:991px;
	height:17px;
	color:#ffffff;
	padding-left:5px;
}
.footer_ter a{
	color:#ffffff;
	text-decoration:none;
}
.footer_ter a:hover{
	color:#808080;
	text-decoration:none;
}
.prix_droite{
	display:block;
	text-align:right;
	font:bold 20px Arial;
}
td.prix{
	background:url(images/prix_font.png) no-repeat;
	_background-image:url(no-image);
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
enabled=true, sizingMethod=crop src='images/prix_font.png');
	width:217px;
	height:38px;
	padding-top:15px;
	padding-left:15px;
	font:bold 12pt Arial;
}
.pagination_spec{
	z-index:1000;
	margin-top:10px;
	width:165px;
	display:block;
	text-align:center;
	font:bold 12pt Arial;
}
.infos_droite{
	display:block;
	width:100%;
	height:170px;
	overflow:hidden;
}
.cadre_droite .droite_content_over .pagination_spec a{
	font:bold 12pt Arial;
	text-decoration:none;
	border:solid 1px #9D0D16;
}
.cadre_droite .droite_content_over .pagination_spec a:hover{
	border:solid 1px #ffffff;
	text-decoration:none;
}
select.attributs{
	/*background:#fff;
	border:none;
	color:#000;
	height:14px;
	!height:14px;
	font:10px Arial;
	!font:8px Arial;
	line-height:10px;
	float:left;
	padding:0px;
	margin:0px;*/
	width:155px;
	text-align:center;
}
select.attributs option{
	text-align:left;
	border:none;
	padding:0px;
	margin:0px;
}
.arrondi_gauche{
	display:block;
	width:7px;
	height:14px;
	background:url(images/arrondi_gauche.gif) no-repeat;
	float:left;
}
.arrondi_droite{
	display:block;
	width:7px;
	height:14px;
	background:url(images/arrondi_droite.gif) no-repeat;
	float:left;
}
.attribut_body{
	display:block;
	float:left;
	background:#000 url(images/roll_arrow.gif) no-repeat top right;
	color:#fff;
	line-height:14px;
	/* correction bug firefox 
	width:140px; */
	width:136px;
	text-align:center;
	cursor:pointer;
}


.attribut_body a, .attribut_body a:hover{
	color:#fff;
	text-decoration:none;
}
.attribut_roll{
	position:absolute;
	display:none;
	width:140px;
	height:auto;
	max-height:200px;
	overflow:auto;
	background:#000;
	margin-top:29px;
	/margin-top:14px;
	margin-left:5px;
	/*!margin-left:-147px;*/
	!margin-left:-145px;
	
}
.attribut_roll a{
	display:block;
	cursor:pointer;
	text-decoration:none;
	color:#fff;
}
.attribut_roll a:hover{
	background:#808080;
	text-decoration:none;
	color:#fff;	
}

/* fixer l'alignement vertical du select  sur Firefox*/
.attribut_body, .arrondi_droite, .arrondi_gauche{	margin:15px 0 0 0;	/margin:0;	}


.product_item {	
	text-align:center;
	border:#D4D600 solid 2px;
	background:#fff;
	padding: 0 0 10px 0;
	font-size: 1.1em;
}

.product_item p.desc {
	display: block;
	height: 90px;
	width: 110px;
	text-align: left;
	font-size: 1em;
	padding: 0 6px 0 10px;	
}
.product_item span.imgprod {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 8px;
}
.product_item a.prix {
	display: block;
	width: 96px;
	height: 12px;
	background-image: url(images/prix_fond_s.png);
	background-repeat: no-repeat;
	/*margin-left: 28px;*/
	!margin-left: -5px;
	font-weight: bold;
	font-size: 1.1em;
	
	/* agrandissement & correction */
	margin-left:12px;
	!margin:3px 0 0 -7px;
}

.product_item a:hover.prix {
	text-decoration: none;
	color: #000000;
}



.product_name{
	display:block;
	margin:0px 0px 10px;
	padding:5px 0px;
	font:bold 8pt Arial;
	background:#FEFFBF;	/* ancien jaune */
	background:#E9EA7F;	/* vert pâle */
	background:#DFE040;	/* vert vif */
	height: 30px;
}


.cell_0_1, .cell_0_2, .cell_1_1, .cell_1_2, .cell_2_1, .cell_2_2, .cell_3_1, .cell_3_2, .cell_4_1, .cell_4_2{
	display:block;
	float:left;
	margin:0px 5px;
}
.cell_body{
	display:block;
	background:#fff;
	margin:0px;
	text-align:center;
	font-family:Times New Roman;
	
	/* passage aux boutons verts */
	background:url(images/cell_body.gif);
	color:#848500;
	color:#000;
	
}
.cell_top{
	margin-top:3px;
}
.cell_top, .cell_bottom{
	font-size:1px;
	line-height:1px;
}
.cell_3_1, .cell_1_2{
	width:203px;
}
.cell_3_1 .cell_top, .cell_1_2 .cell_top, .cell_3_1 .cell_bottom, .cell_1_2 .cell_bottom{
	display:block;
	height:7px;
	width:203px;
	margin-left:0px;
}
.cell_3_1 .cell_top, .cell_1_2 .cell_top{
	background:url(images/cell_top_3.gif) no-repeat;
}
.cell_3_1 .cell_bottom, .cell_1_2 .cell_bottom{
	background:url(images/cell_bottom_3.gif) no-repeat;
}
.cell_3_1 .cell_body, .cell_1_2 .cell_body{
	font-size:13pt;
}
.cell_1_1, .cell_2_1, .cell_2_2, .cell_3_2{
	width:109px;
}
.cell_1_1 .cell_top, .cell_2_1 .cell_top, .cell_2_2 .cell_top, .cell_3_2 .cell_top, .cell_1_1 .cell_bottom, .cell_2_1 .cell_bottom, .cell_2_2 .cell_bottom, .cell_3_2 .cell_bottom{
	display:block;
	height:5px;
	width:109px;
	margin-left:0px;
}
.cell_1_1 .cell_top, .cell_2_1 .cell_top, .cell_2_2 .cell_top, .cell_3_2 .cell_top{
	background:url(images/cell_top_1.gif) no-repeat;
}
.cell_1_1 .cell_bottom, .cell_2_1 .cell_bottom, .cell_2_2 .cell_bottom, .cell_3_2 .cell_bottom{
	background:url(images/cell_bottom_1.gif) no-repeat;
}
.cell_0_1, .cell_4_2{
	width:156px;
}
.cell_0_1 .cell_top, .cell_4_2 .cell_top, .cell_0_1 .cell_bottom, .cell_4_2 .cell_bottom{
	display:block;
	height:6px;
	width:157px;
	margin-left:-1px;
}
.cell_0_1 .cell_top, .cell_4_2 .cell_top{
	background:url(images/cell_top_0.gif) no-repeat;
}
.cell_0_1 .cell_bottom, .cell_4_2 .cell_bottom{
	background:url(images/cell_bottom_0.gif) no-repeat;
}
.cell_0_1 .cell_body, .cell_4_2 .cell_body{
	font-size:11pt;
}
.cell_0_2, .cell_4_1{
	width:141px;
}
.cell_0_2 .cell_top, .cell_4_1 .cell_top, .cell_0_2 .cell_bottom, .cell_4_1 .cell_bottom{
	display:block;
	height:6px;
	width:141px;
	margin-left:0px;
}
.cell_0_2 .cell_top, .cell_4_1 .cell_top{
	background:url(images/cell_top_4.gif) no-repeat;
}
.cell_0_2 .cell_bottom, .cell_4_1 .cell_bottom{
	background:url(images/cell_bottom_4.gif) no-repeat;
}
.cell_0_2 .cell_body, .cell_4_1 .cell_body{
	font-size:11pt;
}
.cell_0_1, .cell_3_1{
	padding-top:53px;
}
.cell_1_2{
	padding-top:40px;
}
.cell_4_2{
	padding-top:17px;
}
.cell_2_2, .cell_3_2{
	padding-top:106px;
}
.panier_bas, .panier_haut{
	display:block;
	height:6px;
	width:175px;
	line-height:1px;
	font-size:1px;
}
.panier_bas{
	background:url(images/panier_bas.gif) no-repeat;
}
.panier_haut{
	background:url(images/panier_haut.gif) no-repeat;
}
table.panier{
	background:url(images/panier_body.gif);
	width:175px;
	padding:0px 5px;
	color:#fff;
	font:8pt Arial;
}
table.panier a{
	color:#fff;
}
td.espace_panier{
	width:30px;
}
.head_col_right{
	color:#9D0D16;
	font:bold 8pt Arial;
	border-bottom:1px solid #9D0D16;
	padding-bottom:3px;
	margin:20px 0px 7px 20px;
}
.body_col_right{
	margin-left:20px;
	font:8pt Arial;
}
.body_col_right a:hover{
	color:#808080;
	text-decoration:none;
}
table.contenu{
	padding:5px 10px;
	font-size: 0.95em;
}
td.header_table{
	background:#D4D600;
	color:#fff;
	font-weight:bold;
	padding: 0 0 0 5px;
}
.quick_nav{
	display:block;
	margin:0px 0px 10px 0px;
	text-align:right;
}
.quick_nav, .quick_nav a{
	font:8pt Arial;
	color:#B54950;
	color:#9B141C;
}
.quick_nav .over{
	font-weight:bold;
}
#guide_taille{
	border-top:1px solid #000;
	border-left:1px solid #000;
}
#guide_taille td{
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding:2px 4px;
}
#guide_taille td p{
font-size:8pt;
}
#guide_taille .entete1 td {
	background:#9D0D16;
	color:#FFF;
}
#guide_taille .entete2 td {
	background:#BD3D46;
	color:#FFF;
}
#guide ol {
	text-align:left;
}
#guide td , #guide p,#guide li{
font-size:8pt;
}
#guide p.titreguide {
	font-size:9pt;
	font-weight:bold;
	color:#C4C600;
}
.open_guide{
	display:block;
	font-size:7pt;
	color:#666666;
	text-decoration:underline;
	margin-right:10px;
	text-align:right;
}

/************************************************************** FICHE PRODUIT */
#caracteristiques, #descriptif {
	font-size: 1em;
	height:99px;
	overflow:hidden;
	display:block;
	color:#000;
}


#caracteristiques ul, #descriptif ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

#caracteristiques ul li, #descriptif ul li {
	font-size: 1.2em;
	padding: 0 0 5px 11px;
	background-image: url(images/puce-rouge.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}


/* corriger bugs FCKEditor : ajoute un <p> dans la description */
#descriptif p {		color:#000; font-size: 1.2em;		}
#descriptif ul li	{									padding:0 0 0 11px;	}
img { color:#000; }

#descriptif_suite { color:#9D0D16; }
