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:730px;
	margin-left:10px;
	clear:both;
}

div.onglets_bloc h2.onglets_titre a {
	text-decoration:none;
	height:32px;
	line-height:32px;
	font-weight:normal;
	font-family:Georgia,"Times New Roman",Times,serif;
/*	cursor:	inherit;
	color:inherit; */
}

div.onglets_bloc h2.onglets_titre {
	height:32px;
	width:178px;
	background:url(onglet-off.jpg) top left no-repeat;
	position:relative;
	top:-1px;
	display:inline;
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin:1px -1px 1px 0px;
	padding:0;	
	z-index:11;
	white-space:nowrap;
	text-align:center;
	font-weight:normal;
	font-size:110%;
}

div.onglets_bloc h2.onglets_titre.selected {
	height:34px;
	width:178px;
	background:url(onglet-selected.jpg) top left no-repeat;
	/*border-top:3px solid #8B6F92;*/
	z-index:11;
	top:-3px;
	margin:1px -1px -2px 0px;
	border-bottom-width:0px;
}

div.onglets_bloc h2.onglets_titre.selected, div.onglets_bloc h2.onglets_titre.selected a {
	cursor:default;
	font-weight:bold;
}

div.onglets_bloc h2.onglets_titre, div.onglets_bloc h2.onglets_titre a {
	color:#333;
}
div.onglets_bloc h2.hover a {
	color:#666;
}
div.onglets_bloc h2.onglets_titre.selected a {
	color:#CC0000;
}


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:url(separateur2.gif) top left repeat-x;
	z-index:10;
	position:relative;
	top:-4px;
	padding:10px;
}

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