/* CSS Document */

div.customSelect {
	display:block;
	position:relative;
	width:70px;
	height:20px;
	margin:0 0 3px 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;

}
div.customSelect span {
	display:block;
	width:60px;
	height:20px;
	line-height:20px;
	padding:0px 5px;
	overflow:hidden;
	background:url(../images_integr/centre/box_select2.gif);
	border:0px none;

}
div.customSelect span.selected, div.customSelect span:hover {
	background:url(../images_integr/centre/box_select2.gif) -70px 0 no-repeat;
}

div.customSelect div {
	position:absolute;
	top:0px;
	left:0;
	display:block;
	width:120px;
	height:75px;
	padding:2px;
	margin-top:20px;
	background:#FFF;
	overflow:auto;
	border:1px solid #CBC9C9;
	border-top:none;
	
}
div.customSelect div a {
	margin:0px;
	padding:0px 2px;
	display:block;
	color:#666666;
	background:#FFFFFF;
	text-decoration:none;
}
div.customSelect div a:hover {
	color:#000000;
	background:#CBC9C9;
}

/* centre telechargement */
div.customSelect2 {
	display:block;
	position:relative;
	width:150px;
	height:20px;
	margin:0 0 3px 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;

}
div.customSelect2 span {
	display:block;
	width:140px;
	height:20px;
	line-height:20px;
	padding:0px 5px;
	overflow:hidden;
	background:url(../images_integr/centre/box_select3.gif);
	border:0px none;

}
div.customSelect2 span.selected, div.customSelect2 span:hover {
	background:url(../images_integr/centre/box_select3.gif) -150px 0 no-repeat;
}

div.customSelect2 div {
	position:absolute;
	top:0px;
	left:0;
	display:block;
	width:449px;
	height:144px;
	padding:0;
	margin-top:22px;
	background:#FFF;
	overflow:auto;
	border:1px solid #CBC9C9;

}
div.customSelect2 div a {
	margin:0px;
	padding:4px 2px;
	display:block;
	position:relative;
	float:left;
	width:145px;
	color:#666666;
	background:#FFFFFF;
	text-decoration:none;
	text-align:center;
}
div.customSelect2 div a:hover {
	color:#000000;
	background:#CBC9C9;
}
div.customSelect2 div a img {
	display:block;
	margin:auto;
	border:none;
}


div.customSelect3 {
	display:block;
	position:relative;
	width:150px;
	height:20px;
	margin:0 0 3px 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;

}
div.customSelect3 span {
	display:block;
	width:140px;
	height:20px;
	line-height:20px;
	padding:0px 5px;
	overflow:hidden;
	background:url(../images_integr/centre/box_select3.gif);
	border:0px none;

}
div.customSelect3 span.selected, div.customSelect3 span:hover {
	background:url(../images_integr/centre/box_select3.gif) -150px 0 no-repeat;
}

div.customSelect3 div {
	position:absolute;
	top:0px;
	left:0;
	display:block;
	width:144px;
	height:75px;
	padding:2px;
	margin-top:20px;
	background:#FFF;
	overflow:auto;
	border:1px solid #CBC9C9;
	border-top:none;
	
}
div.customSelect3 div a {
	margin:0px;
	padding:0px 2px;
	display:block;
	color:#666666;
	background:#FFFFFF;
	text-decoration:none;
}
div.customSelect3 div a:hover {
	color:#000000;
	background:#CBC9C9;
}

div.customSelect3 img { display:none; }
