/*
  $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
*/
html {
	font-size: 100%;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #2c2c2c;
	z-index:1;
	color: #000; 
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
 

img {
	border: 0px;	
}

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

a:hover {
  color: #EDEF3B;
  text-decoration: none;
}
.smallText a {
	color : #555;
}
FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	background: #CBCABB;
}

.infoBoxContents {
  background: #CBCABB;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-width: 0px;
  border-style: none;
  text-align: center;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-image: url("images/infobox/corner_center.gif");
  color: #ffffff;
}

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

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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #CBC9BB;
  border-spacing: 5px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 0px;
  border-style: solid;
  background-image: url("images/infobox/corner_center.gif");
  border-color: #BFBDAB;
  border-spacing: 1px;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  background: #D4D2C4; 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  vertical-align: middle;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {

  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
}
TD.smain, P.smain {
  background-image: url("images/infobox/barre.gif");	
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 1.5;
}

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

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #BA4135; 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; }


/************* Style perso **************/

/** Global */
#contenu {
	position: relative;
	top: 0; 
	width: 900px;
	margin: auto;  
	text-align: center;
	background-color: #c6c7bc;  	
	border-width: 0px;
	border-spacing: 0px;
	padding: 0;
}
 

/**** Header *****/
#header {
	width: 900px;
	height: 148px; 
	top: 0;
	background-color: #FFFFFF;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: top;
	margin: inherit;
	padding: 0;
	text-align: left;
}
#header #pub {
	width: 468px;
	height: 60px;	
	position: absolute;
	left: 350px;
	top: 20px;
}
#header #logo { 
	position: absolute;
	left: 20px;
	top: 20px;
	width: 304px;
	height: 109px;
}
#header #logo img {
	width: 304px;
	height: 109px;
}

#header #portail { 
	position: absolute;
	left: 535px;
	top: 108px;	
	width: 273px;
	height: 34px;
}
#header #portail img {
	width: 273px;
	height: 34px;
}
#header #drapeau {
/*	background-image: url("images/support_drapeau.gif");
	background-repeat: no-repeat;*/
	position: absolute;
	left: 810px;
	top: 153px;
	width: 94px;
	height: 21px;
	text-align: center;
	padding-top: 1px;
	line-height: 21px; 
}

#headerNavigation {
	width: 900px;
	height: 28px;  
	background-color: #000;
	background-image: url("images/header_navigation.jpg");
	background-repeat: no-repeat;
	background-position: top; 
	padding: 0; 
	text-align: left; 
}
#headerNavigation #navigation { 
	height: 28px;
	width: 350px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	float: left;
}
#headerNavigation #navigation ul {
	margin: 0;
	padding: 0;
}
#headerNavigation #navigation li {
	position: relative; 
	list-style: none; 
	margin: auto;
	height: 28px; 
	float: left; 
	background-color: transparent;
	line-height: 28px; 
	width: 96px;
	text-align: center;
}
#headerNavigation #navigation li.index {
	width: 45px; 
}
#headerMenu {
	width: 900px;
	height: 27px;
	background-image: url("images/menu.jpg");
	background-repeat: no-repeat; 
}

#headerNavigation .image { 
	margin-bottom: -5px; 
	margin-right: 1em;
}

#module_recherche {
	width: 300px;
	height: 28px;
	float: left;
	color: #fff;
	font-size: 0.8em;
	line-height: 28px;
}

#module_panier {
	width: 230px;
	height: 28px;
	float: left;
	color: #fff;
	font-size: 0.8em;
	line-height: 28px;
}

#module_categorie {
	font-size: 11px;
	color: #FFF;
	line-height: 27px;
}
#module_categorie a{ 
	color: #FFF;
}
#module_categorie a:hover{ 
	color: #EDEF3B;
}
#module_categorie .quantite {
	color: #CCC;
	font-size: 0.8em;
}

/***** Footer *****/

#footer { 
	width: 900px;
	height: 22px;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat; 
	padding: 0;
	padding-top: 35px;
	clear: both;
}
#module_information a { 
	color: #333;
	font-size: 11px;
}
#module_information a:hover { 
	color: #777;
	font-size: 11px;
} 

/***** Menu Gauche *****/
 
#menu_gauche { 
	background-image: url("images/menu_gauche.jpg");
	background-repeat: no-repeat;
	position: relative;
	float:left; 
	width: 243px;
	height: 649px;
	color: #CCC; 
	left: -50px;
	font-size: 11px;
}
#menu_gauche #news {
	position: absolute;
	padding-top: 5px;
	left: 80px;
	top : 25px; 
	width: 135px;
	height: 135px;
}
#bandeau_news {
	position: absolute;
	left: 52px;
	top: -11px;	
}

