/*
  $Id: stylesheet.css,v 1.2 2005/10/05 16:43:18 manmachine Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  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: #ff0;   
   background : #CCCCCC;	
}

/* ----------------------------------------------------- */
/* ------------------------- template ------------------ */
/* ----------------------------------------------------- */

#page{
	position: relative;
	width : 800px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(images/page.jpg) repeat-y top left;
}

#header{
	height: 28px; 
	width: 800px;
	margin : 0 0 0 0px;
	background: transparent url(images/header.jpg) repeat-y top left;
}
#top{
	height: 210px; 
	width: 780px;
	margin : 0 0 0 10px;
}
#bandeau {
 position:absolute;
 width:517px; height: 116px;
 top: 100px; left:160px; 
 margin: 0; padding: 0; 
	background: #444 url(images/bandeau.jpg) no-repeat;
}
#top h1 {
	background: transparent url(images/h1.jpg) no-repeat;
	height:200px;
	text-indent:-10000px;
	
}


#pageContent{
	float : left;
	width : 730px; 
	padding: 30px 0 0 30px;	
}

div#productInfo { 
width:730px;
background:#FF4DB8;
 margin: 0.5em 0 0.5em 0;
color:#790c33;
}
div#encadrement { 
	float : left;
	width:760px;
	background:#FF4DB8;
 	margin: 0.5em 0 0.5em 0;
	margin-left:20px;
}
div#encadrement h2 { 
 	text-align:center;
	font-size:1.5em;
}

div#encadrement h3 { 
	margin: 0.5em 0.1em 0.5em 0.3em;
	padding: 0.5em;
	font-size:1.12em;
}
div#encadrement p { 
	margin: 0.5em 0.3em 0.5em 0.3em;
	padding: 0.2em;
	font-size:1.02em;
	text-align:justify;
}
div#encadrement img { 
	margin: 0.8em;
	padding:0;
	font-size:1.02em;
	text-align:justify;
	border: solid 1px #780c32;
}

#pageContent img {
	float : right;
	padding:4px;
}


#breadCrumb { 
 position:absolute;
 top: 250px;
 left: 0px;
 padding: 2px; margin: 0 0 0 20px; 
 width:546px; height:20px; 
 background:#D9B878; color:#fff; 
}


/* Footer
********************************************/
#footer{
	clear: both;
	margin: 0 10px 0 10px;
	height: 60px;
	padding: 0.1em;
	font: normal 0.85em Georgia,Arial,sans-serif; color: #fff;
	text-align:center;
	background: transparent url(images/footer.jpg) no-repeat bottom left;
}

#footer .copyright {
 padding-top:10px;
}
#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: #000000; }
SPAN.greetUser { color: #f0a480; font-weight: bold;}
SPAN.markProductOutOfStock { color: #c76170; font-weight: bold; }
SPAN.errorText { color: #000000;}

.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; }
