/*
  $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
*/
/*This is the Infobox text style*/
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

/*This is the Error Messages style with pink background*/
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

/*This is the Warning Messages red font style*/
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }

/*This is the Product Notifications green background stylet*/
.productsNotifications { background: #f2fff7; }

/*This is the Order Edit style with green underline*/
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

/*This is the General Page Body Style with white background, black text, flush left margins*/
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

/*This is the Default Hyperlink Style with black text and no underlines*/
A {
  color: #000000;
  text-decoration: none;
}

/*This is the Default ACTIVE Hyperlink Style when a mouse is hovering over it, with dusty blue text and an underline*/
A:hover {
  color: #696c02;
  text-decoration: underline;
}

/*Forms display within the page rather than opening a new window*/
FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

/*Voici la barre de navigation en haut ŕ gauche avec :"accueil >> catalogue*/
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background-image: url(images/my_template/header_nav.gif);
  background-repeat: repeat;
  color: #7D7F02;
  font-weight : bold;
}

/*Voici la couleur des liens (accueil, catalogue,...) de la barre de navigation en haut ŕ gauche*/
A.headerNavigation { 
  color: #ffffff; 
}

/*Voici la couleur des liens lorsqu'ils sont survolé par le curseur*/
A.headerNavigation:hover {
  color: #7D7F02;
}

/*This is the ERROR Background style for a row with a red background*/
TR.headerError {
  background: #ff0000;
}

/*This is the ERROR Background style for a cell with a red background*/
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

/*This is a ROW Background style with a neon green background*/
TR.headerInfo {
  background: #00ff00;
}

/*This is a CELL Background style with a neon green background*/
TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*This is the GRAY BOTTOM BAR Row background*/
TR.footer {
 /*background: #bbc3d3;*/
 background: #7D7F02;
}

/*This is the GRAY BOTTOM BAR Cell background*/
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #7D7F02;
  color: #ffffff;
  font-weight: bold;
}

/*Pour definir la couleur du cadre des boxes*/
.infoBox {
  background: #999999;
}

/*Pour definir la couleur de fond des boxes et leur texte*/
.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*This is the INFOBOX Notice Style, a pale salmon color*/
.infoBoxNotice {
  background: #FF8E90;
}

/*This is the INFOBOX Notice Contents Style, a very pale salmon color*/
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*Infobox Templates for STS-This is the INFOBOX Heading Style, SAME AS HEADER AND FOOTER GRAY BARS*/
TD.infoBoxHeading {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  background: url(images/my_template/corner_right_left.gif) repeat-x bottom left;
  color: #ffffff;
}

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

/*This is a GENERAL ROW Style for every other line of noted pages, a palest gray color*/
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: #ecbd8b;
}

/*This is a GENERAL ROW Style for every other line of noted pages, the same palest gray color but allows you to alternate 2 colors if you wish*/
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: #e6ae73;
}

/*This is a GENERAL TABLE Style for product listing pages, a deeper gray color*/
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

/*This is the GRAY BAR Style for product listing pages, same deeper gray color as previous item*/
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #aaac5a;
  color: #FFFFFF;
  font-weight: bold;
}

/*This is the FONT Style for product listing pages*/
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*This is the HYPERLINK Style for Results pages*/
A.pageResults {
  color: #0000FF;
}

/*This is the HYPERLINK Style for Results pages when the mouse is hovering over it*/
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

/*This is the MAIN TEXT Style, couleur orange*/
TD.pageHeading, DIV.pageHeading {
  font-family: Script MT Bold;
  font-size: 24px;
  font-weight: bold;
  color: #d27d22;
}

/*This is a Row Sub-bar Style, a very pale gray*/
TR.subBar {
  background: #f4f7fd;
}

/*This is a Cell Sub-bar Style, black default text*/
TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

/*This is a Cell and Paragraph Main Style*/
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

/*This is a Cell, Span, and Paragraph Font Style*/
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/*This is a Cell Font Style in larger size with medium dusty blue font*/
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

/*This is a Cell Font Style in a bold larger size*/
TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/*This is a Cell Font Style in a bold larger size*/
TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

/*This is a Table Heading Style in a bold larger size*/
TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/*This is a Span Font Style used for New Items in Cart in a BRIGHT RED FONT*/
SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

/*This is a FORM STYLE used for checkboxes, input text, radio buttons, and drop-down boxes*/
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

/*This is a FORM STYLE used for text boxes where visitor enters free-form text*/
TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

/*This is a TEXT STYLE used for the "Greetings, Username! in a funny orange-salmon color*/
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

/*This is a FORM BACKGROUND AND BORDER STYLE with a very pale dusty blue background and deep dusty blue border*/
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

/*This is a FORM TEXT STYLE with slightly larger bold text*/
TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/*This is a SPAN PRODUCTS PAGE STYLE with a pale burgundy color font*/
SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

/*This is a SPAN PRODUCT SPECIAL FONT STYLE in a bright red color*/
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

/*This is a SPAN ERROR TEXT STYLE in a bright red color*/
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; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

/* HTC BEGIN */
h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
}

h2 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
}
/* HTC END */


/* Parametre Bertrand sur liens */

A.maclasse {
color: #d27d22;
text-decoration: underline;
}

A.maclasse:hover {
color: #b6b7cb;
text-decoration: underline;
}

A.maclasse_important {
color: #3399ff;
text-decoration: none;
}

TD.PreviousNext {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
color:#7D7F02;
}


/* Fin Parametre Bertrand sur liens */

/* VJ Links Manager v1.13 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
/* VJ Links Manager v1.13 end */

/* Dynamic Site Map begin*/
ul.sitemap {
  color: #ff0000;
}
/* Dynamic Site Map end*/

