#content a.close{
float:right;
padding:5px;
color:red;
font-weight:bold;
cursor:pointer;
}
#content a.close .none{
	color:red;
}
#content a.close:hover .none{
	display:inline;
	color: #fff;
}
div.texte #choices{
	text-align:left;
	}
#content a.close:hover{
	color: #fff;
	background-color:red;
	}
.input_text_dropdown{
width:200px;
padding-top:3px;
display:block;
float:left;
height:22px;
overflow:hidden;
padding-left:10px;
color:#333;
background-image:url(select_left.gif);
background-repeat:no-repeat;
}
div.texte .choices li {
float:left;
width:179px;
}
div.texte .choices{
height:250px;
overflow-x:hidden;
overflow-y:auto;
position:absolute;
top:267px;
}
div.texte .choices li li, div.texte .choices ul li{
float:none;
}
.replace_dropdown{
clear:left;
margin-bottom:3px;
}

.choices{
display:none;
position:absolute;
background-color:#fff;
z-index:300;
clear:left;
border:1px solid #aaa;
width:570px;
margin-top:3px;
}

.choices ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
div.texte .choices li{
	list-style-type:none;
	margin:0;
	text-align:left;
}

.fleche{
		background-image:url(select_right.gif);
		background-repeat:no-repeat;
		float:left;
		height:25px;
		width:20px;
}
