#toolbar {
	position: absolute;
	left: -21px;
	z-index: 1;
	background-color: #EEE;
	padding: 0;
	margin: 45px 0 0;
}
#toolbar > li {
	padding: 0 20px;
}
#toolbar_reserve_travail {
	border-bottom-width: 0;
	background: url("/images/toolbar/reserve_travail.png") no-repeat 2px 2px;
}
#toolbar_raccourcis {
	background: url("/images/toolbar/raccourcis.png") no-repeat 2px 2px;
}
#toolbar.open {
	
}

.toolbar {
	display: block;
	width: 200px;
	height: 20px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right top;
	border-style: solid;
	border-width: 1px;
	border-color: #268530;
	transition:height ease-out 0.3s;
	-moz-transition:height ease-out 0.3s;
	-khtml-transition:height ease-out 0.3s;
	-o-transition:height ease-out 0.3s;
	-ms-transition:height ease-out 0.3s;
}

.toolbar p {
	height: 25px;
	padding-left: 10px;
	padding-top: 3px;
	margin: 0;
	margin-bottom: -5px;
	cursor: default;
	color: #268530;
	font-weight: bold;
}
.toolbar ul {
	list-style: none;
	padding-left: 6px;
	padding-bottom: 7px;
	overflow: hidden;
}
.toolbar ul li {
	margin: 7px 0 0 0;
	padding-left: 14px;
}
.toolbar ul li a {
	color: black;
	text-decoration: none;
	display: block;
}
.toolbar ul li:hover a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
