/***************************************************************************************
* Achats
****************************************************************************************/
#menuItemAchats .menuItem {
	background-color: #ff0000;
	border: solid #ff0000 1px;
	font-weight: bold;
	padding: 2px;
	color: #ffffff;
}
#menuItemAchats .menuItem a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
#menuItemAchats .menuItemOn {
	background-color: #ffffff;
	border: solid #ff0000 1px;
	font-weight: bold;
	padding: 2px;
	color: #ff0000;
}
#menuItemAchats .menuItemOn a {
	color: #ff0000;
	font-size: 12px;
	text-decoration: none;
}
#menuItemAchats .menuItemOff {
	height: 22px;
	background: url('/img/tab/menu_achats_bg.png');
	font-weight: bold;
	padding-top: 5px;
	color: #ffffff;
}
#menuItemAchats .menuItemOff a {
	color: #ff0000;
	font-size: 12px;
	text-decoration: none;
}
#menuAchats {
	position: absolute;
	background-color: #ffffff;
	border: solid #9b779d 1px;
	color: #9b779d;
	text-align: left;
	z-index: 100;
}
#menuAchats .sousMenuOff {
	text-align: left;
	background-color: #ffffff;
}
#menuAchats .sousMenuOff a {
	color: #9b779d;
	text-decoration: none;
}
#menuAchats .sousMenuOn {
	text-align: left;
	background-color: #9b779d;
	/*cursor: pointer;*/
}
#menuAchats .sousMenuOn a {
	color: #ffffff;
	text-decoration: none;
}
