/*** <STYLES DU CATALOGUE SPÉCIFIQUES AU DESIGN DU SITE> ***/

/*** <Product card> ***/
	.product_card_title {
		font-size:12px;
		font-family:Verdana;
		font-weight:bold;
		color:#000;
		padding:8px;
		clear:both;
		display:block;
		text-align:left;
		margin-bottom:10px;
		text-transform:uppercase;
	}
	.product_card_description {
		font-size:11px;
		color:#8d3c11;	
	}
	.product_card_long_description {
		font-size:11px;
		color:#8d3c11;
		background-color:#FFF;
		display:block;		
	}
	.product_card_tabs_box {
		background-color:#dddddd;
		padding:3px;
		border-bottom:1px solid #aaaaaa; 
		border-right:1px solid #aaaaaa; 
		border-top:1px solid #dedede; 
		border-left:1px solid #dedede;
	}
	A.product_card_tabs {
		font-size:11px;
		font-weight:bold;
		color:#000000;
		background-color:#dddddd;
		padding:3px 5px;
	}
	A.product_card_tabs:hover {
		font-size:11px;
		color:#ffffff;
		background-color:#555555;
		text-decoration:none;
	}
	.product_card_price {
		font-size:12px;
		font-weight:bold;
		color:#8f3c14;
	}
	
	.product_card_price_strike {
		font-size:12px;
		font-weight:bold;
		color:#8f3c14;
		text-decoration:line-through;
	}
	
	.product_card_rebate {
		font-weight:bold;
		color:#8f3c14;	
	}
	.product_card_box_add_to_cart {
		/*background-color:#f3f3f3;*/
		padding:5px;
		text-align:left;
	}
	.product_card_ddl {
		color:#8f3c14;
		font-size:11px;	
	}
	.product_card_layers_box {
		padding:5px;
		border-bottom:1px solid #aaaaaa; 
		border-right:1px solid #aaaaaa; 
		border-top:1px solid #dedede; 
		border-left:1px solid #dedede;
	}

		/*** <Caracteristics / Features / Properties / Documents> ***/
		.prop_title, .feat_title, .carac_title, .docs_title {
			font-weight:bold;
			font-size:14px;
			color:#a30000;
		}
		.prop_table, .feat_table, .carac_table, .docs_table {
		
		}
		.prop_group, .feat_group, .carac_group, .docs_group {
			font-weight:bold;
			font-size:12px;
			color:#ffffff;
			padding:3px 3px;
			clear:both;
			background-color:#999999;
			display:block;
		}
		.prop_tr, .feat_tr, .carac_tr, .docs_tr {
			background-color:#f8f8f8;
		}
		.prop_label, .feat_label, .carac_label, .docs_label {
			font-weight:bold;
			font-size:11px;
			color:#555555;
			padding:2px;
			display:block;
		}
		.prop_value, .feat_value, .carac_value, .docs_value {
			font-size:11px;
			color:#555555;
		}
		/*** </Caracteristics / Features / Properties / Documents> ***/
/*** </Product card> ***/



/*** <Category list> ***/
	.cat_list_container {
		width:525px; /* Largeur de la liste de catégorie/produits*/
	}
	.cat_list_selected_cat {
		font-size:14px;
		font-weight:bold;
		color:#a30000;	
	}
	.cat_list_table {
		border-bottom:1px solid #aaaaaa; 
		border-right:1px solid #aaaaaa; 
		border-top:1px solid #dedede; 
		border-left:1px solid #dedede;
	}
	.cat_list_table td {
		/*border:1px solid #dedede; */
		text-align:center;
		padding:10px;
	}
	.cat_list_table img {
		/*border:1px solid #dedede; */
		display:block;
		margin-bottom:5px;
	}
	.cat_list_table a, .cat_list_table a:visited {
		font-size:12px;
		font-weight:bold;
		color:#555555;
		text-decoration:none;
	}
	.cat_list_table a:hover {
		color:#a30000;
		text-decoration:underline;
	}
/*** </Category list> ***/



/*** <Fil d'Ariane> ***/
	.fil_ariane_container {
		margin:5px 0px 10px 0px;	
	}
	.fil_ariane, a.fil_ariane, a.fil_ariane:visited {
		font-size:11px;
		font-weight:normal;
		color:#555555;
		text-decoration:none;	
	}
	a.fil_ariane:hover {
		font-size:11px;
		font-weight:normal;
		color:#a30000;
		text-decoration:underline;
	}
	.fil_ariane_selected_item, a.fil_ariane_selected_item, a.fil_ariane_selected_item:visited, a.fil_ariane_selected_item:hover { 
		/* Pour corriger le survol dans FireFox, toutes les pseudoclasse sont spécifiées */
		font-size:11px;
		font-weight:bold;
		color:#555555;
		text-decoration:none;	
	}
/*** </Fil d'Ariane> ***/