/* #################
template 
#################*/
	.top_bar_td1{
	font-size: 11px; 
	font-family: Tahoma;
	color: #353434;
	font-weight: bold;
	height: 43px;
	}
	.top_bar A:link, .top_bar A:active, .top_bar A:visited{ 
	font-size: 10px; 
	font-family: Tahoma;
	color: #353434;
	font-weight: normal;
	text-decoration: none;
	}
	.top_bar A:hover{
	font-size: 10px;
	color: #DC8B33;
	}
	.topbanner_td1{
	}
	.topbanner_td2{
	background-image:url(images/my_template/header_banner_mid.gif); 
	background-repeat: repeat-x;	
	height: 132px;		
	}
	.topbanner_td3{
	}
	.top_nav{
	}
	.top_nav A:link, .az_top_nav A:active, .az_top_nav A:visited{ 
	font-size: 10px; 
	font-family: Tahoma;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	.top_nav A:hover{
	font-size: 10px;
	color: #DC8B33;
	}
	/* MENU bar css controls */
	.menubarmain A:link, .menubarmain A:active, .menubarmain A:visited{ 
	font-size: 12px; 
	font-family: Tahoma;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
	.menubarmain A:hover{
	font-size: 12px;
	color: #5C8F16;
	}
	.menubarmain{
	font-size: 12px; 
	font-family: Tahoma;
	font-style: normal;
	color: #C3000B;
	}
	.top_nav_td1{
	}
	.top_nav_td2{
	background-image:url(images/my_template/menu_mid.gif); 
	background-repeat: repeat-x;
	height: 43px;		
	}
	.info_bar{
	background-image:url(images/my_template/info_bar_mid.gif); 
	background-repeat: repeat-x;
	height: 42px;		
	}
	/* MAIN table css controls */	
	.maincont_mid_td{
	padding-bottom: 5px;
	}		
	.maincont_tb{
	padding-top: 5px;	
	}
	/* LEFT bar css controls */	
	.maincont_left_td {
	width: 220px;
	padding-top: 5px;
	padding-right: 5px;
	}
	.leftbar_tb {
	width: 220px;
	}
	td.infoBoxHeadingLeft_categ, td.infoBoxHeadingLeft {
	background-image: url(images/my_template/leftbox_top.gif);
	background-repeat:  no-repeat;
	height: 39px;
	}
	td.infoBoxContentsLeft_categ{
	background-image: url(images/my_template/leftbox_category.gif);
	background-repeat:  no-repeat;
	background-position: top left;
	height: 20px;
	padding-top: 3px;
	padding-left: 30px;
	font-size: 10px;
	}
	/* RIGHT bar css controls */		
	.maincont_right_td {
	width: 0px;
	}
	.rightbar_tb{
	width: 0px;
	}
	td.footer_td1{
	padding-left: 10px;
	}
	td.footer_td2{
	height: 40px;
	}
	td.footer_td3{
	}
	.footer_tb{
	background-image:url(images/my_template/bottom_r.gif); 
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 5px;
	}
	.footer_menu_tb{
	font-family: Tahoma;
	font-weight: normal;
	color: #737373;
	font-size: 11px; 
	}
	.footer_menu_tb A:link, .footer_menu_tb A:active, .footer_menu_tb A:visited{ 
	font-size: 11px; 
	color: #737373;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	}
	.footer_menu_tb A:hover{
	font-size: 11px;
	color: #DC8B33;
	}
	.button_img{
	background-image:url(images/my_template/button_mid.gif); 
	background-repeat: repeat-x;
	background-position: top left;
    white-space: nowrap;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px; 
	cursor: pointer;
    text-decoration: none; 
	display: inline;
	}
	.button_submit{
	background-image:url(images/my_template/button_mid.gif); 
	background-repeat: repeat-x;
    white-space: nowrap;
	vertical-align: top;
    border: 0px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px; 
    height: 23px;
    text-decoration: none; 
	cursor: pointer;
	}
 
/*Bouton Lumineux dans header.php */

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);/*Pour internet explorer*/
-moz-opacity: 1;/*Pour FieFox et Mozilla*/
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);/*Pour internet explorer*/
-moz-opacity: 0.5;/*Pour FieFox et Mozilla*/
}

.toggleopacity img{
border: 1px solid #ccc;
}

.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}
/*Fin Bouton Lumineux dans header.php */

/*couleur de fond pour main_categories.php*/
TD.main_categories{
  background: #AAAD5C;
}
/*Fin couleur de fond pour main_categories.php*/


/*MORE_PICS_6*/
#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: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:visited { background: url(../images/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 */
	}	
/*END OF MORE_PICS_6*/

/*trembling message*/
.trembling{
position:relative;
}


/* Condition.php*/
.Style3_cgv {font-size: 10px}
.Style4_cgv {
	font-size: 10px;
	color: #d27d22;
	font-weight: bold;
}

/* OTF contrib begins */
/* DDB - 041031 - Form Field Progress Bar */
.progress{
  width: 1px;
  height: 14px;
  color: white;
  font-size: 12px;
  overflow: hidden;
  background-color: navy;
  padding-left: 5px;}
}
/* OTF contrib ends */


/*Bar de progression Upload Fichiers temps reel*/
.container_bar {
	width : 308px;
	height: 26px ;
	border: solid 1px #000000;
	text-align : left;
}
#bar {
	width : 0px;
	height: 20px ;
	border: solid 0px #000000;
	top : 2px;
	left : 2px;
	position:relative;
	text-align:center;
	color : #FFFFFF;
	background-color : #7d7f02;
}/*Fin Bar de progression Upload Fichiers temps reel*/
