
#stickyNoteContent {
    float: right;
}

ul.stickyNotesMenu {
    margin-top: 6px;
}


.jSticky-full-pic1 {
    background: url("/VcNom-web/javax.faces.resource/images/jStickyNote/stickyNote_full_1.png.jsf?ver=4.124.1") no-repeat left top transparent;
}
.jSticky-full-pic2 {
    background: url("/VcNom-web/javax.faces.resource/images/jStickyNote/stickyNote_full_2.png.jsf?ver=4.124.1") no-repeat left top transparent;

}    
.jSticky-full-pic3 {
    background: url("/VcNom-web/javax.faces.resource/images/jStickyNote/stickyNote_full_3.png.jsf?ver=4.124.1") no-repeat left top transparent;
    
}    
.jSticky-full-pic4 {
    background: url("/VcNom-web/javax.faces.resource/images/jStickyNote/stickyNote_full_4.png.jsf?ver=4.124.1") no-repeat left top transparent;
    
}    
.jSticky-full-pic5 {
    background: url("/VcNom-web/javax.faces.resource/images/jStickyNote/stickyNote_full_5.png.jsf?ver=4.124.1") no-repeat left top transparent;

    
}    

.jSticky-full {
    width: 178px; 
    height: 184px;
    z-index: 12000;
}


.jStickyNote {
    margin-top: 8px;
}

.jStickyNote .stickyNoteTitle {
    color: #FFFFFF;
    float: left;
    font-weight : bold;
    font-family: 'Arial',Textile,cursive;
    font-size: 11px;
    overflow: hidden;
    padding: 0;
    resize: none;
    border-bottom: 2px solid white;
    margin-left: 15px; margin-top: 12px;
    height: 20px; width: 136px;
}

.jStickyNote textarea {
    background-color: transparent;
    color: #FFFFFF;
    float: left;
    font-family: 'Arial',Textile,cursive;
    font-size: 12px;
    overflow: hidden;
    padding: 0;
    resize: none;
    margin-left: 18px; margin-top: 8px; 
    height: 116px; width: 136px;
    border: 0px;
}

.jStickyNote p {
    color: #444444;
    float: left;
    font-family: 'Arial',Textile,cursive;
    margin: 15px 0 0 24px;
    overflow: hidden;
    width: 75%;
}

.jStickyNote .message {
    position: relative;
    color: black;
    background-color: #f3f3f3;
    border: 1px solid black;
    opacity: 0.85;
    filter: alpha(opacity=85); /* For IE8 and earlier */
    float: left;
    font-family: 'Arial',Textile,cursive;
    font-size: 10px;
    padding: 4px; 
    top: -20px; left: 18px;
}

.jStickyNote .msgOverflow {
    top: -30px;
}

.jStickyNote .jSticky-save {
    background: url("/VcNom-web/javax.faces.resource/images/jStickyNote/submit.png.jsf?ver=4.124.1") no-repeat left top transparent;
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    float: right;
    left: 156px; top: 142px;
}
.jStickyNote  .jSticky-close {
    background: url("/VcNom-web/javax.faces.resource/images/jStickyNote/close.png.jsf?ver=4.124.1") no-repeat left top transparent;
    width: 20px;
    height: 21px;
    left: 156px; top: 12px;
    position: absolute;
    cursor: pointer;
}

.jStickyNote .stickyNoteInnerButton {
    background-color: #f3f3f3;
    border: 1px solid black;
    opacity: 0.70;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    color: #000000;
    height: 17px;
    top: 136px; 
    font-family: Arial,sans-serif;
    font-size: 12px;
    padding-top: 5px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.jStickyNote .stickyNoteInnerButton a {
    text-decoration: none;
}

.jStickyNote .buttonSaveAndQuit {
    position: absolute;
    width: 60px;
    left: 17px;
}

.jStickyNote .buttonQuitNoSave {
    position: absolute;
    width: 70px;
    left: 85px;
}


.header_ligne2 .stickyNotesMenu {
    list-style-type: none;
    position: relative;
    float:left;
    height: 38px; 
    z-index: 3;
}

.stickyNotesMenu li {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-bottom : 4px;
    padding-left: 0px; 
    padding-right: 9px;
    display: inline;
    list-style-type: none;
    width : 30px;
    height : 30px;
    top: -7px;
}


.stickyNotesMenu li.highlight {
    border-top: solid 3px red;
    border-bottom: solid 3px red;
}
