
/* CSS pour menu Mobilier de bureau : orange */

	#menu_secondaire{background-color:#E95E0F;}
		 #menu_secondaire a{color:white;}
		 
	#menu_secondaire .menu_tertiaire a, #menu_secondaire .menu_tertiaire a.niv2{background-color:#FDE5D3; color:black;}

	/* Menu dynamique mais avec des styles diffrents.
	Utilisation de l'id du menu dans Menthe pour identifier le menu et son style */
	#centre h1{display:block; background:#E95E0F url("/images/interface/gd_ico_mobilier.gif") no-repeat center center;}

/* Mobilier de bureau */
#page_stat a.plus, #page_stat h2, #page_stat h3, #page_stat ul, #page_stat table{color:#E95E0F; background-color:#FDE5D3;}
#page_stat .menu_page_stat td{background-color:#E95E0F;}
#page_stat .liste_mobilier td p{border-color:#E95E0F;}
		#centre table th{
			color:white;
			background-color:#E95E0F;
			text-align:left;
			padding-left:5px;
		}

/* PAGES PRODUITS MOBILIER */
#page_stat .produits_mobilier{
	background-color:white;
	width:100%;
	clear:both;
}
	#page_stat .produits_mobilier td{padding:10px 0 10px 10px;}
	#page_stat .produits_mobilier h2{
		width:100%;
		height:20px;
		font:bold 12px Arial, Helvetica, sans-serif;
		color:white;
		background-color:#E95E0F;
		line-height:20px;
		margin-bottom:0;
	}
	#page_stat .produits_mobilier a{
		border:1px solid #E95E0F;
		float:none;
		display:block;
		position:relative;
		padding:10px 0;		z-index:1;
	}
	#centre #page_stat .produits_mobilier a img{display:block; float:none; position:relative; height:146px; width:200px; margin:auto; z-index:1;}
	#page_stat .produits_mobilier .plus{
		float:right;
		border:0;
		width:auto;
		height:auto;
		font-size:14px;
		padding-top:2px;
		padding-bottom:2px;
		border-top:10px solid white;
		margin-right:0;
	}

