@CHARSET "ISO-8859-1";

.se-field
{
	overflow: hidden;
	height: 100%;
}

.se-select
{
    position: absolute;
}

.se-select-nativescroll
{
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
}

.se-select-sub
{
    position: absolute;
}

.se-select-sub-nativescroll
{
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
}

.se-select-content
{
    float: left;
    width: 90%;
}

.se-select-content-nativescroll
{
	float: left;
    width: 100%;
}

#moteur .se-select-groupoption
{
	height: auto;
	width: 100%;
	float: left;
}

.se-select-option
{
	width: 100%;
	float: left;	
}

.se-select-option-selected
{
	width: 100%;
	float: left;	
}

.se-select-scroll
{
    float: left;
    background: #ffffcc;
    width: 10%;
}

.se-scroll-cursor
{
    position: relative;
    margin:0 auto;
}

.se-shadow
{
	position: absolute;
	background: #000000;
    opacity:0.10;
    filter:alpha(opacity=10);
    -moz-opacity:0.1;
    -khtml-opacity: 0.1;
}
