/*
  $Id: stylesheet.css,v 1.19 2008/08/28 12:11:32 business Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


body {
	background:url(images/design/bg.jpg) repeat-x left top;
  background-color: #7B0000;
  color:000000;
  margin:0px;
  font-family:Verdana, Arial, sans-serif;
}

table  { border-collapse:collapse; border-spacing:0; font-size:10px; }
form  { border-collapse:collapse; border-spacing:0; padding:0; margin:0; }
td, th { padding:0; vertical-align:top; }
img { border-width:0px; }
textarea { color:#000000; font-family:Verdana, Arial, sans-serif; font-size:10px; width:100%; }
 { color:gray; font-family:Verdana, Arial, sans-serif; font-size:10px; border: 0px; }
input, select { color:#000000; font-family:Verdana, Arial, sans-serif; font-size:10px; border: 1px solid #C0C0C0; }


input:focus, select:focus { background: #F0F0F0; color:black;	border: 1px solid black; }
input:hover, select:hover { background: #F0F0F0; color:black;	border: 1px solid black; }
textarea:focus { background: #F0F0F0; color:black;	 }
textarea:hover { background: #F0F0F0; color:black;	 }

p { font-family:Verdana, Arial, sans-serif; font-size:10px; }
h1 { font-size:14px; padding:0px; margin:0px; }
a { color:#000000; }
a:hover { color:#000000; text-decoration:none ; }
s { color:gray; }

.noBorders { border:0px; }


.error, .warning { font-size:15px; font-weight:bold; background-color:#ffb3b5; height:30px; vertical-align:middle; text-align: center; border:1px solid red; }
.stockWarning { font-size:10px; font-weight:bold; background-color:#ffb3b5; }
.success { font-size:10px; font-weight:bold; background-color:#99ff00; height:20px; vertical-align:middle; }
.info { color:blue; font-size:10px; }
.inputRequirement { color:red; font-size:10px; }
.productSpecialPrice { color:red; font-weight:bold; }

.pageHeading { 
	color							:#AA0001; 
	font-weight				:bolder;
	font-size					:16px;
	padding-top				:10px;
	padding-bottom		:10px;
	padding-left			:7px;
}

.main { padding-left:0px; }
.mainFrame { padding:10px; }
/* a.headerNavigation, a.headerNavigation:hover { text-decoration:none; } */

a.headerNavigation{
	color							: #540700;
	font-size					: 13px;
	font-weight				: bold;
	text-align				: center;
	vertical-align		: middle;
	text-decoration		: none;
}
span.headerNavigation{
	color							: #540700;
	font-size					: 13px;
	font-weight				: bold;
	text-align				: center;
	vertical-align		: middle;
	text-decoration		: none;
}
a.headerNavigation:hover{
	color							: #AA0001;
	font-size					: 13px;
	font-weight				: bold;
	text-align				: center;
	vertical-align		: middle;
	text-decoration		: underline;
}

