ul.panes_onglet {
	float: left;
	padding: 0; margin: 0;
	z-index: 300;	
	position:relative;
	top:1px;
	left:0px;
	z-index:300;
}

ul.panes_onglet li {
	float:left;
	list-style-type:none;
}

ul.panes_onglet a {
	font-size: 11px; font-weight: bold;
	text-decoration: none;
}

ul.panes_onglet a:hover {
	text-decoration: underline;
}

ul.panes_onglet a {
	display: block;
	padding: 0;
	background-image: url(../image/onglet_gris_gauche.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
}

ul.panes_onglet li {
	margin-right: 8px;
}

ul.panes_onglet li a span {
	display: block;
	padding: 4px 8px;
	background-image: url(../image/onglet_gris_droite.gif);
	background-repeat: no-repeat;
	background-position: right top; 
	border-bottom: solid 1px #B1B5B9; 
}

ul.panes_onglet li a:hover { 
	background-image: url(../image/onglet_bleu_gauche.gif);
	background-repeat: no-repeat;
	background-position: left top; 
}

ul.panes_onglet li a:hover span {
	background-image: url(../image/onglet_bleu_droite.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: none;
	padding-bottom: 5px;
}
	
ul.panes_onglet li a.activeTab {  
	background-image: url(../image/onglet_bleu_gauche.gif);
	background-repeat: no-repeat;
	background-position: left top; 
	text-decoration: none;
	cursor: default;
	color:blue;}
	
ul.Onglet li a.activeTab span {
	background-image: url(../image/onglet_bleu_droite.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: none;
	padding-bottom: 5px; }
	
div.panes {
	padding:10px;
	border: 1px solid #b1b2bf;
	position:relative;
	float:left;
	#top:0px;
	#top:-1px;
}

div.panes_global {
	position:relative;
	width:650px;
}