/*
  $Id: stylesheet.css,v 1.1.1.1 2005/05/03 15:22:21 manmachine Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscss.org

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* ------- CSS OSC --------- */
@import url(dropDownMenu.css);

@import url(css/general.css);


@import url(css/index.css);
@import url(css/product_info.css);
@import url(css/products_new.css);
@import url(css/shopping_cart.css);
@import url(css/advanced_search.css);
@import url(css/advanced_search_result.css);
@import url(css/create_account.css);

@import url(css/checkout_shipping.css);
@import url(css/checkout_payment.css);
@import url(css/checkout_confirmation.css);
@import url(css/checkout_success.css);

@import url(css/conditions.css);
@import url(css/contact_us.css);

@import url(css/account.css);
@import url(css/address_book.css);
@import url(css/account_edit.css);
@import url(css/account_history.css);
@import url(css/account_history_info.css);
@import url(css/account_newsletters.css);
@import url(css/account_password.css);


@import url(css/boxes.css);
@import url(css/whatsnew_infobox.css);
@import url(css/products_listing.css);

@import url(css/menu.css);

@import url(css/categories_dropdown.css);


/* - general - */
body { 
   width: 100%; 
   margin: 0; padding: 0;  
   text-align: center; 
   font: 0.8em Arial,Georgia,Tahoma,sans-serif; color: #000;   
   background-image: url(images/fond2bis.jpg);
}

/* ----------------------------------------------------- */
/* ------------------------- template ------------------ */
/* ----------------------------------------------------- */

#page{
	position: relative;
	width : 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: transparent url(./images/fond.jpg) repeat-y left;
}

#top{
	height: 200px; 
	width: 800;
	margin : 0 0 0 0px;
	
}

#top h1 {
	text-indent: -9999px;
}


#pageContent{
	float : left;
	width : 540px; 
	padding: 30px 0 0 30px;	
}

#sidebar { margin: 20px 0 0 580px; }

#breadCrumb {
	position:absolute;
	top: 200px;
	left: -20px;
	padding: 2px;
	margin: 0 0 0 20px;
	width:796px;
	height:20px;
	color:#fff;
	background-color: #000000;
	background-image: url(./images/fondliens.jpg);
}
#breadCrumb a{
color:#fff; 
}

/* Footer
********************************************/
#footer{
	clear: both;
	margin: 0 10px 0 10px;
	height: 50px;
	position: relative;
	top: 35px;
	background: 0;
	padding: 0.3em;
	font: normal 0.85em Georgia,Arial,sans-serif; color: #fff;
	text-align:center;
}

#footer .copyright a {
 color: #fff;
 text-decoration: underline;
}

#footer .copyright a:hover {
 text-decoration: none;
}

/*-------------------------*/


/* ------- forms --------- */
input#search {
  width:130;
  border: 1px solid #16495C; 
  padding: 1px; 
  font-size: 0.9em;
}

/* ------- original --------- */
SPAN.newItemInCart {color: #ff0000; }
SPAN.greetUser { color: brown; font-weight: bold;font-style:italic;}
SPAN.markProductOutOfStock { color: #c76170; font-weight: bold; }
SPAN.errorText { color: #ff0000;}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.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; }


/* +--------------------------------------------------------------------------------------------------------+
// | Gestion du module individual shipping :: frais d'envoi individuel
// +------------------------------------------------------------------------------------------------------+*/
/*------ conteneur----------*/
#productShip{
    margin: 0;
    padding: 0;
    width: 560px;
}
/*------ gestion du texte ----------*/

#productShip p{
    margin: 0;
    padding: 0;
    color: red;
    font-weight: bold;
    font-size: 1em;
    border: 1px solid red;

}