.infoBoxHeading { color:black; font-weight:bold; padding-top:5px; text-decoration:none; }
.infoBox { border:1px solid #C9A58F; margin-top:5px; }
table.infoBoxContents { margin:5px; width:95%; }
table.infoBoxContents_form { margin:5px; width:98%; }
.infoBoxContentsText { margin:0px; }
.infoBox_form { border:1px solid #C9A58F; }

table.productListing { border:1px solid #C9A58F; }
.productListing-heading { font-weight:bold; height:20px; vertical-align:top; text-decoration:none; }
.productListing-even { background-color:#F4F4F4; }
.productListing-odd { background-color:#FFFFFF; }
.productListing-data { vertical-align:middle; border-top:1px solid #C9A58F; }

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

td.smalltext, span.smalltext { font-size:9px; }
.infobulle { position:absolute; visibility :hidden; top:0px; }
span.ecotaxe { font-size:9px; cursor:help; text-decoration:underline; }

.imgBorders { cursor:pointer;border:1px solid #C9A58F; }


/* Module Zoom CSS - QPN - 06-2007 - BOF */
#lightbox { position:absolute; top:40px; left:0; width:100%; z-index:100; text-align:center; line-height:0; }

#lightbox a img { border:none; }

#outerImageContainer { position:relative; background-color:#fff; width:250px; height:250px; margin:0 auto; }

#imageContainer { padding:10px; }

#loading { position:absolute; top:40%; left:0%; height:25%; width:100%; text-align:center; line-height:0; }
#hoverNav { position:absolute; top:0; left:0; height:100%; width:100%; z-index:10; }
#imageContainer>#hoverNav { left:0;}
#hoverNav a { outline:none;}

#prevLink, #nextLink { width:49%; height:30%; background:transparent url(images/design/blank.gif) no-repeat; /* Trick IE into showing hover */ display:block; }
#prevLink { background: url(images/design/prec.gif) left 15% no-repeat; float: left;}
#nextLink { background: url(images/design/suiv.gif) right 15% no-repeat; float: right;}
#prevLink:hover, #prevLink:visited:hover { background:url(images/design/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url(images/design/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer { font:10px Verdana, Helvetica, sans-serif; background-color:#fff; margin:0 auto; line-height:1.4em; }

#imageData { padding:0 10px; }
#imageData #imageDetails { width:70%; float:left; text-align:left; }
#imageData #caption { font-weight:bold; }
#imageData #numberDisplay { display:block; clear:left; padding-bottom:1.0em; }
#imageData #bottomNavClose { width:66px; float:right; padding-bottom:0.7em; }
#overlay { position:absolute; top:0; left:0; z-index:90; width:100%; height:500px; background-color:#000; filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; }

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

* html>body .clearfix { display:inline-block; width:100%; }

* html .clearfix { /* Hides from IE-mac */ height:1%; /* End hide from IE-mac */ }
/* Module Zoom CSS - QPN - 06-2007 - EOF */


/* Module ZoomZoom - PEM - 02-2008 - BOF */
div.ZoomZoom{
  position : absolute;
  z-index : 666;
  display: none;
  border: 1px ridge #CCCCCC;
  cursor: url(images/design/loupe.gif);
  background-color: #FFFFFF;
}

div.ZoomZoom img{
  cursor: url(images/design/loupe.gif);
}
/* Module ZoomZoom - PEM - 02-2008 - EOF */



/* START PEM 04-2008 - SYNOLIA */
div.modal_bg {
  display     : none;
  width       : 100%;
  height      : 100%;
  background-color : #000000;
  position    : absolute;
  z-index     : 400;
  top         : 0px;
  left        : 0px;
}

div.modal_popup {
  display     : none;
  height      : auto;
  z-index     : 666;
  position    : absolute;
}

td.modal_crTpLeft{
  background-image  : url( images/design/modal/modal_crTpLeft2.gif );
  background-repeat : no-repeat;
  width       : 20px;
  height      : 20px;
  background-color  : transparent;
  background-position : bottom right;
}

td.modal_crTpRight{
	vertical-align		: bottom;
	text-align        : left;
  background-image  : url( images/design/modal/modal_crTpRight2.gif );
  background-repeat : no-repeat;
  width       : 20px;
  height      : 20px;
  background-color  : transparent;
  background-position : bottom left;
}

td.modal_crBtLeft{
  background-image  : url( images/design/modal/modal_crBtLeft2.gif );
  background-repeat : no-repeat;
  width       : 20px;
  height      : 20px;
  background-color  : transparent;
  background-position : top right;
}

td.modal_crBtRight{
  background-image  : url( images/design/modal/modal_crBtRight2.gif );/* modal_crBtRight.gif */
  background-repeat : no-repeat;
  width       : 20px;
  height      : 20px;
    background-color  : transparent;
}

td.modal_Header{
  background-image  : url( images/design/modal/modal_header_bg2.jpg );
  background-repeat : repeat-x;
  color             : #464B5A;
  font-variant      : small-caps;
  font-size         : 11px;
  text-align        : center;
  font-weight       : bold;
  padding-top       : 0px;
  cursor            : move;
  background-color  : transparent;
  background-position : bottom left;
}

td.modal_Footer{
  background-image  : url( images/design/modal/modal_footer_bg2.jpg );
  background-repeat : repeat-x;
}

td.modal_middle{
  background-color : #E4E5E5;
}

td.modal_middleLeft{
  background-image  : url( images/design/modal/modal_MiddleLeft2.gif );
  background-repeat : repeat-y;
  background-position : top right;
  background-color  : transparent;
}

td.modal_middleRight{
  background-image  : url( images/design/modal/modal_MiddleRight2.gif );
  background-repeat : repeat-y;
  background-position : top left;
  background-color  : transparent;
}

img.closeModal{
  cursor      : pointer;
}
input.modal_input{
  border      : 1px solid #CDCDCD;
  color       : #777777;
}
input.modal_input_busy{
  border      : 1px solid #666666;
  color       : #777777;
}
td.modal_crTpLeft_error{
  background-image  : url( images/design/modal/modal_crTpLeft_red.gif );
  background-repeat : no-repeat;
  width       : 20px;
  height      : 20px;
}
td.modal_crTpRight_error{
  background-image  : url( images/design/modal/modal_crTpRight_red.gif );
  background-repeat : no-repeat;
  width       : 20px;
  height      : 20px;
}
td.modal_crBtLeft_error{
  background-image  : url( images/design/modal/modal_crBtLeft_red.gif );
  background-repeat : no-repeat;
  width       : 20px;
  height      : 20px;
}
td.modal_crBtRight_error{
  background-image  : url( images/design/modal/modal_crBtRight_red.gif );
  background-repeat : no-repeat;
  width       : 20px;
  height      : 20px;
}
td.modal_Header_error{
  background-image  : url( images/design/modal/modal_header_bg_red.jpg );
  background-repeat : repeat-x;
  color             : #FFFFFF;
  font-variant      : small-caps;
  font-size         : 11px;
  text-align        : center;
  font-weight       : bold;
  padding-top       : 0px;
  cursor            : move;
}
td.modal_Footer_error{
  background-image  : url( images/design/modal/modal_footer_bg_red.jpg );
  background-repeat : repeat-x;
}
td.modal_middleLeft_error{
  background-image  : url( images/design/modal/modal_MiddleLeft_red.gif );
  background-repeat : repeat-y;
  background-position : top left;
  background-color  : #FFFFFF;
}
td.modal_middleRight_error{
  background-image  : url( images/design/modal/modal_MiddleRight_red.gif );
  background-repeat : repeat-y;
  background-position : top right;
  background-color  : #FFFFFF;
}
td.infosAdd2CartBox{
  width             : 50%;
  text-align        : left;
  padding-left      : 5px;
  padding-right     : 5px;
  font-size         : 10px;
  color             : #464B5A;
}
div.myInfoBulle{
  width     : 400px;
  height    : auto;
  position  : absolute;
  border    : 2px outset #000000;
  display   : none;
  padding   : 5px;
  background-color  : #FFFFFF;
}

td.plusqueLeft{
  background-image  : url(images/design/plusqueLeft.jpg);
  background-repeat : no-repeat;
  background-color  : #FFFFFF;
  width             : 28px;
  height            : 28px;
}

td.plusqueRight{
  background-image  : url(images/design/plusqueRight.jpg);
  background-repeat : no-repeat;
  background-color  : #FFFFFF;
  width             : 28px;
  height            : 28px;
}

td.plusqueMiddle{
  background-image  : url(images/design/plusqueMiddle.jpg);
  background-repeat : repeat-x;
  background-color  : #FFFFFF;
  text-align        : center;
  vertical-align    : middle;
}

/* STOP PEM 04-2008 - SYNOLIA */

/* JPO BOF */
a.BoxesRed{
	color							: #D2B9A5;
	text-decoration		: none;
}
a.BoxesRed:hover{
	color							: #D2B9A5;
	text-decoration		: underline;
}
a.BoxesCatego{
	color							: #000000;
	text-decoration		: none;
	line-height : 20px;
	font-size:12px;
}
a.BoxesCatego:hover{
	color							: #000000;
	text-decoration		: underline;
}
a.BoxesCategoMere{
	color							: #000000;
	text-decoration		: none;
	line-height : 23px;
	font-size:12px;
	font-weight:bold;
}
a.BoxesCategoMere:hover{
	color							: #000000;
	text-decoration		: underline;
}
a.BoxesNoir{
	color							: #000000;
	text-decoration		: none;
	font-weight				: bold;
}
a.BoxesFiche{
	color							: #C3010C;
	text-decoration		: underline;
}
a.BigCatego{
	color							: #000000;
	text-decoration		: underline;
	font-weight				: bold;
	font-size					: 13px;
}
td.Panier{
	color							: #FFFFFF;
	padding-left			: 60px;
	vertical-align		: middle;
}
a.Panier{
	color							: #FFFFFF;
	padding-left			: 60px;
	vertical-align		: middle;
	text-decoration 	: none;
}
a.Panier:hover{
	color							: #FFFFFF;
	padding-left			: 60px;
	vertical-align		: middle;
	text-decoration 	: underline;
}
td.login{
	color							: #FFFFFF;
	padding-left			: 20px;
	vertical-align		: middle;
}
a.login{
	color							: #FFFFFF;
	text-align				: center;
	vertical-align		: middle;
	text-decoration		: none;
}
a.login:hover{
	color							: #FFFFFF;
	text-align				: center;
	vertical-align		: middle;
	text-decoration		: underline;
}
a.footer_lnk{
	color							: #FFFFFF;
	text-decoration		: underline;
	font-size					: 13px;	
}
a.ListingBlanc{
	color							: #580800;
	font-size					: 12px;
	font-weight				: bold;
	text-decoration		: underline;							
}
td.Fiche{
	color							: #000000;
	font-size					: 12px;
	font-weight				: bold;
	padding-left			: 10px;
	vertical-align		: middle;
}
td.FName{
	color							: #000000;
	font-size					: 12px;
	font-weight				: bold;
	text-align				: center;
	vertical-align		: middle;
}
td.FRef{
	color							: #000000;
	font-size					: 10px;
	text-align				: center;
	vertical-align		: middle;
}
td.FPrix{
	color							: #FFFFFF;
	font-size					: 14px;
	font-weight				: bold;
	text-align				: center;
	vertical-align		: middle;
}
input.QtyMarr{
	color							: #000000;
	height						: 30px;
	width							: 30px;
 	font-size					: 18px;
 	background-color	: #CAB2A3;
 	text-align				: center;
 	border						: 1px solid #FFFFFF;
 	padding-top   		:	5px;
}
input.QtyWhite{
	color							: #000000;
	height						: 34px;
	width							: 40px;
 	font-size					: 18px;
 	background-color	: #FFFFFF;
 	text-align				: center;
 	border						: 1px solid #000000;
 	padding-top   		:	5px;
}
/* JPO EOF */

.IconeManager {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 10;
	margin-top			: 5px;
	margin-left			: 140px;
	_margin-left			: 140px;
}


.IconeManager2 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 20;
	margin-top			: 11px;
	margin-left			: 0px;

}

.IconeManager3 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 20;
	margin-top			: 5px;
	margin-left			: 240px;
	_margin-left			: 240px;
}


.IconeManager4 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 20;
	margin-top			: 5px;
	margin-left			: 105px;
	_margin-left			: 105px;
}

.IconeManager5 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 20;
	margin-top			: 5px;
	margin-left			: 215px;
	_margin-left			: 215px;
}

.IconeManager6 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 20;
	margin-top			: 5px;
	margin-left			: 115px;
	_margin-left			: 105px;
}

.IconeManager7 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 20;
	margin-top			: 5px;
	margin-left			: 210px;
	_margin-left			: 210px;
}
.IconeManager8 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 20;
	margin-top			: 5px;
	margin-left			: 110px;
	_margin-left			: 110px;
}

