/*
  $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;
 	font-family : Arial, sans-serif;
/*   font-size:11px;
   font-weight:normal;
	color: #2E2E2E;*/
	border:0;
}

.boxText { font-size: 10px; }
.errorBox { }
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 10px; color: #70d250; text-decoration: underline; }

body {
	background: #ffffff;
	color: #000000;
	text-align: center;
}

body#accueil{
	background-image:url(../../images/templates/fd-acc.gif);
	background-position: top;
	background-repeat: repeat-x;
}
body#pages{
	background-image: url(../../images/templates/fond-header.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#body-print {
	background: #ffffff;
	color: #000000;
	text-align: center;
}

#conteneur{
     margin-left: auto;
     margin-right: auto;
     width: 803px;
     text-align: left;	
	  position:relative;
}

a.lien {
  color:#064552;
  text-decoration: none;
}

a.lien:hover {

}
table#header{
	background-image: url(../../images/templates/fond-header.gif);
	background-repeat: repeat-x;
	/*border:1px solid #000;*/
}
#header tr td, #header tr td a.header{
  font-size:10px;
  color:#064552;	
  text-decoration:none;
}

#header h1{
	font-size:19px;
	color:#007086;
	text-align:right;
	padding-top:25px;
	font-weight:bold;
}

#header h1 span{
	font-size: 15px;
	color: #e6a500;
	display:block;
	padding-top:2px;
	font-weight:normal;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}
#headerNavigation{
	margin:0 0 20px 0;
}
TR.headerNavigation {

}

TD.headerNavigation {
  font-size: 11px;
}

A.headerNavigation { 
	color: #074E5C;
	text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

#footer{
	font-size: 11px;
	background-image: url(../../images/templates/fond-footer.gif);
	background-repeat: repeat-x;
	height:47px;		
	vertical-align: middle;
	text-align: center;		
}
#footer p{
	color: #5C5D5C;	
	background-image: url(../../images/templates/logo-footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
   margin-left: auto;
   margin-right: auto;
	width:803px;
}
#footer p span{
	margin-left:88px;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  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 solid #A0B7BC;
}

.productListing-heading {
  font-size: 11px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
   font-size: 11px;
	border: 0px solid #A0B7BC;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading {
	background-color: #83A4AB;
	height:43px; 
	text-align:right;
	vertical-align: middle;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {

  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

.errorText {
	font-size: 12px;
	font-weight: bold;
	color: #E20909;
	background-image: url(../../images/icons/error.gif);
	background-repeat: no-repeat;
	padding-left:30px;
	padding-top:7px;
	height:20px;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 12px;  }
.messageStackSuccess { font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 12px; color: #ff0000; font-weight:bold }


/* menu */
#navigation{
	height:25px;
	clear:both;
	background-color:#fff;
	padding:0;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;	
	margin:0 0 10px 0;
}
#navigation a{
	float:left;
	border-left:solid 1px #658f99;
	border-right:solid 1px #658f99;
	background-image:url(../../images/templates/fd-menu-cel.gif);
   height:20px;
   color:#FFF;
	font-size: 11px;
	font-weight: bold;
   text-decoration:none;
	padding-left:8px;
	padding-right:7px;
	margin-left:1px;
	padding-top:5px;
}
#navigation a:hover,#navigation .active{
   border-left:solid 1px #c7d9dd;
	border-right:solid 1px #c7d9dd;
	background-image:url(../../images/templates/fd-menu-cel-over.gif);
	color:#074e5c;
}
.ssmenu{
   position:absolute;
   visibility: hidden;
	font-size:11px;
}
.ssmenu a{
	width: 100%;
   display: block;
   text-decoration: none;
   color:#fff;
	padding:3px;
	padding-left:5px;
	background-color: #658f99;
   width: 130px;
}
.ssmenu a:hover{
   color:#213d44;
	background-color:#ddecef;
}

h2{
	font-size:14px;
	font-weight:bold;
	color:#E5A90E;
	margin-bottom:15px;
}
.pageHeading h1, a.product-name{
	font-size:14px;
	font-weight:bold;
	color:#FFF;	
	display:inline;
	padding-right:18px;
	text-decoration: none;
}
.tab-product{
	border:1px solid #A0B7BC;
	margin-bottom:12px;
}
.attribute-name{
	font-weight:bold;
	color:#213D44;
	height:23px;
	font-size:11px;
}
.attribute-select{
	font-weight:bold;
	color:#213D44;
	background-color:#DDECEF;
	border:1px solid #83A4AB;
	margin-left:8px;
	width:150px;	
}
.normal11bleu{
	font-size:11px;
	color:#074E5C;
}
.normal11noir{
	font-size:11px;
	color:#000;
}
.bold11gris{
	color:#213D44;
	font-size:11px;
	font-weight:bold;
}
.algn-devis{
	text-align:right;
	padding-right:8px;
	height:28px;	
}
#tab-devis{
	width:100%;
	border:1px solid #A0B7BC;
	margin-bottom:12px;	
}
#tab-devis input[type=radio]{
	background-color:blue;
}
#tab-devis select, #tab-devis .input-txt{
	background-color:#DDECEF;
	border:1px solid #83A4AB;
	width:155px;
	font-size:11px;
	color:#213D44;
	font-weight:bold;
}
#tab-devis textarea{
	background-color:#DDECEF;
	border:1px solid #83A4AB;
	width:190px;
	height:90px;
	font-size:11px;
	color:#213D44;
	font-weight:bold;
}

.lib-contact{
	width:243px;
	padding-right:15px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-align: right;
	height:23px;
}

.lien-haut{
	color: #333333;
	font-weight: bold;
	background-image: url(../../images/templates/picto-haut.gif);
	background-repeat: no-repeat;
	padding-left:15px;
	text-decoration:none;
}

.in_submit{
	width: 290px;
	height: 39px;
	margin-right: 3px;
	background-image: url(../../images/templates/bt-dmd-devis.gif);
	background-repeat: no-repeat;
	border:0;
	font-size: 0px;
	background-color:#527178;
	cursor: pointer;
}

.bold14noir {
  font-size: 14px;
  font-weight:bold;
}
#sitemap{
	margin-left: 15px;
}
#sitemap li, #sitemap li a{
	font-size:12px;
	font-weight:bold;
	color:#052354;
}
#sitemap ul{
	margin-left: 30px;
}
#sitemap li a ul li a{
	font-size:11px;
	font-weight:bold;
	color:#213d44;
}
