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%;
	float:left;
	padding-top: 10px;
	padding-bottom: 20px;
	_padding-bottom: 0; }

.onglets_liste {
    padding: 0 0 0 3px; }

.onglets_liste:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " "; }
	
.onglets_liste h2 {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold; }

div.onglets_bloc h2.onglets_titre a, div.onglets_bloc h2.onglets_titre a span {
	float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(../img/tabs.gif) no-repeat;
/*	cursor:	inherit;
	color:inherit; */ }

div.onglets_bloc h2.onglets_titre a {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */  }
	
div.onglets_bloc h2.onglets_titre a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px; }

div.onglets_bloc h2.onglets_titre {
	cursor:pointer;
	z-index:11; }

div.onglets_bloc h2.onglets_titre.selected a{
	position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px; }
	
div.onglets_bloc h2.onglets_titre.selected a span{
	 padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px; }

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:#FFF; }

div.onglets_bloc h2.hover a { color:#007AC0; }

div.onglets_bloc h2.onglets_titre.selected a { color:#FFF; }

div.onglets_bloc .onglets_contenu {
    display:none;
	border: 1px solid #007AC0;
    padding: 10px;
    background: #FCFCFE; /* declare background color for container to avoid distorted fonts in IE while fading */
	z-index:10;
}

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

/* Additional IE specific bug fixes... */
* html .onglets_liste { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .onglets_liste  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}