/*
  $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:0;
	padding:0;
}

.clr{
	clear:both;
}

.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 {
	background: #323232;
	color: #000;
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	margin-bottom:30px;
}

#conteneur {
	position: absolute;
	width: 100%;
	padding:0;
	margin:0;
}

#header{
	margin: 5px;
	background: transparent url(images/design/header_back.gif) repeat-x;
	height:108px;
}

#header_right{
	background: transparent url(images/design/header_right.jpg) no-repeat;
	background-position:top right;
}

#banner{
	position:absolute;
	right:20px;
	top:15px;
}

#toolbar{
	width:100%;
	background: transparent url(images/design/toolbar_back.gif) repeat-x;
	height:26px;
}


#toolbar_right{
	background: transparent url(images/design/toolbar_right.gif) no-repeat;
	background-position:top right;
	line-height:26px;
	height:26px;
}

#menutop1{
	position:absolute;
	right:15px;
}


#flash{
       width:230px;
       float:left;
       margin-top:2px;
       text-align:center;
       /*border:1px solid #000; */
}

#centre {
	margin-left: 160px;
	margin-right: 160px;
	margin-top:10px;
	padding:0;
}

#cadre{
	padding:0;
	background: #FFF url(images/design/contenu_haut_loop.gif) repeat-x;
	background-position:top right;
	width:100%;
}

#centre_left_top{
	background: transparent url(images/design/contenu_haut_gauche.gif) no-repeat;
	background-position:top left;
	width:100%;

}

#centre_right_top{
	background: transparent url(images/design/contenu_haut_droit.gif) no-repeat;
	background-position:top right;
	width:100%;
	padding:0;
	margin:0;
	border:0;
}

#centre_left_bottom{
	background: transparent url(images/design/contenu_bas_gauche.jpg) no-repeat;
	background-position:bottom left;
	width:100%;
	padding:0;
	margin:0;
	border:0;
}

#centre_right_bottom{
	background: transparent url(images/design/contenu_bas_droit.jpg) no-repeat;
	background-position:bottom right;
	width:100%;
	margin:0;
	border:0;
}

#contenu{
	padding:5px;
	width:99% !important;
	width:100%;
	margin:0;
}

#pathway{
	padding-top:5px !important;
	padding-top:3px !important;
	padding-left:10px;
	padding-bottom:10px;
	color:#FFF;
	font-size:12px;
}

#pathway .headerNavigation{
	color: #FFF;
}

#centre table{
	width:100%;
}

#gauche {
	float:left;
	width: 153px;
	padding:0;
}

#gauche .title_categ{
	font-size:18px;
	color:#FFF;
	background: url(images/design/title_categ.gif) no-repeat;
	height:36px;
	text-align:center;
	line-height:36px;
	font-weight:bold;
}

#droite {
	float:right;
	width: 153px;
	padding:0;
}

#pied {
	clear:both;
	height: 30px;
	text-align:center;
	width:100%;
	margin-top:10px;
}

#pied p{
	font-size:10px;
	color:#555;
}

#pied a{
	color:#555;
}

#pied a:hover{
	color:#FFF;
}

/* InfoBox */

.infoBoxHeading{
	background: transparent url(images/design/module_top.gif) repeat-x;
	margin:0;
	border:0;
	font-size:14px;
	font-weight:bold;
	color: #000;
}

.infoBoxHeading h1{
	font-size:12px;
	font-weight:bold;
	color: #000;
	margin:0;
	padding-left:5px;
	padding-top:6px;
}

.infoBoxContents{
	background: transparent url(images/design/module_back.gif) repeat-y;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width:154px;
	padding:0;
	color:#FFF;
}

.infoBoxContents a{
	font-size: 10px;
	color:#FFF;
}

.boxText{
	padding-left:7px;
	padding-right:7px;
}

.boxText td{
	font-size: 10px;
	color:#FFF;
}
.infoBoxContents-white{
	background: transparent url(images/design/module_white_back.gif) repeat-y;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width:154px;
	text-align:center;
}

