/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles - NOT really related to the forms*/

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}


/*Selects*/
.selectArea {
	background:url(../images/css/select-bg.gif) repeat-x left top;
	margin:1px 5px 0px 0;_margin:2px 5px 0px 0;	
	position:relative;
	float:left;
}
.selectArea .left {
	width:6px;
	height:21px;
	float:left;
	background:url(../images/css/select-left.gif) no-repeat left top;
	margin-left:-2px;
	position:relative;
}
.selectArea .right {
	width:23px;
	height:21px;
	float:right;
	background:url(../images/css/select-right.gif) no-repeat left top;
	margin-right:-4px;
	position:relative;
}
.selectArea .right a {
	display:block;
	width:140px;
	height:21px;	
	position:absolute;
	left:0px;
}

.selectArea .right i {display:none;}
.selectArea .center {
	width:130px;
	color:#5c5c5c;
	padding-top:3px;
	height:18px;
	overflow:hidden;
	white-space:nowrap;
	font-weight:normal;
	font-size:100%;	
}
.pages_interne .selectArea .center{
	width:130px;
	color:#545454;
	padding-top:3px;
	height:20px;
	overflow:hidden;
	white-space:nowrap;
	font-weight:normal;
	font-size:110%;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:0px;
	margin-left:3px;
	left:0;	
	font-size:11px;
	z-index:20;
	/*background:url(../images/css/bas_bg_select.png) no-repeat left bottom;*/
	padding-bottom:10px;
	text-align:left;
	border:1px solid #d1d1d1;
	border-width:0 1px 1px 1px;
	background:#fff;
}
.pages_interne .optionsDivInvisible , .pages_interne .optionsDivVisible{
	
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#5c5c5c;
	text-decoration:none;
	display:block;
	padding:3px 4px 3px 5px;	
	_padding:3px 4px 3px 8px;	
	background:#fff;
	font-weight:normal;
	font-size:100%;
	/*border:1px solid #d1d1d1;
	border-width:0 1px 0px 1px;*/	
}
.recherche .float_left .optionsDivVisible a{
	margin-left:-2px;	
}
.optionsDivVisible a:hover {
	color:#5c5c5c;
	background:#ebebeb;	
}

