/*
  $Id: stylesheet.css,v 1.1.1.1 2005/11/03 15:22:21 stepibou 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(css/general.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 - */
* {
	margin: 0; padding: 0; border:0;
}

body {
   width: 100%;
   margin: 0; padding: 0;
   text-align: center;
   font-size: 62.5%;
   font: 0.8em Arial,Georgia,Tahoma,sans-serif;
   color: #000;
   background: #fff;
}

input {
	border:#000000 1px solid;
}

textarea {
	border:#000000 1px solid;
}

/* ----------------------------------------------------- */
/* ------------------------- template ------------------ */
/* ----------------------------------------------------- */

h1 {
	font: 1.8em Arial,Georgia,Tahoma,sans-serif;
	font-variant:small-caps;
	color:#46adde;
	text-align:center;
	background: url('images/produit_jaune.png') no-repeat center;
}

h1.h1background {
	font: 1.8em Arial,Georgia,Tahoma,sans-serif;
	font-variant:small-caps;
	text-indent:30;
	color:#FFF;
	text-align:left;
	width:566px;
	height:145px;
	background: url('images/background_title.png') no-repeat top center;
}
div.bgTitle {
	padding-left:30px;	
}

#page{
        position: relative;
        width : 905px;
        margin: 0 auto 0 auto;
        text-align: left;
        background: transparent;
}

/* Header
********************************************/
#top{
        height: 186px;
        width: 100%;
        margin : 0 0 0 0px;
        background: #fff url(images/top.jpg) top left no-repeat;

}

#topLogo {
        float: left;
        height: 186px;
        width: 905px;
		text-align:center;
}



#navi_bar {
       
	   width : 905px;
       height:37px;
       background: transparent url(images/bg_navi.png) top left no-repeat;
       color: #fff
}

#recherche {
	padding-top : 3px;
	height:34px;
	float:left;
	width:500px;
	text-align:center;
}

#recherche input {
	width:117px;
	height:21px;
	border:#252322 1px solid;
}

#navi_bar a {
	   color: #fff;
}

#breadCrumb {
	width:190px;
	padding-top:10px;
	padding-left: 10px;
    float: left;
}

#mon_compte {
	width:190px;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
    float: right;
}

.clear_both {
       clear: both;
}

/* Content
********************************************/
#sidebar_left {
        float: left;
        left : 0px;
        margin: -3px 0px 15px 0px;
        width: 180px;
        
}

#pageContent {
        overflow: auto;
        clear: none;
        width: 570px;
        min-width:400px;
        margin: 15px 0px 0px 0px;
        padding-left:12px;
		
}

#pageContent_IE {
        float: left;
        width: 570px;
        min-width:400px;
        margin: 15px 0px 0px 0px;
        padding-left: 12px;
}

#sidebar_right {
        float: right;
        right: 0px;
        width : 131px;
        border : 0;
       
        margin: -3px 0px 0px 10px;
}

/* Footer
********************************************/
#footer{
        clear: both;
		padding-top:10px;
        height: 30px;
        background: transparent url(../oasis/images/bg_bottom.png) top left no-repeat;
        
		color: #fff;
        text-align:center;
}

a.lnkfooter:link,a.lnkfooterr:hover,a.lnkfooter:visited,a.lnkfooter:active {
	color:#FFFFFF;
	
}

.copyright {
		position: relative;
		text-align:center;
		font-size:10px;
		margin-bottom:20px;
		
}

 a.copyright:link, a.copyright:visited, a.copyright:active {
	color:#000000;
		text-decoration: none;
}

 a.copyright:hover {
		color:#000000;
		text-decoration: underline;
}



/*-------------------------*/


/* ------- forms --------- */
input#search {
  width:130px;
  border: 1px solid #1596d2;
  padding: 1px;
  font-size: 0.9em;
}

/* ------- original --------- */
SPAN.newItemInCart {color: #f00; }
SPAN.greetUser { color: #f0a480; font-weight: bold;}
SPAN.markProductOutOfStock { color: #c76170; font-weight: bold; }
SPAN.errorText { color: #f00;}

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