/*
  $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
*/

* {
  margin: 0px;
	font-family: Trebuchet, Verdana, Arial, sans-serif; font-size: 12px;
}

html { /* obliger l'affichage de la barre de scroll dans Firefox */
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #fff;
  color: #000;
  font-family: Trebuchet, Verdana, Arial, sans-serif;
  font-size: 12px;
}

a {
  color: #000;
  text-decoration: none;
}


/* styles KH */
div#container {
	position: relative; top: 10px; left: 50%;  
 	margin: 0 0 0 -405px;
	padding: 0px;
	width: 810px;
 	border: 1px #ccc solid;
}

div#containerFooter {
	position: relative; top: 10px; left: 50%;  
 	margin: 0 0 0 -405px;
	padding: 0px;
	width: 810px !important;
	width: 812px;
 	border: 1px #ccc solid;
 	border-top: 0;
 	text-align: center;
 	padding: 3px 0;
}

div#containerFooter a {
	margin-top: 5px;
	padding: 0px 30px;
}

table.global { /* centrer */
	width: 810px;
 	border: 0;
 	padding: 0;
 	margin: 0;
 	border-spacing: 0px;
 	border-collapse: collapse; /* IE sucks */
}

table.global2 { /* centrer */
	width: 600px;
 	margin: 20; 	
}


/* bandeau haut */
tr.bandeauHaut { 
	height: 20px;
	background-color: #ebebeb;
	font-family: Trebuchet, Verdana, Arial, sans-serif; font-size: 80%;
	border: 0;
	padding: 0;
	margin: 0;
 
}
tr.bandeauHaut td.col1 { 
	width: 350px;
}
tr.bandeauHaut td.col2 { 
	width: 300px;
	text-align: center;
	/*border: 1px #000 solid;*/
}
tr.bandeauHaut td.col3 { 
	width: 160px;
	text-align: right;
}

/* nav1 */
tr.bandeauCategories { 
	background-color: #666;
	font-weight: bold;
}
tr.bandeauCategories td { 
	padding: 5px 0px;	
}
tr.bandeauCategories span.categorie {
	font-family: Tahoma, Trebuchet, Verdana, Arial, sans-serif; font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 0 30px 0 0;
}
tr.bandeauCategories span.categorieActive span.categorie {
	font-weight: bold;
	color: #a29161;
}
tr.bandeauCategories a:hover span.categorie, tr.bandeauCategories a:link span.categorie {
	text-decoration: none;
}
tr.bandeauCategories a:hover span.categorie {
	color: #a29161;
}

/* produits en home */
table.listeProduits {
	width: 100%;
}
table.listeProduits h1 {
	font-weight: bold;
	font-size: 110%;
}

table.listeProduits td {
	vertical-align: top;
	padding: 10px 0;
}

p.prix {
	font-weight: bold;
	color: #4c4c4e;
	margin: 10px 0;
}

span.prixBarre {
	text-decoration: line-through;
}
span.prixPromo {
	font-weight: bold;
	color: #f00;
}

td.colGauche {
	padding-top: 10px;
	width: 199px;	
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #ebebeb;
}

td.colDroite {
	width: 590px;
	padding: 5px;
	vertical-align: top;
	/*border: 2px solid #000;*/
}

td.colDroite p {
	margin-bottom: 10px;
}

td.colDroite p.lien a:visited, td.colDroite p.lien a:link {
	border-bottom: 1px #717171 dashed;
}
p.pageExtra {
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 10px;
}
p.pageExtra a:link, p.pageExtra a:visited {
	color: #1F78CB;
	color: #20007f;
}
p.pageExtra a:hover {
	color: #999;
}

p.pageExtra.noir {
	margin: 5px 0 0 0;
}
p.pageExtra.noir a:link, p.pageExtra.noir a:visited {
	color: #333;
}
p.pageExtra.noir a:hover {
	color: #fa1908;
}


div.colGauche {
	float: left;
	width: 310px;
	padding: 3px;	
}
div.colDroite {
	float: left;
	width: 270px;
	text-align: center;
}
#sectiona-1 div.colGauche, #sectiona-1 div.colDroite,
#sectiona-2 div.colGauche, #sectiona-2 div.colDroite,
#sectiona-3 div.colGauche, #sectiona-3 div.colDroite {
	margin-top: 15px;		
}

p.price {
	margin-top: 6px;
	font-weight: bold;
	color: #C60C00;
}

p.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

.interligne020020 {
	margin:20px 0;
}
.interligne010010 {
	margin:10px 0;
}

.interligne000010 {
	margin:0 0 10px 0;
}
.interligne020000 {
	margin:20px 0 0 0;
}


/* boxes */
td.enteteBox {
	font-weight: bold;
	padding: 10px 0;
}

div.xsell p.productName {
	height: 20px;
	font-weight: normal;
	padding-top: 5px;
}
p.productName {
	height: 20px;
	font-weight: bold;
	padding-top: 5px;
}


/* */
h1.pageTitle {
	padding: 10px 0 20px 0;
	font-size: 14px;
}
h2 {
	padding: 20px 0 10px 0;
	font-size: 13px;
	
}

span.floatRight {
	float: right;
}

