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

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

.onglets_bloc {
position:relative;
width: 644px;
clear:both;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

h2.onglets_titre a {
padding: 7px;
line-height: 24px;
}

h2.onglets_titre {
line-height: 25px;
position:relative;
top:-1px;
display:inline;
float:left;
overflow:hidden;
cursor:pointer;
margin:1px -1px 1px 0px;
padding: 0;
border: solid 1px;	
z-index:11;
white-space:nowrap;
font-weight: bold;
font-size: 100%;
}

h2.onglets_titre.selected {
cursor:default;
height:25px;
border-top: solid 3px;
z-index:11;
top:-3px;
margin:1px -1px -2px 0px;
border-bottom: 0;
}

h2.onglets_titre.selected a {
border-top: 0;
text-decoration: none;
}

.onglets_liste {
white-space:nowrap;
}

.onglets_contenu {
display:none;
clear:both;
border: solid 1px;
z-index:10;
position:relative;
top:-3px;
padding: 7px;
}

.onglets_contenu.selected {
display:block;
overflow:auto;
}
