.container_combo_170px {
	background: transparent url('images/ComboBox_fond.png') repeat-x 0px 0px;
	width: 170px;
	height: 18px;
	display: block;
	float: left;
	margin: 2px 0px 2px 0px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
	cursor: pointer;
}

.container_combo_250px {
	background: transparent url('images/ComboBox_fond.png') repeat-x 0px 0px;
	width: 250px;
	height: 18px;
	display: block;
	float: left;
	margin: 2px 0px 2px 60px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
	cursor: pointer;
}

.container_combo_280px {
	background: transparent url('images/ComboBox_fond.png') repeat-x 0px 0px;
	width: 280px;
	height: 18px;
	display: block;
	float: left;
	margin: 2px 0px 10px 0px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
	cursor: pointer;
	text-align: left;
}

.container_combo_380px {
	background: transparent url('images/ComboBox_fond.png') repeat-x 0px 0px;
	width: 380px;
	height: 18px;
	display: block;
	float: left;
	margin: 2px 0px 10px 0px;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 10px;
	cursor: pointer;
	text-align: left;
}

.combo {
	background: transparent url('images/ComboBox_fleche.png') no-repeat 0px 0px;
	width: 20px;
	height: 22px;
	cursor: pointer;
	float: left;
	margin: 2px 0px 2px 0px;
} 



.popup {
	overflow: hidden;
	border-left: solid 1px #aab0b5;
	border-right: solid 1px #aab0b5;
	border-bottom: solid 1px #aab0b5;
	margin-top: 2px;
	margin-left: 0px;
}
.popup div {
	width: 180px;
	clear: right;
	height: 24px;
}
.popup a {
	display: block;
	background: transparent url('images/ComboBox_off.png') repeat-x scroll 0px 0px;
	height: 24px;
	padding-top: 5px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.popup a:hover {
	background: transparent url('images/ComboBox_on.png') repeat-x scroll 0px 0px;
	color: #737373;
	text-decoration: none;
}



.popup_280px {
	overflow: hidden;
	border-left: solid 1px #aab0b5;
	border-right: solid 1px #aab0b5;
	border-bottom: solid 1px #aab0b5;
	margin-top: 2px;
	margin-left: 0px;
}
.popup_280px div {
	width: 290px;
	clear: right;
	height: 24px;
}
.popup_280px a {
	display: block;
	background: transparent url('images/ComboBox_off.png') repeat-x scroll 0px 0px;
	height: 24px;
	padding-top: 5px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.popup_280px a:hover {
	background: transparent url('images/ComboBox_on.png') repeat-x scroll 0px 0px;
	color: #737373;
	text-decoration: none;
}



.popup_380px {
	overflow: hidden;
	border-left: solid 1px #aab0b5;
	border-right: solid 1px #aab0b5;
	border-bottom: solid 1px #aab0b5;
	margin-top: 2px;
	margin-left: 0px;
}
.popup_380px div {
	width: 390px;
	clear: right;
	height: 24px;
}
.popup_380px a {
	display: block;
	background: transparent url('images/ComboBox_off.png') repeat-x scroll 0px 0px;
	height: 24px;
	padding-top: 5px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.popup_380px a:hover {
	background: transparent url('images/ComboBox_on.png') repeat-x scroll 0px 0px;
	color: #737373;
	text-decoration: none;
}

