div.onglets_print {
	margin:1em;
	padding:0.6em;
	border:1px dashed ;
}

div.onglets_print h4 {
	margin-top:0px;
	margin-bottom:0.6em;
}

div.onglets_bloc {
	position:relative;
	width:100%;
	clear:both;
}

div.onglets_bloc h2.onglets_titre a {
	text-decoration:none;
	height:22px;
/*	cursor:	inherit;
	color:inherit; */
}

div.onglets_bloc h2.onglets_titre {
	height:29px;
	width:102px;
	position:relative;
	top:-1px;
	display:inline;
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin:1px -1px 1px 0px;
	padding:0px 0.6em;
	background:transparent url(onglets.png) no-repeat left top;
	color:#EC8000;
	z-index:11;
	white-space:nowrap;
	text-align:center;
	font-weight:normal;
	font-size:88%;
}
div.onglets_bloc h2#onglets_titre_0{
margin-left:10px;
}
div.onglets_bloc h2.onglets_titre.selected {
	height:29px;
	background: url(onglets-selected.png) top left no-repeat;
	z-index:11;
	/*top:-3px;
	margin:1px -1px -2px 0px;*/
	border:0;
}

div.onglets_bloc h2.onglets_titre.selected, div.onglets_bloc h2.onglets_titre.selected a {
	cursor:default;
}

div.onglets_bloc h2.onglets_titre, div.onglets_bloc h2.onglets_titre a {
	color:black;
	margin:0;
	padding:0;
	line-height:22px;
	font-weight:bold;
	color:#615F44;
}
div.onglets_bloc h2.hover a {
	color:#EC8000;
}
div.onglets_bloc h2.onglets_titre.selected a {
	color:#EC8000;
}


div.onglets_bloc .onglets_liste {
	white-space:nowrap;
}

div.onglets_bloc .onglets_contenu {
	display:none;
	clear:both;
	z-index:10;
	position:relative;
	top:-3px;
	padding:0.6em;
}

div.onglets_bloc .onglets_contenu.selected {
	display:block;
	overflow:auto;
}
