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

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

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

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

div.onglets_bloc h2.onglets_titre {
	height:-8px;
-moz-border-radius-topleft:7px;
-webkit-border-top-left-radius:7px;
-moz-border-radius-topright:7px;
-webkit-border-top-right-radius:7px;
	background-color:/*#f2f2f2;*/#cccbcb;
	position:relative;
	top:-1px;
	display:inline;
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin:1px -1px 1px 4px;
	padding:-8px 0.8em; 
	border:1px solid rgb( 145, 155, 156 );
/*	border:0;*/
	
	z-index:11;
	white-space:nowrap;
	text-align:center;
	font-weight:normal;
	font-size:106%;
}

div.onglets_bloc h2.onglets_titre.selected {
	height:-8px;
	background-color:white;
	border-top:3px solid #8B6F92;
	z-index:11;
	top:-3px;
	margin:1px -1px -2px 4px;
	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:#383838;
}
div.onglets_bloc h2.hover a {
	/*color:blue;*/
	color:#000;
}
div.onglets_bloc h2.onglets_titre.selected a {
	/*color:#009DA4;*/
color: #383838;
	}


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

div.onglets_bloc .onglets_contenu {
	display:none;
	clear:both;
	border:1px solid rgb( 145, 155, 156 );
	background:rgb( 252, 252, 254 );
	z-index:10;
	position:relative;
	top:-3px;
	/*padding:0.6em;*/
	padding-left:0.6em; padding-right:2.6em; padding-top:0.6em; padding-bottom:0.6em;
	width:100%;
	/*background-color:#463F37;*/
	background-color:#898989;
	
}

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