.infoBoxContents input{
	background-color:#CCC;
	font-size:10px;
}

.infoBoxContents select{
	background-color:#CCC;
	font-size:10px;
	width:98%;
	border: 1px solid #EEE;
	margin-top:3px;
	margin-bottom:3px;
}

.contentBox{
	width:100%;
}

.contentBoxHeading{
	width:100%;
}

.infoBoxCenterHeading{
	background: transparent url(images/design/title_background.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	padding-top:0 !important;
	padding-top:2px;
	vertical-align:top;
	color:#FFF;
}
.infoBoxCenter{
	border:1px solid #000;
	padding-top:10px;
}
/* fin infobox */

#contenu ul{
	margin: 10px 0 0 20px;
	padding: 0;
	list-style: url(images/design/puce.png);
}

#contenu ul li{
	padding-top:-2px;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
color: #D2312F;
text-decoration: underline;
}

form {
	display: inline;
}

a.headerNavigation { 
	color: #000;
	font-weight:bold;
	font-size:12px;
}

a.headerNavigation:hover {
color: #D53130;
}

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;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  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-left: 1px solid #000;
	border-right: 1px solid #000;
}

.productListing-heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #D2312F;
	color: #FFF;
	font-weight: bold;
	padding:3px;
	text-align:center;
	border-spacing:2px;
}

td.productListing-heading{
	border: 1px solid #000;
}

a.productListing-heading:hover{
	color:#000;
}

TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border-bottom: 1px solid #000;
}

/* Systeme de pagination */

.SplitPageBlock{
	background:#000;
	padding:3px;
	border: 1px outset #000;
	margin:5px;
	color:#FFF;
}


A.pageResults {
  color: #FFF;
}

A.pageResults:hover {
  color: #FFF;
  background: #D2312F;
}

TD.pageHeading, DIV.pageHeading {
	background: transparent url(images/design/title_background.gif) no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding:2px;
	padding-top:0 !important;
	padding-top:2px;
	vertical-align:top;
}

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;
  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: #D2312F;
  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: #F00;
  font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	font-weight:bold;
	
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #325BBB; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #325BBB; }

.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; }


/* Menu index */
.blockindex{
	width:50%;
	background: transparent url(images/design/index/title_fond.gif) repeat-x;
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
}

.blockindex a{
	font-weight:bold;
}

.blockindex a:hover{
	background:url(images/design/index/menu_fond.gif) no-repeat;
	background-position:top right;
	padding-right:10px;
	text-decoration:none;
}


#menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	width:154px;
}

#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 24px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
	border: 1px solid gray;
	font-size:9px;
}

#menu dd {
/* 	border: 1px solid gray; */
}

#menu li {
	text-align: left;
	background: #C9C9C8;
	padding-left:30px;
}

#menu li a{
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	font-size:10px;
}

#menu li a:hover{
background: #eee;
}

#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	background: url(images/design/menu_categ.gif) no-repeat;
	padding-left:25px;
}

#menu dt a:hover {
	background-position:0 -24px;
}
#contenu select{
	border:1px solid #000;
}


#catxcdiv ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}

/* menu item spacing */
#catxcdiv li{ margin-bottom: .2em; }

/*padding between submenu items*/
#catxc ul li { padding: 0 0 .2em 0; }

/*xc menu item*/
#catxcdiv li.xc { list-style: none; }

/*submenu*/
#catxcdiv li.xc ul { margin: .3em 0 0 -.8em; }

/* +/- control */
div.xcx, div.xcc {
	position: relative;
	display: inline;
}
li.xc>div.xcx, li.xc>div.xcc {
	position: static;
	margin-left: -1.5em;
	float: left;
	width: 1.5em;
}
div.xcx a, div.xcc a {
	position: absolute;
	left: -2em;
}
div.xcx>a, div.xcc>a {
	position: static;
}
div.xcx a:link, div.xcx a:visited,
div.xcc a:link, div.xcc a:visited {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
}