		dd
		{
			display			: inline		;
			list-style		: none			;
			margin			: 0px			;
			padding			: 0px			;
		}
		
		#liste_choix
		{
			list-style-type		: none;
			position			: absolute;
			margin				: 0px;/*centrage marges automatiques*/
			width				: 218px;
			padding				: 0px;
			z-index				: 100;
			max-height			: 250px;
			overflow			: auto;
		}

		#liste_choix li
		{
			list-style-type		: none;
			margin				: auto;
			padding				: 2px;
			border-bottom		: 1px solid black;
			border-right		: 1px solid black;
			border-left			: 1px solid black;
			cursor				: pointer;
		}

		.rollover
		{
			background-color	: #4C767A;
			color				: white;
		}

		.striped
		{
			background-color	: #DEE7EE;
		}