#menu_gauche #promo {
	position: absolute;
	padding-top: 5px;
	left: 80px;
	top : 223px; 
	width: 135px;
	height: 135px;
}
#bandeau_promo {
	position: absolute;
	left: 52px;
	top: -11px;	
}
#menu_gauche #critique {
	position: absolute; 
	left: 80px;
	top : 425px; 
	width: 135px;
	height: 145px;
}
#menu_gauche #critique .vignette {
	text-align: left; 
}
#bandeau_critique {
	position: absolute;
	left: 52px;
	top: -7px;	
}
/**** Centre ****/
#centre {
	margin-left: -28px;
	width: 668px;
	margin-top: 20px;
	float: left;
} 
#centre_header { 
	height: 85px;
	width: 668px;
	background-image: url("images/centre_haut.gif");
	background-repeat: no-repeat;
}
#centre_header2 { 
	height: 85px;
	width: 668px;
	background-image: url("images/centre_haut2.gif");
	background-repeat: no-repeat;
}
#centre_footer {
	width: 668px;
	height: 66px; 
	background-image: url("images/centre_bas.gif");
	background-repeat: no-repeat;  
}
#centre_footer2 {
	width: 668px;
	height: 66px; 
	background-image: url("images/centre_bas2.gif");
	background-repeat: no-repeat;  
}
#centre_footer table {
	background-color: red;	
}
#centre_centre {  
	width: 568px;  
	background-image: url("images/centre_millieu.gif");
	background-repeat: repeat-y; 
	padding-left: 50px;
	padding-right: 50px;
}
#centre_centre a {
	color: #333;
}
#centre_centre a:hover {
	color: #666;
}
#centre_centre2 {   
	background-image: url("images/centre_millieu2.gif");
	background-repeat: repeat-y; 
	padding-left: 20px;
	padding-right: 20px;
}
#visu {
	width: 568px;  
	
}

#accueil_haut_French {
	margin-top: -60px;
	position: relative;
	width: 611px;
	height: 140px;
	background-image: url("images/module_promo_fr.jpg");
	background-repeat: no-repeat; 
}
#accueil_haut_English {
	margin-top: -60px;
	position: relative;
	width: 611px;
	height: 140px;
	background-image: url("images/module_promo_en.jpg");
	background-repeat: no-repeat; 
}

.accueil_haut_bouton { 
	position: absolute;
	left: 246px;
	top: 95px;
}

#accueil_centre { 
	position: relative;
	width: 614px;
	height: 330px;
	background-image: url("images/module_news.jpg");
	background-repeat: no-repeat; 
}
#accueil_centre .image {
	position: absolute;
	top: 30px;
	left: 400px;
}
#accueil_centre .description {
	position: absolute;
	top: 90px;
	left: 25px; 
	width: 350px;
	height: 170px;
	font-size: 11px;
	overflow: hidden;
}
#accueil_centre .titre {
	position: absolute;
	top: 30px;
	left: 25px;
	font-size: 1.3em;
	font-weight: bold;
	color: #8b0e16; 
}
#accueil_centre .options {
	position: absolute;
	top: 280px;
	left: 25px; 
}
#accueil_bas { 
	position: relative;
	width: 611px;
	height: 178px;
	background-image: url("images/module_fidele.jpg");
	background-repeat: no-repeat; 
}
.accueil_bas_bouton {
	position: absolute;
	left: 25px;
	top: 20px; 
}
/****** Liste des produits ********/
#liste_produit {
	
}

#liste_produit .produit {
	background-image: url("images/fond_produit.jpg");
	background-repeat: no-repeat;
	width : 280px;
	height: 152px;
	position: relative;
}
#liste_produit .produit .image {
	/*position: absolute;*/
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 3px;
	/*top: 10px;
	left: 5px;*/
}
#liste_produit .produit .titre {
	/*position: absolute;
	top: 10px;
	left: 135px;*/
	padding-top: 10px;
	color: #DDD;
	font-size: 0.8em;
	font-weight: bold;
}
#liste_produit .produit .titre a {
	color: #8b0e16; 
}
#liste_produit .produit .prix {
	/*position: absolute;
	top: 50px;
	left: 135px;*/
	font-size: 0.8em;
	font-weight: bold;
}
#liste_produit .produit .bt_achat {
	position: absolute;
	top: 130px;
	left: 200px; 
}

/***** description produit ******/
#description_article { 
	position: relative;
	font-size: 11px;
	color: #000;
} 

#description_article .titre {
	position: absolute;
	top: -30px;
	left: 0px; 
	font-size: 1.5em;
	font-weight: bold;
	color: #8b0e16; 
} 
#description_article .prix {
	position: absolute;
	top: -30px;
	left: 470px;
	color: #DDD;
	font-size: 1.2em;
	font-weight: bold;
	color: #000; 
}
#description_article .image {
	float: left;
	margin-right: 1em; 
}
#description_article .description { 
	padding-top: 2em;
}
#description_article .options {
	margin-top: 1em;
	text-align: right;
	clear: both;
} 
#description_article .vente_flash {
	text-align: center;
	clear: both;
}
#identification {
	width: 160px;
	height: 80px;
	font-size: 11px;
	position: absolute;
	left: 435px;
	top: 20px;
}
#identification input.info {
	width: 80px;
}
#bt_accueil_ident {
	position: absolute;
	top: 45px;
	left: 95px;
}
#bt_accueil_inscr {
	position: absolute;
	top: 75px;
	left: 0px;
}
