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

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

/* BODY */
body {
	font-family: Verdana, Arial, sans-serif;
  background: #ffffff;
  color:#000000;
  padding:0;
  margin:0;
	text-align: center;
	font-size:11px;
}

#page{
	position:relative;
	top:0;
  left:0;
	background-color:#fff;
  width:790px;
  margin:0px auto;
	text-align: left;
	font-size: 11px !important;
	
}
html:not([lang*=""]) #page {
  width:790px;
}
html[xmlns*=""] body:last-child #page {
  width:790px;
}
* html .column {
  overflow-x: hidden; /* IE6 fix */
}

/* HEADER */
#logo{
  background:#ffffff url(images/new/HEAD.gif) 0px 0px no-repeat;
	height:100px;
  display:block; 
	position:relative;
	width:800px;
}
#logo a{
	font-size:0;
	text-indent: -5000px;
	color:white;!important
	color:transparent;
	display:block;
	background-color:transparent;
	padding:0;
	margin:0;
	height:70px;
}

#logo a#jdf{
	left:-30px;
	position:relative;
	top:0;
	width:715px;
}

#logo a#asso{
	left:731px;
	position:absolute;
	top:0;
	width:56px;
}

.etoile{
	background:url("images/new/etoile.gif") no-repeat scroll 0 6px #FFFFFF;
	padding:0 0 0 22px;
}
/*MENU*/
.mylinks{
	position:absolute;
	top:75px;
	height:20px;
	display:block;
	font-size:0;
	border:0;
	text-indent: -5000px;
}
#link_accueil a, #link_contact a, 
#link_info a, #link_coeur a, #link_promos a, 
#link_panier a, #link_nouveautes a, #link_compte a{
	padding:0;
	margin:0;
	height:20px;
	background-color:transparent;
}
#link_accueil, #link_accueil a{
	width:80px;
	left:0;
}
#link_nouveautes, #link_nouveautes a{
	width:100px;
	left:90px;
}
#link_promos, #link_promos a{
	width:70px;
	left:205px;
}
#link_coeur, #link_coeur a{
	width:130px;
	left:285px;
	color:#000;
}
#link_info, #link_info a{
	width:45px;
	left:425px;
}
#link_contact, #link_contact a{
	width:60px;
	left:485px;
}
#link_compte, #link_compte a{
	width:100px;
	left:565px;
}
#link_panier, #link_panier a{
	width:90px;
	left:685px;
}

a {
  color:#000000;
  text-decoration: none;
	background-color:inherit;
	padding:0;
	margin:3px;
}

a:hover {
  text-decoration: none;
	background-color:#FFFF00;
	color:#000;
	padding:0;
}

a img 
{
  border: none;
  vertical-align:middle;
}

a img:active, a img:focus, a:active img, a:focus img
{
	background-color:#ffffff;
}


form {
	display: inline;
}

tr.header {
  background: #ffffff;
}

tr.headerNavigation {
  background: #000;
}

td.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #fff;
  color: #000;
  font-weight : bold;
}

A.headerNavigation { 
  color: #000; 
}

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

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

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

.infoBox {
  /*background: #b6b7cb;*/
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	line-height:17px;
	padding:5px 0;
}

.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: #000;
  color: #000;
	padding-left:5px;
}

TD.categories{
	font-size: 0;
	background:#ffffff url(images/new/categories.gif) 0 0 no-repeat;
	width:126px;
	height:24px;
	text-indent: -5000px;
}
TD.labels{
	font-size: 0;
	background:#ffffff url(images/new/labels.gif) 0 0 no-repeat;
	width:126px;
	height:24px;
	text-indent: -5000px;
}
TD.recherche{
	font-size: 0;
	background:#ffffff url(images/new/recherche.gif) 0 0 no-repeat;
	width:126px;
	height:24px;
	text-indent: -5000px;
}
TD.panier{
	font-size: 0;
	background:#ffffff url(images/new/panier.gif) 0 0 no-repeat;
	width:126px;
	height:24px;
	text-indent: -5000px;
}
TD.best-sales{
	font-size: 0;
	background:#ffffff url(images/new/best-sales.gif) 0 0 no-repeat;
	width:126px;
	height:24px;
	text-indent: -5000px;
}
TD.notification{
	font-size: 0;
	background:#ffffff url(images/new/notifications.gif) 0 0 no-repeat;
	width:126px;
	height:24px;
	text-indent: -5000px;
}
TD.tellafriend{
	font-size: 0;
	background:#ffffff url(images/new/faire-connaitre.gif) 0 0 no-repeat;
	width:126px;
	height:24px;
	text-indent: -5000px;
}
TD.also_pruchased{
	font-size: 0;
	background:#ffffff url(images/new/les-clients-qui-ont.gif) 0 0 no-repeat;
	width:600px;
	height:24px;	
	text-indent: -5000px;
}
TD.featured{
	font-size: 0;
	background-color:#ffffff;
	width:600px;
	height:24px;	
}

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: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #b6b7cb;*/
  color: #000;
  font-weight: bold;
}

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

A.pageResults {
  /*color: #0000FF;*/
}

A.pageResults:hover {
  /*color: #0000FF;*/
  background: #FFFF33;
}
/*
TD.pageHeading:before, DIV.pageHeading {
	content:url(images/new/etoile.gif)
}
*/
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
	text-transform: uppercase;
}

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



/*GRID*/
.column {
	position:relative;
  float:left;
  margin-right:10px;
  padding:0;
}
.last {
  margin:0;
}
legend{
  font-size:12px;
  font-weight:normal;
  padding:5px;
  color:#00A8E6;
  border-top:1px dashed #00A8E6;
}

input[type="text"].required,input[type="password"].required,textarea.required{
  border:1px solid #00A8E6;
}
input.disabled {
  border:1px solid #F2F2F2;
  background-color:#F2F2F2;
}
input.validation-passed, textarea.validation-passed {
  border:1px solid #0C0;
  color:#000;
}
.calendar input {
	font-size:12px;
	width:auto;
}

.validation-advice {
  margin:0;
  padding-left:5px;
  color:#FF3300;
  font-weight:normal;
  font-size:10px;

}
input.validation-failed,textarea.validation-failed {
  border:1px solid #F30;
  color:#F30;
}
label.labelform{
  display: block;
  line-height: 1.8;
  vertical-align: top;
  width:40%;
  cursor:pointer;
  float:left;
	color:#555;
	font-weight:bold;
}

.button, form input, form textarea, form .nicEdit-panelContain, form select, .pagination a.number {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
form input[type="text"], form select, form textarea{
	background:#FFFFFF url(../images/bg-form-field.gif) repeat-x scroll left top;
	border:1px solid #D5D5D5;
	color:#333333;
}

p.clearboth{
  clear:both;
  padding:0 0 5px 0;
  margin:3px;
}

