/*
CDurteste 2016.
contact@cdurteste.fr
+33 6 70 80 98 84
*/
/*
    Created on : 15 mars 2017, 09:35:08
    Author     : cdurt
*/

.draggable {
    background-color: blue;
    color:white;
    font-size: 24px;
    padding : 10px;
    cursor: move;
}

.droppable {
    background-color: lightblue;
    color:white;
    font-size: 24px;
    padding : 10px;
}

.lettreValide{
    background-color: greenyellow;
}