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

BODY {
  color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url('images/visuel/background.jpg');
	background-color: #c9cacc;
	margin: 0px;
	/*background-repeat:no-repeat;*/
	background-repeat:repeat-x;
	background-position:center top;
}


.breadcrumb_nav{
	font-family: arial, sans-serif;
	color: #999999;
	font-size: 11px;
}












/*****************************************
	Bas de page 
***************************************/
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding : 10px;
	background-color: #f0f0f0;
	color: #999999;

}

.bottom_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

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

.bottom_ptitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #cccccc;
}

.bottom_stitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cccccc;
}

.get_all_lamps_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
}


.get_all_lamps{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

/*****************************************
	create_account.php
***************************************/

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

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

/*****************************************
	checkout_shipping.php
***************************************/

.checkout_shipping_choice{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.checkout_shipping_details{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.checkout_shipping_price{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.checkout_shipping_method{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}

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

/*****************************************
	/create_account.php
***************************************/
.create_account_input{
	border:1px solid #cccccc;
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 12px;
}



/*****************************************
	liste
***************************************/



.tr_blank{		
		background-color: #ffffff;
		padding:0px;
		cursor:hand;
		border-bottom: 1px solid #cccccc;
}	

.tr_grey{		
		background-color: #f0f0f0;
		padding:0px;
		cursor:hand;
		border-bottom: 1px solid #cccccc;
}	


.tr_mouseover{		
		background-color: #bbe5ff;		
		padding:0px;
		cursor:hand;
}	



/*****************************************
	TOP
***************************************/

#top-content {
    margin: 0 auto;
    width: 960px;
}

#top-bar {
    background: none repeat scroll 0 0 #B2012D;
    height: 50px;
}
#sous_menu {
    background: none repeat scroll 0 0 #FFFFFF;
}

#top {
    background: #B2012D;
    height: 50px;
    margin: 0 auto;
    text-align: right;
    width: 960px;
}
