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

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

div.onglets_bloc {
	position:relative;
	width:100%;
	clear:both;
	line-height:35px;
}

div.onglets_bloc h2.onglets_titre a {
	text-decoration:none;
	color:black!important;
}
div.onglets_bloc h2.onglets_titre a:hover{
	color:#808080!important;
	text-decoration:none!important;
	background:none!important;
	border:none!important;
	}
div.onglets_bloc h2.onglets_titre {
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:6px;
	background:#303030;
	position:relative;
	display:inline;
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin:1px 1px 1px 0px;
	padding:0px 0.6em;
	z-index:11;
	white-space:nowrap;
	text-align:center;
	font-weight:normal;
	font-size:88%;
	border-left:2px solid black;
}

div.onglets_bloc h2.onglets_titre.selected {
	background: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:black;
}
div.onglets_bloc h2.hover a {
	color:blue;
}
div.onglets_bloc h2.onglets_titre.selected a {
	color:black;
}


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

div.onglets_bloc .onglets_contenu {
	display:none;
	clear:both;
	border:1px solid white;
	background:#303030;
	z-index:10;
	position:relative;
	padding:0.6em;
}

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

div.onglets_contenu li{line-height:20px!important;}
