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%;
	/*background:url(fond-onglets-general.png) top left no-repeat;*/
	clear:both;
}

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

div.onglets_bloc h2.onglets_titre {
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	background:#979a81;
	position:relative;
	top:-1px;
	display:inline;
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin:1px -1px 1px 0px;
	padding:0px 1.2em;
	border:1px solid #dddfc3;
/*	border:0;*/
	z-index:11;
	white-space:nowrap;
	text-align:center;
	font-weight:normal;
	font-size:100%;
	width:130px;
}

div.onglets_bloc h2.onglets_titre.selected {
	height:18px;
	background-color:#d3d6b4;
	/**/border-top:3px solid #d3d6b4;
	background-image:none;
	z-index:11;
	top:-1px;
	margin:1px -1px -2px 0px;
	border-bottom-width:0px;
}
div.onglets_bloc h2#onglets_titre_0{
margin-left:30px;
}
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:#333;
}
div.onglets_bloc h2.hover a {
	color:#fff;
}
div.onglets_bloc h2.onglets_titre.selected a {
	color:#F57900;
}


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

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

div.onglets_bloc .onglets_contenu.selected {
	display:block;
	border:5px solid #d3d6b4;
	background:#e6e8d1;
	width:780px;
	overflow:hidden;
}
div.onglets_bloc .onglets_contenu.selected p{
display:block;
float:left;
width:415px;
margin:5px 10px;

}