/*** <Product list> ***/
	.prod_list_table {
		/*border-bottom:1px solid #aaaaaa; 
		border-right:1px solid #aaaaaa; 
		border-top:1px solid #dedede; 
		border-left:1px solid #dedede;*/
		width:100%;
		padding-top:15px;
		padding-bottom:30px;
		display:block;
	}
	.prod_list_table td {
		padding:5px;
		vertical-align:top;
	}
	.prod_list_row {
		/*background-color:#fafafa;*/
	}
	.prod_list_row_alt {
		/*background-color:#f3f3f3;*/
	}
	.prod_list_product_name, a.prod_list_product_name, a.prod_list_product_name:visited {
			font-size:11px;
			font-family:Verdana;
			font-weight:bold;
			color:#000;
			text-decoration:none;
			text-transform:uppercase;
	}
	a.prod_list_product_name:hover {
		font-size:11px;
		color:#a30000;
		text-decoration:underline;
	}
	.prod_list_product_desc {
		font-size:11px;
		font-weight:normal;
		color:#903b12;
		white-space:nowrap;
	}
	.prod_list_price {
		font-size:11px;
		font-weight:bold;
		color:#913915;
		white-space:nowrap;
	}
	
	.prod_list_price_strike {
		font-size:11px;
		font-weight:bold;
		color:#913915;
		white-space:nowrap;
		text-decoration:line-through;
	}

/*** </Product list> ***/

/*** <Shopping Cart> ***/
	.cart_page_container {
		width:460px;
	}
	.cart_option_container {
		bottom:0px;
		background-color:#f3f3f3;
		padding:10px;
	}
	.cart_table {
	}
	.cart_header {
		/*background-color:#aaaaaa;*/
		
	}
	.cart_header td {
		color:#000000;
		font-weight:bold;
		padding:5px;
	}
	.cart_table hr {
		/*margin:10px 0px;*/
		border:1px solid #dedede; 
	}
	.cart_product_name {
		font-size:10px;		
		color:#a30000;
	}
	.cart_product_number {
		font-size:11px;
		font-weight:bold;
		color:#555555;
	}
	.cart_unit_price, .cart_total_price {
		font-size:12px;
		font-weight:bold;
		color:#8f3c14;
		white-space:nowrap;
	}
	.cart_label_options {
		font-size:11px;
		font-weight:bold;
		color:#8f3c14;
	}
	.cart_ddl_option {
		color:#000000;
		font-size:11px;	
	}
	.cart_total_transaction_label {
		font-size:12px;
		font-weight:bold;
		color:#555555;
	}
	.cart_sub_total {
		font-size:12px;
		font-weight:bold;
		color:#8f3c14;
	}
	.cart_taxes {
		font-size:12px;
		font-weight:normal;
		color:#8f3c14;
	}
	.cart_final_total {
		font-size:12px;
		font-weight:bold;
		color:#8f3c14;
	}
	
	/*** <Buttons> ***/
	.btn_shopping_cart, a.btn_shopping_cart, a.btn_shopping_cart:hover, a.btn_shopping_cart:visited {
		background-repeat:no-repeat;
		width:115px;
		display:block;
		height:21px;
		text-indent:9px;
		padding-top:4px;
		border-style:none;
		border-width:0px;
		text-decoration:none;
		font-size:10px!important;
		font-weight:normal;
		color:#000000;		
		cursor:hand;
		cursor:pointer!important;
		background-image: url(../images/catalogue/btn_cart.gif); /* image */
	}

	.btn_delete_cart, a.btn_delete_cart, a.btn_delete_cart:visited {
		background-repeat:no-repeat;
		background-color:Transparent;
		background-position:center;
		display:block;
		display:inline-block!important;
		height:25px;
		border:0px solid Transparent;
		line-height:0px;
		_line-height:normal!important;
		cursor:hand;
		cursor:pointer!important;
		width:25px;	
		background-image: url(../images/catalogue/btn_delete_cart.gif); /* image */
	}
	.btn_delete_cart:hover, a.btn_delete_cart:hover {
		background-image: url(../images/catalogue/btn_delete_cart_rl.gif); /* image */
	}
	/*** </Buttons> ***/
	
	
/*** </Shopping Cart> ***/
/*** </STYLES DU CATALOGUE SPÉCIFIQUES AU DESIGN DU SITE> ***/
#contentDescription 
{
	padding-left:20px;
	display:block;
	background-color:#FFF;
	width:215px;
	padding-top:10px;
	padding-bottom:30px;
	}
.addtocart, a.addtocart, a.addtocart:visited, a.addtocart:hover
{
	background-repeat:no-repeat;
	width:146px;	
	display:block;
	height:21px;
	margin:0px;
	padding-left:9px;
	padding-top:4px;
	border-style:none;
	border-width:0px;
	text-decoration:none;
	font-size:10px!important;
	font-weight:normal;
	color:#000000;	
	cursor:hand;
	cursor:pointer!important;
	background-image: url(../images/N_imagesMusee/addtocart_fiche.gif); /* image */
}
.shoppingcart, a.shoppingcart, a.shoppingcart:visited, a.shoppingcart:hover
{
	background-repeat:no-repeat;
	width:140px;	
	display:block;
	height:21px;
	margin:0px;
	padding-top:4px;	
	border-style:none;
	border-width:0px;
	text-decoration:none;
	font-size:10px!important;
	font-weight:normal;
	color:#000000;	
	cursor:hand;
	cursor:pointer!important;
	background-image: url(../images/N_imagesMusee/shoppingcart_btn.gif); /* image */
}