.yui-navset .yui-content {
    border:1px solid #ccc;
	
}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover {
    background-color:#6699cc;
	color:#fff;
	text-decoration:none;	
}

#div_onglet .loading {
    background-image:url(../data/sitestatic/loading.gif);
    background-position:center center;
    background-repeat:no-repeat;
}

#div_onglet .loading * {
    display:none;
}

#div_onglet { width:600px; min-height:400px; }
#div_onglet .yui-content {
    padding:1em; /* pad content container */
}

.yui-navset .yui-nav li a {
    background:#e5e5e5 url(../data/sitestatic/round_4px_trans_gray.gif) no-repeat;
	text-decoration:none;
}
.yui-navset .yui-nav li a em {
    background:transparent url(../data/sitestatic/round_4px_trans_gray.gif) no-repeat top right;
    padding:0.5em;
}

/* top oriented */

.yui-navset-top .yui-nav { margin-bottom:-1px; } /* for overlap, based on content border-width */
.yui-navset-top .yui-nav li a {
    border-bottom:1px solid #ccc;
}

.yui-navset-top .yui-nav .selected a { border-bottom:0; }
.yui-navset-top .yui-nav .selected a em { padding-bottom:0.6em; } /* adjust height */

/* top & bottom oriented */
.yui-navset-top .yui-nav li a em, .yui-navset-bottom .yui-nav li a em {
    margin-left:4px; /* based on border-radius */
    padding-right:8px; /* based on border-radius (2x left to balance margin) */
    padding-left:4px;
}

