/* /////////////////////// CSS COMBOBOX ///////////////////////*/
.comboboxContainer1 {
	border:0px;
	height:18px;
	background: url("http://media.mth.net/planete_justice/images/newsletter/select_petit.jpg") no-repeat left top;
	float:left;
	margin-right:10px;
	font-family:Arial, sans-serif;
	font-size:12px;
}
.comboboxContainer2 {
	border:0px;
	height:18px;
	background: url("http://media.mth.net/planete_justice/images/newsletter/select_grand.jpg") no-repeat left top;
	float:left;
	margin-left:0px;
	font-family:Arial, sans-serif;
	font-size:12px;
}
.comboboxContainer3 {
	border:0px;
	height:18px;
	background: url("http://media.mth.net/planete_justice/images/recherche/select.jpg") no-repeat left top;
	float:left;
	margin-left:0px;
	font-family:Arial, sans-serif;
	font-size:12px;
}
.comboboxValueContainer {
	padding-left:2px;
}
.comboboxValueContent {
	padding-left: 3px;
}
.comboboxDropDownContainer {
	border:1px solid #CDCDCD;
	background: #fff;
	overflow: hidden;
	padding-left: 0px;
	font-family:Arial, sans-serif;
	font-size:12px;
}
.comboboxDropDownButton {
	width: 16px;
	height: 18px;
}
.comboboxGroupItemHeader {
	display: block;
	background: #99cccc;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	padding-left: 2px;
}
.comboboxGroupItemContainer {
	padding-left: 3px;
}
.comboboxItem {
	background: #fff;
	color: #000;
	padding-left: 3px;
}
.comboboxItemHover {
	background-color: #999;
	color: #fff;
	padding-left: 3px;
}
/* /////////////////////// CSS COMBOBOX ///////////////////////*/