#secteur  {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 43px;
	float:left;
	line-height:43px;
	font-size: 14px;
	color: #239fff;
	font-weight: bold;
}
.selectArea .left {
	display: none;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:29px;
	height:100%;
	background: url(../images/btn-select.gif) no-repeat 6px 14px;
}
.selectArea .center{
	height: 43px;
	line-height:43px;
	display:block;
	padding:0 32px 0 14px;
	background: url(../images/bg-select.gif) no-repeat;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	display: block;
	z-index: 30;
	font-size: 13px;
	font-weight: bold;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}
.optionsDivVisible a {
	color: #239fff;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a:hover {
	text-decoration:underline;
}
