/*rR agraph.css*/

#titre {
    position   : absolute;
    left       : 1em;
    top        : 1em;
    color      : white;
    font-size  : 2em;
    font-style : italic;
}
#deltaTime {
    position   : absolute;
    top        : 13em;
    right      : 1em;
    color      : white;
    font-size  : 0.2em;
}
#GetVecDiv {
    display    : none;
    position   : absolute;
    right      : 1em;
    top        : 6em;
    font-size  : 1.5em;
    font-style : monospace;
    color      : white;
}
.MenuPS300 {
    position  : absolute; 
    right     : 1em;
    top       : 1em;
    font-size : 2em;
    color     : white;
    cursor    : pointer;
}

.UlCliquable li {
    cursor : pointer;
}