.IconeManager9 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 20;
	margin-top			: 5px;
	margin-left			: 80px;
	_margin-left			: 80px;
}


.IconeManager10 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 20;
	margin-top			: 5px;
	margin-left			: 80px;
	_margin-left			: 80px;
}

.IconeManager11 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 10;
	margin-top			: 0px;
	margin-left			: 104px;
	_margin-left			: 104px;
}

.IconeManager23 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 20;
	margin-top			: 3px;
	margin-left			: 0px;

}


.IconeManager20 {
	width				: 40px;
	height				: 60px;
	position			: absolute;
	z-index				: 20;
	margin-top			: 4px;
	margin-left			: 0px;

}

.IconeManager30 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 20;
	margin-top			: 1px;
	margin-left			: 217px;
	_margin-left			: 217px;
}

.IconeManager35 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 10;
	margin-top			: 5px;
	margin-left			: 120px;
	_margin-left			: 120px;
}

.IconeManagerSmall {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 10;
	margin-top			: 0px;
	margin-left			: 120px;
	_margin-left			: 50px;
}

.IconeManagerSmall2 {
	width				: 40px;
	height				: 40px;
	position			: absolute;
	z-index				: 10;
	margin-top			: 0px;
	margin-left			: 140px;
	_margin-left			: 110px;
}


