
/* CSS pour menu Fourniture de bureau : vert */

	#menu_secondaire{background-color:#83A588;}
		 #menu_secondaire a{color:white;}
		 
		 #menu_secondaire .menu_tertiaire a, #menu_secondaire .menu_tertiaire a.niv2{background-color:#EEF2ED; 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:#83A588 url("/images/interface/gd_ico_fourniture.gif") no-repeat center center;}

/* Fourniture de bureau */
#page_stat a.plus, #page_stat h2, #page_stat h3, #page_stat ul, #page_stat table{color:#83A588; background-color:#EEF2ED;}
#page_stat .menu_page_stat td{background-color:#83A588;}
#page_stat .liste_mobilier td p{border-color:#83A588;}

	#centre table{
		border-collapse:collapse;
		margin:auto;
	}
		#centre table th{
			color:white;
			background-color:#83A588;
			text-align:left;
			padding-left:5px;
		}
		#page_stat .ht{border-color:#83A588;}



