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; margin-top: 2em;}

div.onglets_bloc h2.onglets_titre a {	text-decoration:none; padding: 10px; 	height:16px;/*	cursor:	inherit;	color:inherit; */ }

div.onglets_bloc h2.onglets_titre {
	height:14px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:6px;
	background-color:#f2f2f2;
	position:relative;
	top:-1px;
	display:inline;
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin:1px 2px 1px 2px;
	padding: 7px 3px 3px 3px ;
	border:1px solid rgb( 0, 136, 165 );
/*	border:0;*/
	
	z-index:11;
	white-space:nowrap;
	text-align:center;
	font-weight:normal;
	font-size:1.1em;
}

div.onglets_bloc h2.onglets_titre.selected {
	height:16px;
	background-color:white;
	border-top:2px solid #0088a5;
	z-index:11;
	top:-3px;
	margin:1px 2px -2px 2px;
	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: #25A2BA; }

div.onglets_bloc h2.hover a {	color:#0188a5; }

div.onglets_bloc h2.onglets_titre.selected a {	color:#000000; font-weight: bold; }


div.onglets_bloc .onglets_liste {	white-space:nowrap;}

div.onglets_bloc .onglets_contenu {	display:none;	clear:both;	border-top:1px solid rgb( 0, 135, 165 );	z-index:10;	position:relative;	top:-3px;	padding:0.6em; }

div.onglets_bloc .onglets_contenu.selected {	display:block;	overflow:auto;}