span.txtSousTotal {
	float: left;
	padding: 30px 0 20px 180px;
	font-weight: bold;
}
span.sousTotal {
	float: right;
	padding: 30px 5px 20px 0px;
	font-weight: bold;
}

.productListing-heading {
	font-weight: bold;
}

span.button {
	float: left;
	padding: 20px 10px;
	
}

 
.gras {
	font-weight: bold;
}

td.messageStackError, td.messageStackSuccess, p.alerte, td.headerError {
	font-weight: bold;
	color: #ff0000;
}

div.historique img {
	float: right;
	padding: 0 0 5px 5px;
	border: 0;
}


h3.countryImporter {
	padding: 5px 0;
	background: #ccc;
	margin: 10px 0;
}

hr.separateur {
	margin: 30px 0;
}


p.panier {
	padding: 0 0 5px 0;
}
p.panier a:link, p.panier a:visited {
	font-family: Verdana, Arial, sans-serif; font-size: 12px;
	font-weight: bold;
	color: #976d46;
}

p.orderline {
	padding: 2px 0 0px 1px;
	font-family: Arial, sans-serif; font-size: 14px;
	font-weight: bold;
	color: #976d46;
}
p.tollfree {
	padding: 0 0 0px 1px;
	font-family: Arial, sans-serif; font-size: 17px;
	font-weight: bold;
	color: #000;
}


td.photoProduit {
	text-align: center;
}

div.photoPress {
	margin-top: 20px;
}
div.photoPress p {
	padding-top: 5px;
	line-height: 140%;
}
div.photoPress p.lien, div.photoPress p.lien a:link, div.photoPress p.lien a:visited {
	color: #333;
}
div.photoPress img {
	float: left;
	margin-right: 10px;
	border: 0;
}

div.newsletter {
	padding: 0 4px;
}

div.newsletter h3 {
	text-align: center;
	padding: 5px 0;
	color: #333;
	font-variant: small-caps;
}

div.newsletter p {
	font-weight: 300;
	font-size: 11px;
	color: #666;
}

div.newsletter input.bouton {
	font-weight: 300;
	font-size: 11px;
	margin-right: 10px;
	background: #4c4c4e;
	color: #fff;
	border: 1px #fff solid;
	padding: 2px;
}

div.newsletter input.bouton:hover {
	background: #333;
	color: #ccc;
	border: 1px #ccc solid;
}

div#ragni {
	position:absolute;
	background: #fff;
	width: 600px;
	height: 500px;
	z-index: 10;
	filter:alpha(opacity=99, finishopacity=100, style=1, startx=0, starty=0, finishx=140, finishy=270);
	text-align: center;
}

div#produits {
	position:absolute;
	z-index: 1;
	width: 590px;
}


div.entete {
	background: #a29161;
	font-weight: bold;
	padding: 3px 5px;
	font-family: Arial, sans-serif; font-size: 14px;
	color: #fff;
}
div.entete a {
	color: #fff;
	font-weight: normal;
}
div.entete a.headerNavigation {
	font-weight: normal;
	font-size: 80%;
	padding: 0 0 10px 0;
	color: #fff;
}
img.ordonnance {
	padding: 2px;
	border: 1px #ccc solid;
	margin-right: 10px;
}

img.bannerOrdonnance {
	margin: 5px 0 5px 3px;	
}
img.bannerLivraison {
	margin: 10px 0 5px 3px;	
}
img.bannerPromo {
	margin: 5px 0 0px 3px;	
}

img.bannerPromo2 {
	margin: 0px 1px 5px 1px;	
}

form.ordonnance p {

}

a.headerNavigation {
	font-size: 90%;
}


ul,li,li a:link, li a:visited {
	color: #fff;
}

ol li {
	color: 000;
	padding-bottom: 10px;
}

ol li a:link, ol li a:visited {
	color: #0000ff;
}

span.link a:link, span.link  a:visited {
	color: #0000ff;
}


p.breadcrumb {
	padding: 0 0 10px 0;
}

td.productListing-data p.price {
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 0 0 10px 0;
}
td.productListing-data p.price span.productSpecialPrice {
	color: #ff0000;
}

ul.listePuce, ul.listePuce li {
	color: #000;
}



/* groupe_produits.php */
div.descriptifProduit {
	float: left;
	margin: 0px 2px 10px 2px;
	width: 370px !important;
	width: 360px;
	padding: 0px 0 20px 0;
	/*background: #eee;*/
}
div.descriptifProduit p a:link, div.descriptifProduit p a:visited {
	text-decoration: underline;

}
div.descriptifProduit h3 {
	color: #91643A;
	margin-bottom: 10px;
}

div.descriptifProduit div.bouton {
	margin: 10px 0 0 40px !important;
	margin: 10px 0 0 30px;
	float: left;
}

div.visuelProduit {
	float: left;
	text-align: center;
	width: 200px;
	/*background: #ccc;*/
	padding-bottom: 5px;
}

ol.survey li {
	color: #000;
	margin-bottom: 10px;
}
ol.survey ul {
	margin: 0px;
}
ol.survey li input {
	margin-right: 5px;
}
ol.survey ul li {
	list-style-type: none;
}

/* CSS for ticker*/
p.ajaxtickerPre {
	padding: 2px 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #976d46;
}

#ajaxticker {
	padding: 0 0 2px 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 300px;
}