div.onglets_print {
    margin:1em;
    padding:0.6em;
    border:thin 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:18px;
    font:bold 11px Helvetica, Arial, Sans-Serif;

/*  cursor: inherit;
    color:inherit; */
}

div.onglets_bloc h2.onglets_titre {
    height:13px;
/*-moz-border-radius-topleft:3px;
-moz-border-radius-topright:6px; */
    background-color:#99CCFF;
    position:relative;
    display:inline;
    float:left;
    overflow:hidden;
    cursor:pointer;
    margin: 0 0 0 0px;
    padding : 7px 20px 5px 20px;
    /*border-bottom:7px solid #78A5DC;*/
    border-right:2px solid #78A5DC;
    border-top:2px solid #99CCFF;
    z-index:1;
    white-space:nowrap;
    text-align:center;
    font-weight:normal;
    font-size:88%;
}

div.onglets_bloc h2.onglets_titre.selected {
    height:16px;
    background-color:#78A5DC;
    z-index:3;
    margin:1px -3px -3px 0px;
    padding : 6px 20px 7px 20px;
    border-bottom-width:0;
}

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 {
    color:blue;
} */
div.onglets_bloc h2.onglets_titre.selected a {
    color:black;
    height:18px;
}


div.onglets_bloc .onglets_liste {
    z-index:        1;
    white-space:    nowrap;
}

div.onglets_bloc .onglets_contenu {
    display:none;
    clear: both;
    /*border: 1px solid rgb( 145, 155, 156 ); */
    border-top:  4px solid #78A5DC;
    border-right: none;
    border-left: none;
    border-bottom: none; 
    /*background: rgb( 252, 252, 254 );*/
    background-color: #FFFFFF;
    z-index: 2;
    position: relative;
    top: -2px;
    padding:10px;
}

div.onglets_bloc .onglets_contenu.selected {
    display:block;
}
