

#selection {
	height: 200px;
}

#selection .liste {
	width: 187px; 
	height: 85px;
	overflow: auto;
}

#selection .item {
	width: 167px;
	position: relative;
	border-left: solid 1px #e08bae;
	border-right: solid 1px #e08bae;
}

* html #selection .item { /* IE only */
	width: 170px;
}

#selection .pair {
	background-color: white;
	border-bottom: dashed 1px #e08bae;
}

#selection .impair {
	background-color: white;
	border-bottom: dashed 1px #e08bae;
}

#selection .first {
	border-top: solid 1px #e08bae;
}

#selection .last {
	border-bottom: solid 1px #e08bae;
}

#selection .titre {
	width: 140px;
	font-family: sans-serif;
	font-size: 10px;
}

#selection .titre A {
	color: black;
}

#selection .titre A:hover {
	text-decoration: underline;
}

#selection .action {
	position: absolute;
	left: 154px;
	top: 2px;
}

#selection A {
	text-decoration: none;
	display: block;
}

#selection .telecharger {
	margin-top: 6px;
	margin-bottom: 6px;
	width: 187px;
	height: 30px;
	background-image: url('/images/bouton.telecharger.png');
	display: block;
}
#selection .telecharger:hover {
	background-image: url('/images/bouton.telecharger_over.png');
}
#floatSelection {
	position: absolute;
	top: 150px;
	left: 300px;
	width: 150px;
	height: 113px;
	display: none;
}

#floatSelection img {
	border: solid 1px black;
}

#viderSelection {
	position: absolute;
	top: 410px;
	left: 600px;
	width: 140px;
	text-align: right;
	display: block;
}

#viderSelection A {
	color: black;
	padding-right: 10px;
	font-family: tahoma;
	font-size: 12px;
}