.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Panel Tab/button */
.tab {
	height:21px;
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	z-index:999;
}
.tab .open_panel a {
	display: block;
	color:white;
	float:right;
	height:74px;
	text-align:center;
	width:124px;
	font-size: 0.9em;
}
.tab .open_panel a span {
	display:block;
	line-height:1em;
	padding-left:41px;
	padding-right:10px;
	padding-top:10px;
	text-align:left;
	width:60px;
}
.tab .open_panel a:hover {
	text-decoration: none;
}
.tab a.open, .tab a.close {
	height:74px;
	width:124px;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.tab a.open {
	color: #fff;
	background: url("../images/onglet_top.png") no-repeat right top;
}
.tab a.close {
	background: url("../images/onglet_top.png") no-repeat right top;
}
.tab a:hover.open {
	background: url("../images/onglet_top.png") no-repeat right bottom;
}
.tab a:hover.close {
	background: url("../images/onglet_top.png") no-repeat right bottom;
}
/* sliding panel */
#toppanel {
	left:0;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
	z-index:2010;
	height:21px;
}
#panel {
	width: 100%;
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
  	background-color: #000;
}

#panel_content {
	font-size:0.85em;
	overflow:hidden;
	text-align:left;
	width:960px;
}