1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
.selected { background-color: rgba(255,0,0, 0.3); } span:hover { background-color: rgba(255,0,0, 0.3); } #image_container { float: left; margin-right: 1em; } #texte-non-corrige { margin-top:0cm; width: 10cm; float: left; } #texte-corrige { margin-top:0cm; width: 10cm; float: left; }