.outtaHere {
	position:absolute;
	left:-3000px;
}
/* radio buttons */
.radioArea, .radioAreaChecked {
	float:left;
	width:15px;
	height:16px;
	background: url(../images/bg-radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position:0 -16px;}
/* checkboxes */
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px;
	height:14px;
	overflow:hidden;
}
.checkboxAreaChecked {background-position:0 -14px;}
.radioAreaCheckedLabel,
.checkboxAreaCheckedLabel { color: red; }
/* Selects */
.selectArea {
	position: relative;
	height: 33px;
	float:left;
	color:#000;
	font-size:12px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left:0;
	width:8px;
	height:100%;
	background: url(../images/bg-select-lt.png) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: -5px;
	width:26px;
	height:100%;
	background: url(../images/bg-select-btn.png) no-repeat;
}
.selectArea .center{
	height: 28px;
	line-height:23px;
	display:block;
	padding:3px 28px 0 11px;
	width:auto;
	margin-left:4px;
	background: url(../images/bg-select-c.png)repeat-x;
}
.selectArea .center img {
	float:left;
}
/* selects drop-down */
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	z-index:30;
	font-size:11px;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style:none;
	background-color:#fff;
	border:1px solid #2cc50a;
}
.optionsDivVisible ul li {
	height: 1%;
	overflow: hidden;
	vertical-align: top;
}
.optionsDivVisible a {
	color:#000;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:2px 4px;
}
.optionsDivVisible a img { float:left; }
.optionsDivVisible a:hover {
	background-color:#2F384E;
	color:#fff;
	text-decoration:underline;
}


/*AJOUT*/

.selectAreaSub {
	position: relative;
	height: 33px;
	float:left;
	color:#000;
	font-size:12px;
}
.selectAreaSub .left {
	position: absolute;
	top: 0;
	left:0;
	width:5px;
	height:100%;
	background: url(../images/sub-select-left.gif) no-repeat;
	display: block;
}
.selectAreaSub a.selectButton {
	position: absolute;
	top: 0;
	right: -1px;
	width:20px;
	height:100%;
	background: url(../images/sub-select-button.gif) no-repeat;
}
.selectAreaSub .center{
	height: 25px;
	line-height:23px;
	display:block;
	padding:4px 28px 0 11px;
	background: url(../images/sub-select-center.gif) repeat-x;
}
.selectAreaSub .center img {
	float:left;
}

/* radio buttons */
.radioAreaSub, .radioAreaSubChecked {
	float:left;
	width:15px;
	height:13px;
	background: url(../images/sub-radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaSubChecked {background-position:0 -13px;}