
/*
 Ajouts Rubin
*/

/*css boxes*/
div.column {
  font-size:10px;
  font-family:  Arial, Verdana, sans-serif;

  background-image:url(../image/fond_infobox_toutes.jpg);
    background-color:#ffffff;
  margin-bottom:10px;
  -webkit-border-bottom-left-radius:7px;
 -webkit-border-bottom-right-radius :7px; 
  -moz-border-radius-bottomleft:7px;
 -moz-border-radius-bottomright:7px;
 text-align:center;
 background-position:bottom;
 background-repeat:repeat-x;
}

div.column_header {


}


/*NOTRE SOCIETE    Boite contenant les pages sur site non catalogue/produit*/
div.column_header_pages {
height: 20px;
  font-weight: bold;
  margin: 0px 0px;
  background :url(../image/heading_box.jpg) #bbc3d3 no-repeat ;
  width:140px;
}


div.column_header_pages h4 {
    text-align:left;
	padding-left: 2px;
	padding-top:3px;
	margin:  0 0 0 11px;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
}


div.column_footer_pages {

   height: 10px;
  font-weight: bold;
  margin: 0px 0px;
  
  border-right: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
  height:17px;
-webkit-border-bottom-left-radius:7px;
 -webkit-border-bottom-right-radius :7px; 
  -moz-border-radius-bottomleft:7px;
 -moz-border-radius-bottomright:7px;
}
/*NOTRE SOCIETE*/



/*PRODUITS*/
div.column_header_produit {

   height: 25px;
  font-weight: bold;
  margin: 0px 0px;
  background :url(../image/heading_box_produit.jpg) #bbc3d3 no-repeat ;
  
}


div.column_header_produit h4 {
	text-align:left;
	padding-left: 2px;
	padding-top:5px;
	margin:  0 0 0 11px;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

div.column_footer_produit {

   height: 17px;
  font-weight: bold;
  margin: 0px 0px;
  
  border-right: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
   
-webkit-border-bottom-left-radius:7px;
 -webkit-border-bottom-right-radius :7px; 
  -moz-border-radius-bottomleft:7px;
 -moz-border-radius-bottomright:7px;
}
/*PRODUITS*/




/* PANIER*/

div.column_header_right {
height: 20px;
  font-weight: bold;
  margin: 0px 0px;
  background :url(../image/heading_box.jpg) #bbc3d3 no-repeat ;
  width:140px;

}
div.column_header_right h4 {
	text-align:left;
  	padding-left: 13px;
  	margin: 0 11px 0 0;
  	font-family:  Arial, Verdana, sans-serif;
 	 font-size: 11px;
  	color: #333333;
  	padding-top:3px;
}


/* PANIER*/



/*LES AUTRES*/

div.column_header_none {
 height: 20px;
  font-weight: bold;
  margin: 0px 0px;
  background :url(../image/heading_box.jpg) #bbc3d3 no-repeat ;
  width:140px;
}

div.column_header_none h4 {
  text-align:left;
  padding-left: 13px;
  margin: 0;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #333333;
  padding-top:3px;
}

div.column_footer_autres {

   height: 10px;
  font-weight: bold;
  margin: 0px 0px;
  border-right: 1px solid #cccccc;
   border-left: 1px solid #cccccc;
   border-bottom: 1px solid #cccccc;
  
  height:17px;
-webkit-border-bottom-left-radius:7px;
 -webkit-border-bottom-right-radius :7px; 
  -moz-border-radius-bottomleft:7px;
 -moz-border-radius-bottomright:7px;
}

/*LES AUTRES*/




div.column_header_left {

}


div.column_header_left h4 {
	text-align:left;
	padding-left: 2px;
	padding-top:3px;
	margin:  0 0 0 11px;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
}




div.column ul, div.column ol, div.column_p_box {
  
  border-left: 1px solid #bbc3d3;
  border-right: 1px solid #bbc3d3;
  list-style-type: none;
  padding: 10px 0px 10px 5px;
  margin: 0px 0px 0px 0px;
  line-height: 1.2em;
  width:133px;
  
 

}

div.column li, div.column_p_box p {
}

.column_li_center {
  text-align: center;
}

.column_li_left50 {
  float: left;
  text-align: left;
  width: 45%;
  clear: both;
}

.column_li_right50 {
  float: right;
  text-align: left;
  width: 45%;
  clear: both;
}



/*css boxes*/

div#menu {
text-align:left;}

div#menu ul {padding: 0;  margin:0px; width:137px;}
div#menu li.sousmenu { border-bottom:1px solid min-height:25px;
padding-top:4px;}
div#menu li.sousmenu:hover {
	background-color:#999999;
	cursor:pointer;
	
}
div#menu li {

min-height:20px;
 
padding-top:4px; 

padding-left:2px ; 
border-left : solid 4px #009933 ;
 text-decoration: none; 
 font-size:12px;  
 border-bottom:1px solid #CCCCCC;
 
 }
div#menu ul li {position:relative; list-style: none; }
div#menu ul ul {position: absolute; top: 0; left: 132px; display:none; z-index:2;}
div#menu li a {text-decoration: none; font-size:12px; font-family:Arial, Helvetica, sans-serif }
div#menu li a:hover { color:#FFFFFF cursor:pointer;}
div#menu li:hover {border-left : solid 4px #FF0000 ;	cursor:pointer; background-color:#999999;
}
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {
	
	background-image:url(../image/fond_menu.png);
	display:block;
	
	

} 



.conteneur_general{
width:980px;
margin:0 auto;

border-left: solid 1px #333333;
border-right: solid 1px #333333;
}

.header_page{
background:url(../image/header_background.jpg);


}
.footer_page{
background-color:#CCCCCC;
background-image:url(../image/footer.jpg);
}

.conteneur_page{
background-color:#FFFFFF;
width:980px;
}


/*
  $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: 10px; }
.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 {
 
  color: #000000;
  margin: 0px;
  background: url(../image/background_image.jpg) top left repeat-x #b5b1b2 ;
}

img
{
border: 0;
}

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

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  
}

TR.headerNavigation {
  background: #336699;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma,  Arial, 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 {
  border-left : 1px solid #cccccc;
  border-right : 1px solid #cccccc;
  border-bottom : 1px solid #cccccc;
   border-top : 1px solid #cccccc;
 
}

.infoBoxContents {
  background-color: #f8f8f9;
  font-family:  Arial, Verdana, sans-serif;
  font-size: 10px;
  background-image:url(../image/fond_infobox.jpg) ;
}


.infoBox_pages{

font-family:  Arial, Verdana, sans-serif;
  font-size: 10px;
}

.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: 12px;
	height:25px;
	font-weight: bold;
	background: #bbc3d3;
	border-left:solid #cccccc 1px;
	border-right:solid #cccccc 1px;
	color: #333333;
	background-image:url(../image/header_box.jpg);
	background-repeat:repeat-x;
	padding-left:5px;
}

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;
  color: #9a9a9a;
}

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: 11px;
  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: #f0a480;
  font-weight: bold;
}

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

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

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

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

h1 {
font-family:  Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
  margin :0 0 0 0;

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

