/*
  $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: #000000;
  text-decoration: none;
}

img {
	border: 0;
}


/* styles globaux */
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;
}
.gras {
	font-weight: bold;
}



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

/* page */
table.global { /* centrer */
	width: 960px;
 	border: 0;
 	padding: 0;
 	margin: 0;
 	border: 1px solid black;
 	border: 0px;

	background: #F6F5F8; /* nouveau gris clair */
}

table.coldroite { /* tableaux de col droite */
	width: 640px;
}
table.produits { 
	width: 100%;
}


table.coldroite td.main {
	width: 320px;
	vertical-align: top;
}

td.colGauche {
	padding-top: 10px;
	width: 273px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*border: 1px solid #ccc;*/
	
}
td.colDroite {
	width: 670px;
	padding: 0 10px;
	vertical-align: top;
	background: #f6f5f8;
}

/* entete */
td.logo { 
	width: 275px
}
td.bandeau {
	width: 685px;
	background: #eeecf2;
	background: #F6F5F8; /* nouveau gris clair */
	vertical-align: top;
}
td.bandeau div.gauche {
	width: 200px;
	margin: 10px;
}
td.bandeau div.conseils {
	position: absolute;
	width: 130px;
	height: 85px;
	top: 10px;
	left: 650px;
}
td.bandeau div.livraison {
	position: absolute;
	width: 144px;
	height: 101px;
	top: 10px;
	left: 800px;
}
td.bandeau ul.nav2 {
	margin: 15px 10px 10px 10px;
	font-family: Trebuchet, Tahoma, Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	list-style-type: none;
	padding: 0;
}
td.bandeau ul.nav2 a, .pageTitle, h1 {
	color: #F37736;
	color: #FF7A01; /* nouvelle orange */
}

td.bandeau ul.nav2 li {
	float: left;
	margin: 0;
	padding-right: 20px;
}
hr.separateur {
	margin: 30px 0;
}
p.panier {
	padding: 10px 0 5px 0;
}
p.panier a:link, p.panier a:visited {
	font-family: Verdana, Arial, sans-serif; font-size: 12px;
	font-weight: bold;	
}

/* colGauche */
tr.bandeauRecherche td { 
	width: 263px;
	padding-bottom: 5px
}
tr.bandeauRecherche { 	
	background-image: url(medias/rectangle_fond_orange.png);
	background-repeat: no-repeat;
	background-position: left top;
}
tr.bandeauRecherche td h1, tr.bandeauCategories h1 { 
	font-family: Arial, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0 15px 8px;
}
tr.bandeauCategories {
	background: #b6d1fb url(medias/rectangle_fond_orange_bleu.png) no-repeat left top;
}
tr.bandeauCategories td {
	padding: 0 5px 10px 5px;
}
tr.bandeauCategories td {
	font-weight: bold;
}
tr.bandeauCategories td a:link, tr.bandeauCategories td a:visited {
	color: #006;
}
tr.bandeauCategories td b {
	color: #f93;
	color: #FF7A01; /* nouvelle orange */
}
select.category { 
	margin: 10px 0 4px 0;	
}

tr.bandeauLivraison td {
	padding: 20px 0 0 45px;
}
tr.bandeauSpecial td {
	padding: 20px 0 0 30px;
}


td.titreRubrique img {
	margin: 5px 0 10px 0;
	border: 1px solid #ccc;
	}

td.titreRubrique a {
	color: #f93;
	color: #FF7A01; /* nouvelle orange */
}

tr.footer {
	height: 89px;
	/* background: #eeecf2 url(medias/cartes_credit.png) no-repeat 10px 8px; */ 
	background: #F6F5F8 url(medias/cartes_credit.png) no-repeat 10px 8px; /* nouveau gris clair */
}
tr.footer td {
	padding-left: 280px;
	text-align: center;
}


/* product_listing */
tr.produits {
	height: 55px;
	padding: 0;
}
tr.produits td h1 a {
	text-transform: uppercase;
	color: #f93;
	color: #FF7A01; /* nouvelle orange */
}

td.prix {
	font-weight: bold;
	color: #4c4c4e;
	padding: 0 0 20px 0;
}
span.prix {
	background: #fff;
	border: 1px #ccc solid;
	padding: 5px;
	color: #f00;
}
span.prixBarre {
	font-size: 90%;
	text-decoration: line-through;
}
span.prixPromo {
	font-weight: bold;
	color: #f00;
}


/* product_info */
div.colGauche {
	font-size: 13px;
	float: left;
	width: 380px;
	padding: 0 0 0 10px;
}
div.colGauche h1 {
	padding-left: 0;
}
div.colGauche p.options {
	font-weight: bold;
	padding: 20px 0 10px 0;
}
div.colDroite {
	float: left;
	width: 250px;
	text-align: center;
	padding: 18px 0 0 0;
}
td.colDroite h1 { /* titres des pages */
	font-weight: bold;
	color: #f93;
	color: #FF7A01; /* nouvelle orange */
	padding: 10px 0;
}

td.colDroite h2 { /* sous-titres des pages */
	font-weight: bold;
	padding: 10px 0;
}

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


/* boutons */
span.button {
	padding-right: 20px;
}

/* messages erreur et succès OSC */ 
td.messageStackError, td.messageStackSuccess, p.alerte, td.headerError {
	font-weight: bold;
	color: #ff0000;
	padding: 5px 0;
}


/* shopping_cart */
span.txtSousTotal, span.sousTotal {
	font-weight: bold;
}

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


