.blue{background-color:lightblue; text-align: center;}
.grey{background-color:aliceblue;}
#feedback { font-size: 1.4em; }
#selectable .ui-selecting { background: #FECA40; }
#selectable .ui-selected { background: #F39814; color: white; }
/* Voici les styles pour les éléments que nous changeons de dimension.*/
  #resizable { background-position: top left; }
  #resizable { width: 150px; height: 120px; padding: 0.5em; }
  #resizable h3, #also h3 { text-align: center; margin: 0; }


/* Voici les styles pour les éléments que nous déplaçons.*/ 

#draggable { width: 150px; height: 150px; padding: 0.5em; }

/* Voici les styles pour les éléments que nous interchangeons.


#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; font-size: 1.4em; height: 18px; }
#sortable li span { position: absolute; margin-left: -1.3em; }*/ 