/* COMBO */
.comboLibelle { float:left;margin:-4px 4px 0 0;}
.comboContainer {
	position:relative;
	z-index:1;
	margin:0 4px 4px 0;
	text-align:left;
	/*background: url(/img/commun/combobox/fond.gif) repeat-x left top;*/
	cursor:pointer;
	border:1px solid #a89c7c;
}
.comboDropDownButton {
	width:16px;
	height:23px;
	background: url(/img/commun/combobox/bouton.jpg) no-repeat;
	/*background-size:auto 23px;*/
	cursor:pointer;
}
.comboValue {
	padding-left:3px;
	height:23px;
	font-size:14px;
	margin-top:0;
	overflow:hidden;
	top:0;
	cursor:pointer;
	color:#251511 !important;
} 
.comboList{
	position:absolute;
	z-index:200;
	left:0;
	display:none;
	background-color:white;
	color:black;
	border:1px solid #bdbdbd;
	margin-top:1px;
}
.contenu .comboList tr td{text-align: left;color:black;padding:0;line-height: 23px}
.contenu .comboList tr td a{padding:1px 0 1px 0px;display:block;width:100%;color:#251511;font-size:14px !important;text-decoration:none !important; font-weight:normal !important}
.contenu .comboList tr td a:hover,
.contenu .comboList tr td a.selected{background-color:#EBE4D1;color:#000;font-weight:normal !important}