/*
  $Id: stylesheet.css,v 1.11 2007/01/31 18:23:49 vince 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:#FCFBF8;
  margin:0px;
  font-family:Verdana, Arial, sans-serif;
}

table  { border-collapse:collapse; border-spacing:0; font-size:11px; }
form  { border-collapse:collapse; border-spacing:0; padding:0; margin:0; }
td, th { padding:0; vertical-align:top; }
img { border-width:0px; }
input { color:#424242; font-family:Verdana, Arial, sans-serif; font-size:11px; }
textarea { color:#424242; font-family:Verdana, Arial, sans-serif; font-size:11px; width:100%; }
select { color:#424242; font-family:Verdana, Arial, sans-serif; font-size:11px; }
p { font-family:Verdana, Arial, sans-serif; font-size:11px; }
h1 { font-size:14px; padding:0px; margin:0px; }
a { color:#424242; }
a:hover { color:#A6A4A4; text-decoration:none ; }
s { color:gray; }

.error, .warning { font-size:11px; font-weight:bold; background-color:#ffb3b5; height:20px; vertical-align:middle; }
.stockWarning { font-size:11px; font-weight:bold; background-color:#ffb3b5; }
.success { font-size:11px; font-weight:bold; background-color: #99ff00; height:20px; vertical-align:middle; }
.info { color:blue; font-size:11px; }
.inputRequirement { color:red; font-size:11px; }
.productSpecialPrice { color:red; font-weight:bold; }

.pageHeading { color:gray; font-weight:bold; font-size:14px; padding-top:11px; padding-bottom:11px; }
.main { padding-left:0px; }
.mainFrame { padding:11px; }

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

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

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


/* 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: 11px;
            }
 
#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:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { 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 11px;
            }
#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: #EBE4DA;
            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 */
            }    
a.nonsoulign {
  color:#000000;
  font-size:11px; 
  font-weight:bold;  
  height:11px; 
  text-decoration:none;
}            
a.links_box {
  color:#000000;
  font-size:17px; 
  font-weight:bold;
  text-decoration:none;
}

a.links_cat {
  color:#000000;
  font-size:11px; 
  font-weight:bold;
  text-decoration:none;
}

td.prix_gros {
  color:#000000;
  font-size:17px; 
  font-weight:bold;
}            
/* Module Zoom CSS - QPN - 06-2007 - EOF */

/* Menu Ajax - QPN - 07-2007 - BOF */
a.topmenudyn { color:#544E38; text-decoration:none ;font-weight:bold;font-size: 11px;  }
a.lienmenudyn {
 color:#FFFFFF;
 text-decoration:none;
 font-size:11px; 
 font-weight:bold;
}
/* Menu Ajax - QPN - 07-2007 - EOF */



a.links_box2 {
  color:#000000;
  font-size:13px; 
  font-weight:bold;
  text-decoration:none;
}
