/**
 * Réglage d'affichage des tableaux de bloc-note et de plans d'action
 */
#affichage_note_complete {
    position:           absolute;
    width:              60em;
    left:               50%;
    top:                20em;
    color:              #000;
    background-color:   #fff;
    border: 3px double  #100;
    border-radius:      1em;
    padding:            1.5em;
    margin-left:        -30em;
}
#blocnote h4 {
    text-align:         center;
    margin-bottom:      0.5em;
}

#affichage_note_complete p {
    margin-bottom:      0.5em;
}

#fermer_note {
    float:              right;
    color:              #33f;
    font-weight:        bold;
    cursor:             pointer;
}
#editer_note_complete, #commenter_note {
    float:              left;
    color:              #33f;
    font-weight:        bold;
    cursor:             pointer;
}

.edit_comment {
    float:              right;
    font-weight:        bold;
    margin:             0 0.5em;	
}
.del_comment {
    float:              right;
    font-weight:        bold;
    margin:             0 0.5em;
}

p[id^=resume_note_]{
    cursor:             pointer;
}

#icones_tri_notes {
    float:              left;
}

/* AJustements en-tête tableau fixe */
#blocnote {
    height:         400px;
    overflow:       auto;
}
#liste_blocnote {
    width:          983px;
    margin:         auto;
    display:        table;
}

#liste_blocnote thead {
    display:        table-header-group;
    width:          983px;
}

#liste_blocnote tbody {
    width:          983px;
    display:        table-row-group;
    max-height:     300px;
    overflow:       auto;
}
/*
#liste_blocnote thead tr th:nth-child(1) {
    width: 61px;
}
#liste_blocnote tbody tr td:nth-child(1) {
    width: 55px;
}
#liste_blocnote thead tr th:nth-child(2) {
    width: 707px;
}
#liste_blocnote tbody tr td:nth-child(2) {
    width: 700px;
}
#liste_blocnote thead tr th:nth-child(3) {
    width: 64px;
}
#liste_blocnote tbody tr td:nth-child(3) {
    width: 60px;
}
#liste_blocnote thead tr th:nth-child(4) {
    width: 75px;
}
#liste_blocnote tbody tr td:nth-child(4) {
    width: 71px;
}
#liste_blocnote thead tr th:nth-child(5) {
    width: 76px;
}

#liste_blocnote tbody tr td:nth-child(5) {
    width: 70px;
}
*/