.box {
	background: #fafafa;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	margin-bottom: 16px;
	width: 99%;
	display: inline-block;
	vertical-align: top;
}

.box-header {
	background-color: #e5e5e5;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 40px;
}

.box-header .glyph {
	float: left;
	font-size: 16px;
	line-height: 26px;
	margin-right: -3px;
	padding-left: 14px;
	text-shadow: 0 1px 0 #fff;
}

.box-header .icon16 {
	float: left;
	height: 16px;
	width: 16px;
	margin-left: 14px;
	margin-right: -3px;
	margin-top: 11px;
}

.box-header h1 {
	color: #898989;
	float: left;
	font-family: "Tahoma", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 14px;
	text-shadow: 0 1px 0 #fff;
	/*text-shadow: 0 1px 0 rgba(0,0,0,0.25);*/
	text-transform: uppercase;
}

.box-header ul {
	border-left: 1px solid #e1e1e1;
	float: right;
	margin: 0;
	padding: 0;
}

.box-header ul li {
	display: inline;
	margin-left: -3px;
}

.box-header ul li a {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #e1e1e1;
	color: #999;
	display: inline-block;
	*display: inline;
	font-family: "Tahoma", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	zoom: 1;
}

.box-header ul li a:hover {
	background: #eee;
}

.box-header ul li:first-child {
	margin-left: 0;
}

.box-header ul li:last-child a {
	border-right: none;
}

.box-header ul li.active a {
	background: #fafafa;
	border-left: 1px solid #fafafa;
	cursor: default;
}

.box-content {
	padding: 14px;
	clear: both;
}


.action_bar {
  background: url(http://gard-potelieres.com/wp-content/plugins/rich-image/images/action_bar_bg.png) repeat-x #e8e8e8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 7px 14px 7px 8px;
}