#bloc_nouvelle_note, #bloc_commentaire_note {
    display:            none;
    position:           absolute;
    top:                15em;
    width:              700px;
    left:               50%;
    margin-left:        -350px;
    border:             3px double #ccc;
    border-radius:      10px;
    min-height:         10em;
}

#note_titre {
    width:              40em;
}

#note_texte {
    width:              41em;
}

