/* CSS Document */
#barre {
	position: relative;
	z-index: 12;
	width: 400px;
	height: 30px;
	text-align: right;
	background-image: url(images/fond-barre.jpg);
	background-repeat: repeat-x;
}
#close {
	float: right;
}
#barre_bas {
	clear: both;
	padding-top: 10px;
	width: 400px;
	height: 35px;
	text-align: right;
	background-image: url(images/fond-barre-bas.jpg);
	background-position: left 20px;
	background-repeat: repeat-x;
}
.hebe_det {
	float: left;
	width: 400px;
	margin-top: 10px;
	text-align: center;
}