/* 
 * Ce css contient toutes les définitions des objets propre au projet 
 *
 */
 
@CHARSET "ISO-8859-1";

ul.sort_list
{
	list-style:none;
	height:200px;
	overflow-x:hidden;
	overflow-y:auto;
	border:1px solid #CCC;
	margin:0;
	padding:10px;
	width:90%;
}

ul.sort_list li
{
	margin:1px;
	padding:5px;
	width:150px;
	text-align:center;
	cursor:move;
	border:1px solid #CCC;
	background-color:#EEE;
}