.selectUI {
	font-size: 1.2em;
}
.LesAutresSites {
	float: left;
	height: 27px;
	background: url(../images/bg-select-2.gif) left bottom no-repeat;
	cursor: pointer;
}
	/* TITLE BAR */
	.LesAutresSites p {
		padding-top: 6px;
		height: 21px;
		overflow: hidden;
		cursor: pointer;
		font-size: 1.2em;
		color: #797979;
		padding-left: 10px;
		white-space: nowrap;
		float: left;
	}
	
	/* SELECT DROPDOWN LIST */
	.LesAutresSites ul {
		overflow: hidden;
		border: 2px solid #cbcdcd;
		border-bottom: none;
		background: #FFF;
		font-weight: normal;
		margin: 0px 0px -5px 0px;
		padding: 0px 0px 10px 0px;
		list-style: none;
		clear: both;
		width: 191px;
	}
	.LesAutresSites ul li {
		font-size: 1.2em;
		color: #797979;
		padding: 2px 5px 2px 5px;
		list-style: none;
		margin: 0px;
	}
	.LesAutresSites ul li a {
		display: block;
		width: 100%;
	}
	.LesAutresSites ul li.Hover {
		background: #CCCCCC;
		color: #FFF;
	}
.MouseDown {
}

.WrapSelect {
	float: left;
	background: url(../images/bg-select-1.gif) right bottom no-repeat;
}
.WrapSelectOver {
	float: left;
	background: url(../images/bg-select-1-over.gif) right bottom no-repeat;
}
