/*
  $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: Arial,Verdana,  sans-serif; font-size: 11px; }
.errorBox { font-family : Arial,Verdana,  sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial,Verdana,  sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial,Verdana,  sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

img
{
border: 0;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #58840C;
  text-decoration: underline;
  text-decoration: bold;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #FFFFFF;
}

TD.headerNavigation {
  font-family: Arial,Verdana,  sans-serif;
  font-size: 12px;
  background: #FFFFFF;
  color: #7DBF0E;
  font-weight : bold;
}

A.headerNavigation { 
  color: #7DBF0E; 
}

A.headerNavigation:hover {
  color: #7DBF0E;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  /*background: #b6b7cb;*/
   border: 1px;
  border-style: solid;
  border-color: #7DBF0E;
  border-spacing: 1px;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family:  Arial,Verdana, sans-serif;
  font-size: 10px;
  
}
TABLE.box {
  border: 1px;
  border-style: solid;
  border-color: #7DBF0E;
  border-spacing: 1px;
}


.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBox, SPAN.infoBox {
  font-family: Arial,Verdana,  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: #b6b7cb;
  border-spacing: 1px;
}

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

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family:  Arial,Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style:italic;
  color: #00339e;
}
TD.pageHeading2, DIV.pageHeading2 {
  font-family:  Arial,Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style:italic;
  color: #00339e;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Arial,Verdana,  sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.checkoutBarFrom, .checkoutBarTo { font-family: Arial,Verdana,  sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial,Verdana,  sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial,Verdana,  sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial,Verdana,  sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial,Verdana,  sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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


  .moncaddie{
 font-size: 12px;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
 }
 
 
  .ch6{
 border-left: #7DBF0E 2px solid;
 border-right: #7DBF0E 2px solid;
 background-color: #FFFFFF; 
  
 }
 TD.ch6
 {
  width:200px
 }
 
  .ch7{
 border-left: #C1E08D 2px solid;
 border-right: #C1E08D 2px solid;
 background-color: #FFFFFF; 
  font-family: Arial,Verdana,  sans-serif;
  font-size: 11px;
  line-height: 1.5;
 
  padding:13px 13px 13px 14px;
  
  }
 
 
  .ch5{
  font-family: Arial,Verdana,  sans-serif;
 font-size: 14px;
  color: #FFFFFF;
 text-decoration: none;
 font-weight: bold;
 }
 
 .ml2{
  font-family: Arial,Verdana,  sans-serif;
 font-size: 13px;
 color: #FF7800;
 font-weight: bold;
 text-decoration: none;
 }    
 
 .ml4{
  font-family: Arial,Verdana,  sans-serif;
 font-size: 11px;
 color: #7DBF0E;
 font-weight: bold;
 text-decoration: none;
 }  
 
 
 .nom_doc{
 font-size: 14px;
 color: #E97300;
 text-decoration: none;
  font-weight: bold;
 }
 
 .nom_doc2{
 font-size: 12px;
 color: #E97300;
 text-decoration: none;
  font-weight: bold;
 }


A.nom_doc2{
 color: #E97300;
}
A.nom_doc2:hover {
  color: #E97300;
 text-decoration: underline;
}

.bg_line_x						{background:url(irepsimg/line_x.gif) left center repeat-x;}
.image				{background:url(irepsimg/fond_liste.gif); }

.footer {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
}

A.footer{
 color: #333333;
}
A.footer:hover {
  color: #333333;
 text-decoration: underline;
}

.htxt {
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFEFFF;
	 font-weight: bold;
}

A.htxt{
font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFEFFF;
	 font-weight: bold;
}
A.htxt:hover {
 font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFEFFF;
	 font-weight: bold;
 text-decoration: underline;
}






.recherche {
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}

A.recherche{
 color: #FFFFFF;
}
A.recherche:hover {
  color: #FFFFFF;
 text-decoration: underline;
}
/* flash info */
.flashinfo{width: 200px; background-repeat: no-repeat;height: 242px;background-image: url(irepsimg/bg_flash_info.gif);float:left; margin-top: 10px;}
.flashinfo .entete{ padding-top: 30px; margin-left: 15px;}
.flashinfo .entete a{text-decoration: none; font:bold 22px/24px verdana, sans-serif; color:#006699;}
.titre_flashinfo{font-weight: bold; color: #006699;}
.texte_flashinfo{ font-size: 10px; font-family: Arial,Verdana ; color: #006699;}
.texte_flashinfo a{text-decoration: none; font-weight: bold; font-size: 10px; font-family: Arial,Verdana; color: #006699;}
/* END flash info */ 


ul.puce {
	list-style-image:  url("irepsimg/p_option.gif");
	
}

ul {
	list-style-image:  url("irepsimg/p_option.gif");
	
}



.titrePartie {
  margin-top: 5px;
  margin-bottom: 1px;
  padding: 6px 42px;
 background: #FFF url(irepsimg/puce_locaplus.jpg) no-repeat left;
  font: bold 10px Arial, sans-serif;
  color: #FF7800;
  width: 627px;
  text-transform: uppercase;
  clear: both;
  cursor: pointer;
 
}

.titrePartie.active {
 margin-top: 5px;
  margin-bottom: 1px;
  padding: 6px 42px;
 background: #FFF url(irepsimg/puce_locamoins.jpg) no-repeat left;
  font: bold 11px Arial, sans-serif;
  color: #FF7800;
  width: 627px;
  text-transform: uppercase;
  clear: both;
  cursor: pointer;
 
}


.resume .desc, .resume .critere{
 padding: 10px 25px 20px 25px;
 width: 661px;
 margin: 0;
 	 border: 1px;
  border-style: solid;
  border-color: #c1e08d;
  border-spacing: 1px;
 
}

.resume .desc{
	line-height:18px;
	font-size:11px;
}
dl#parties {
	margin: 0;

}
#parties dd {
  display: none;
  margin: 0;
}
.clear {
  clear: both;
}


.wncontainer { /*Main div holding children whats new products*/
	height:170px;
	width: 150px;
	text-align:center;
}

.whatsnew {/*Child div holding whats new products*/
	height:170px;
	width: 150px;
}
.whatsnew table{
	width:100%;
}

.whatsnew td{/*TD child specials products*/
	text-align:center;
	color:#000000;
}

.whatsnew a{/* Hyperlink style within specials products*/
	color:#33FF00;
}
/*End whats new Scroll Style */
/*Start specials style*/
.speccontainer { /*Main div holding children specials products*/
	height:170px;
	width: 150px;
	text-align:center;
}

.specials {/*Child div holding specials products*/
	height:170px;
	width:150px;
}
.specials table{
	width:100%;

}

.specials td{/*TD child specials products*/
	color:#000000;
	text-align:center;
}

.specials a{/* Hyperlink style within specials products*/
	color:#33FF00;
}
/*end specials style*/
/*Start Bestsellers scroll style options*/
.bscontainer { /*Main div holding children bestelling products*/
	height:170px;
	width: 150px;
	text-align:center;

}

.bestsellers {/*Child div holding bestelling products*/
	height:170px;
	width:150px;
}
.bestsellers table{
	width:100%;
	text-align:center;
}

.bestsellers td{/*TD child bestelling products*/
	text-align:center;
	color:#000000;
}

.bestsellers a{/* Hyperlink style within bestselling products*/
	color:#33FF00;
}
