@charset "utf-8";
/* CSS Document */

#cadreChouette{
    background: rgba(0, 0, 0, 0) none no-repeat scroll right bottom;
    height: 56px;
    position: fixed;
    right: 0;
    top: 24%;
    width: 115px;
}

#chouette{
    background: rgba(0, 0, 0, 0) url("../images/admin/csx_img/nono.png") no-repeat scroll 0 0;
    display: block;
    height: 56px;
    position: absolute;
    width: 105px;
    z-index: 15;
    right: 15px;
}

p.bulleChouette {
    background-color: #42AAF5;
    border: 4px solid #22576d;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 54px;
    width: 115px;
    z-index: 10;
}