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:45px;
/*	cursor:	inherit;
	color:inherit; */
}

div.onglets_bloc h2.onglets_titre {
width:auto;
	height:25px;

	background-color:#bcbcbc;
	position:relative;
	display:inline;
	float:left;
	overflow:hidden;
	cursor:pointer;

	padding:0px 20px;
	border-right:1px solid white;
/*	border:0;*/
	
	z-index:11;
	white-space:nowrap;
	text-align:center;
	font-weight:normal;
	font-size:88%;
}

div.onglets_bloc h2.onglets_titre.selected {
	height:25px;
	background-color:#99d652;
	border-right:2px solid white;
	z-index:11;

	border-bottom-width:0px;
}

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:white;
font-weight:bold;
}
div.onglets_bloc h2.hover a {
	color:#333;
}
div.onglets_bloc h2.onglets_titre.selected a {
	color:white;
}


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

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

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