.reduction{
  color:#FFFFFF;
  width:42px;
  font-size: 12px;
  font-weight: bold;
  padding-left:0px;
  _padding-left:0px;
}


.reduction2{
  color:red;
  width:42px;
  _width:80px;
  font-size: 12px;
  font-weight: bold;
  padding-left:37px;
  _padding-left:28px;
}


/** JPO Categories slider BOF **/
.slide-categories {
	float					: left;
	width					: 12px;
	height					: 25px;
	background				: url(images/design/arrow_black.gif) no-repeat;
}
.categories-content {
	padding					: 8px 3px 5px 3px;
	/*border-bottom			: 1px dotted #5d5d5d;*/
	width					: 165px;
}
.categories-content66 {
	/*padding					: 5px 3px 5px 3px;*/
	/*border-bottom			: 1px dotted #5d5d5d;*/
	width					: 165px;
}
.open-categories {
	/*display					: none;	*/
}
.open-categories a {
	color					: #800000;
	font-weight				: bold;	
	text-decoration			: none;
}
.open-categories ul {
	margin					: 0px;
	padding					: 5px 0px	
}
.open-categories ul li {
	margin					: 0px;
	padding					: 2px 0px;
	list-style				: none;	
}
.categories-image {
	/*
	cursor					: pointer;
	padding-left			: 12px;
	font-style				: italic;
	*/
	font-size				: 11px;
	cursor					: pointer;
	font-weight				: bold;
	color					: #000000;
	text-decoration			: none;
}
.title-categories {
	float					: left;	
	width					: 155px;
}
.title-categories a {
	font-size				: 12px;
	font-weight				: bold;
	color					: #000;
	text-decoration			: none;
}
.image-categories {
	float					: left;
	width					: 5px;
	padding-right			: 5px;
	padding-top				: 3px;
}
.title-categories-sub {
	float					: left;	
	width					: 140px;	
}
.title-categories-sub a {
	font-size				: 11px;
	font-weight				: bold;
	color					: #000000;
	text-decoration			: none;
	/*text-transform			: uppercase;*/
}
.cleaner {
	clear					: both;	
}
/** JPO Categories slider EOF **/
