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;
}

div.onglets_bloc h2.onglets_titre a {
	text-decoration:none;
	height:22px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	cursor:	inherit;
	color:inherit; */
}

div.onglets_bloc h2.onglets_titre {
	height:30px;
	width:243px;
	font-weight:bold;
line-height:26px;
/*-moz-border-radius-topleft:3px;
-moz-border-radius-topright:6px;*/
	background-color:#d6e4ea;
	position:relative;
	top:-1px;
	display:inline;
	float:left;
	overflow:hidden;
	cursor:pointer;
	margin:0 -1px 0 0;
	padding:0px 2px;
	border:1px solid #fff;	
	z-index:11;
	/*white-space:nowrap;*/
	text-align:center;
	font-size:88%;
}
/*div.onglets_bloc h2#onglets_titre_0{background:#cee2af url(onglet1.gif) top left repeat-x;}
div.onglets_bloc h2#onglets_titre_1{background:#d1abcd url(onglet2.gif) top left repeat-x;}
div.onglets_bloc h2#onglets_titre_2{background:#cee2af url(onglet1.gif) top left repeat-x;}
div.onglets_bloc h2#onglets_titre_3{background:#a78cbc url(onglet3.gif) top left repeat-x;}
div.onglets_bloc h2#onglets_titre_4{background:#fabd43 url(onglet4.gif) top left repeat-x;}

div.onglets_bloc h2#onglets_titre_5{background:#f7a800 url(onglet5.gif) top left repeat-x;}
div.onglets_bloc h2#onglets_titre_6{background:#f7a800 url(onglet5.gif) top left repeat-x;}
div.onglets_bloc h2#onglets_titre_7{background:#2ab0e7 url(onglet6.gif) top left repeat-x;}
div.onglets_bloc h2#onglets_titre_8{background:#ffcd00 url(onglet7.gif) top left repeat-x;}
div.onglets_bloc h2#onglets_titre_9{background:#cacecf url(onglet8.gif) top left repeat-x;}
*/
div.onglets_bloc h2.onglets_titre.selected {
	background:#bad6e2 url(fleche-contacts.gif) top left no-repeat;
	/*height:30px;
	width:243px;
	
	border-top:3px solid #fff;
	z-index:11;
	top:-3px;
	margin:0px -1px -2px 0px;
	border-bottom-width:0px;*/
}

/*div.onglets_bloc div#onglets_contenu_0.onglets_contenu.selected {background-color:#cee2af;}
div.onglets_bloc div#onglets_contenu_1.onglets_contenu.selected {background-color:#d1abcd;}
div.onglets_bloc div#onglets_contenu_2.onglets_contenu.selected {background-color:#cee2af;}
div.onglets_bloc div#onglets_contenu_3.onglets_contenu.selected {background-color:#a78cbc;}
div.onglets_bloc div#onglets_contenu_4.onglets_contenu.selected {background-color:#fabd43;}

div.onglets_bloc div#onglets_contenu_5.onglets_contenu.selected {background-color:#f7a800;}
div.onglets_bloc div#onglets_contenu_6.onglets_contenu.selected {background-color:#f7a800;}
div.onglets_bloc div#onglets_contenu_7.onglets_contenu.selected {background-color:#2ab0e7;}
div.onglets_bloc div#onglets_contenu_8.onglets_contenu.selected {background-color:#ffcd00;}
div.onglets_bloc div#onglets_contenu_9.onglets_contenu.selected {background-color:#cacecf;}
*/
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 {
text-decoration:underline;
}
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 #fff;
	/*background:rgb( 252, 252, 254 );*/
	z-index:10;
	position:relative;
	top:-3px;
	padding:10px;
}

div.onglets_bloc .onglets_contenu.selected {
	display:block;
	width:475px;
	background-color:#bad6e2;
}
