.texteencadre-spip {
    color: #003;
    background: #EEF;
    border-bottom: 2px solid #06C;
    border-left: 1px solid #39F;
    border-right: 2px solid #06C;
    border-top: 1px solid #39F;
    margin: 1em 0;
    padding: 0.25em;
    position: relative
    }
.caractencadre-spip {
    color: #F60;
    font-weight: bold
    }
.caractencadre2-spip {
    color: #009;
    font-weight: bold
    }
acronym.spip_acronym {
    cursor: help;
    border-bottom: 1px dotted
    }
/* ne marche pas sur MSIE, a refaire en jQuery */
a[hreflang]:after {
    content: " [" attr(hreflang) "]";
    color: #999;
    background: transparent;
    font-size: x-small
    }
sup, sup.typo_exposants {
    font-size: 78%;
    font-variant: normal;
    vertical-align: 24%
    }
sub {
    font-size: 60%;
    font-variant: normal;
    vertical-align: -20%
    }
.caps {
    font-variant: small-caps
    }