#tip {
    position:fixed;
    width:250px;
    left:100%;
    margin-left:-270px;
    top:100%;
    height:120px;
    margin-top:100px;
    border:1px solid #DADADA;
    text-align:left;
    cursor:pointer;
    background-color: #FDFDFD;
    margin-bottom:5px;
    z-index:1000000;
    visibility:hidden;
    background-repeat:no-repeat;
    background-position:98% 2%;
    /*-moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;*/
    text-indent:2px;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

#tip #tip_head {
    width:100%;
    height:22px;
    padding-top:5px;
    text-indent:10px;
    background-image:url(../../pictures/beBar/menu_back1.gif);
    /*-moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;*/
}

/*Logo Success*/
#tip #tip_head #tip_logo1 {
    width:20px;
    height:20px;
    margin-left:3px;
    background-image:url(../../pictures/beBar/ico_success2.gif);
    float:left;
}

/*Logo Erreur*/
#tip #tip_head #tip_logo2 {
    width:20px;
    height:20px;
    margin-left:3px;
    background-image:url(images/important2.gif);
    float:left;
}

#tip #tip_head #tip_close {
    width:13px;
    height:11px;
    background-image:url(../../pictures/beBar/arrow_down.gif);
    background-repeat:no-repeat;
    background-position:90% 2%;
    position:absolute;
    top:0;
    margin-top:10px;
    left:100%;
    margin-left:-20px;
}