﻿span.draggable {
    display: block;
    margin: 2px auto;
    border: solid 1px #b3b3b3;
    padding: 4px;
    border-radius: 2px;
}

    span.draggable i {
        margin-left: 4px;
    }

span.dragging {
    border-color: red;
    border-style: dashed;
}

.dropZone {
    background-color: lightyellow;
}

div#jeu_questions table {
    width: 100%;
}

    div#jeu_questions table th {
        vertical-align: bottom;
    }

div#jeu_questions input[type=radio] {
    position: relative;
    top: -1px;
}

.bords-epais {
    outline: dashed 1px #f33;
}

div.cadreOmbre {
    background-color: #f3f3f3;
    margin-top: 30px;
    padding: 16px;
    box-shadow: 0px 4px 10px 0px rgba(89,88,89,0.47);
}


span.btn {
    text-decoration: none	!important;
    position: relative;
    top: 2px;
}

span.btn.correct {
    color: #00d300;
}

span.btn.incorrect {
    color: #c00;
}
