
/*****************************************/
/**** LISTE DEROULANTE PERSONNALISEE ****/
/****************************************/
:focus {outline:none;}

.js ul.newList {left:-9999px;}
/*
standard
*/
ul.newList * {
	margin:0;
	padding:0;
	/*width:212px;*/
}
ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#6D6F72;
	width:212px;
	background:#fff;
	position:absolute;
	border:1px solid #ccc;
	top:18px;
	left:0;
	overflow:auto;
	z-index:9999;
}
.newListSelected {
	width:165px;
	height:18px;
	float:left;
	/*background:#fff url('/img/commun/fond_select_box.jpg') no-repeat right;*/
	color:#6D6F72;
	font-size:11px;
}
.newListSelected span {
	width:0px;
	display:block;
	height:19px;
}

ul.newList {
	width:180px;
	z-index:99;
	margin:-4px 0px 0px 6px;
}
ul.newList li {
	padding:3px 8px;
}

.selectedTxt{
	width:160px;
	height:18px;
	background:transparent url('/img/commun/select/select_all.gif') no-repeat left top;
	padding:2px 0px 0px 5px;
	margin:0px 10px 0px 0px;
}
.input_Txt{
	background:url(../img/commun/picto_inputtext.gif) left top repeat-x #FFFFFF;
	border:1px solid #cecece;
	border-top-color:#8e8e8e;
	border-bottom-color:#e4e4e4;
	padding:0px 1px 0px 1px;
	font-size:10px;
	color:#7F7F7F;
	font-family:Arial, Helvetica, sans-serif;
	width:160px;
	height:16px;
}
.valider_ok {
	background:url(../img/commun/bt_ok.jpg);
	width:35px;
	height:18px;
	cursor:pointer;
	margin-left:5px;
}
.hiLite {
	background:#6D6F72!important;
	color:#FFF!important;
}
.newListHover {
	background:#6D6F72!important;
	color:#fff!important;
	cursor:pointer;
}
.newListSelHover, .newListSelFocus {
	background-position:0 0px;
	cursor:pointer;
	z-index:99;
}
.newListOptionTitle {
	font-weight:bold;
}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #6D6F72;}

.select_region, .select_departement {
	padding-left:10px;
}
.select_region ul.newList *, .select_departement ul.newList * {
	width:50px;
	text-align:left;
}
.select_region  ul.newList, .select_departement ul.newList {
	width:50px;
	text-align:left;
}
.select_region  ul.newList li, .select_departement ul.newList li {
	padding: 2px 0px;
}

.select_region .newListSelected, .select_departement .newListSelected {
	width:50px;
	text-align:left;
}
.select_region .newListSelected span, .select_departement  .newListSelected span {
	width:50px;
	text-align:left;
}
.select_region .selectedTxt, .select_departement .selectedTxt{
	width:50px;
	text-align:left;
}

/*
Erreur
*/

.select-box-erreur ul.newList * {width:180px; }
.select-box-erreur  ul.newList {width:200px;}
.select-box-erreur  .newListSelected {width:180px;  background:#fff url('/img/commun/fond_select_box_erreur.jpg') no-repeat right;margin-top:1px;}
.select-box-erreur  .newListSelected span {width:180px; }
.select-box-erreur  .selectedTxt{width:180px;background:#fff url('/img/commun/fond_select_box_erreur.jpg') no-repeat right;color:#cf003b;}

.img-error{height:9px;width: 9px;float:left;}
