@CHARSET "UTF-8";


/**  selectbox jaune**/

.jquery-selectbox {
	position: absolute;
	height:28px;
	width: 219px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	text-indent:12px;
	line-height:18px;
	background-image: url(../images/email.jpg);
	
	background-repeat:no-repeat;
	color: #187E83;
	font-weight:bold;
	text-align:left;
}

#form_annuaire .jquery-selectbox {
	text-align:left;
	position: absolute;
	height:28px;
	width: 180px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	text-indent:12px;
	line-height:18px;
	background-image: url(../images/emailnew.png);
	background-repeat:no-repeat;
	color: #187E83;
	font-weight:bold;
}
#form_annuaire .jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../images/drop-new.png) no-repeat;
	width: 27px;
	height: 24px;
	cursor: pointer;
	margin-top: 1px;
	padding-right:21px;
}

.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	width: 200px;
	height:30px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:545454;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}


.jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../images/bouton-chevron.jpg) no-repeat;
	width: 27px;
	height: 24px;
	cursor: pointer;
	margin-top: 1px;
}

.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url(../images/bouton-chevron.jpg) no-repeat;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #f8be2f;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	width: 202px;
}

#form_land .jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	width: 313px;
}


/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background:red;
}



/**  selectbox vert**/

.jquery-selectbox2 {
	position: absolute;
	height:28px;
	width: 219px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	text-indent:12px;
	line-height:18px;
	background-image: url(../images/champ-drop-d.jpg);
	background-repeat:no-repeat;
	color: #187E83;
	font-weight:bold;
}



#form_annuaire .jquery-selectbox2 {
	text-align:left;
	position: absolute;
	height:28px;
	width: 180px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	text-indent:12px;
	line-height:18px;
	background-image: url(../images/champ-drop-d.jpg);
	background-repeat:no-repeat;
	color: #187E83;
	font-weight:bold;
}

.jquery-selectbox2 .jquery-selectbox2-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectbox2 .jquery-selectbox2-list {
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	width: 200px;
	height:30px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:545454;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}


.jquery-selectbox2 .jquery-selectbox2-moreButton {
	float: right;
	background: url(../images/drop-down.jpg) no-repeat;
	width: 27px;
	height: 24px;
	cursor: pointer;
	margin-top: 1px;
}

.jquery-selectbox2 .jquery-selectbox2-moreButton.morebuttonhover {
	background: url(../images/drop-down.jpg) no-repeat;
}

.jquery-selectbox2 .jquery-selectbox2-item.listelementhover {
	background: #006A6E;
	color: #eee;
}
.jquery-selectbox2 .jquery-selectbox2-item {
	display: block;
	cursor: default;
	width:230px;
}

/** ERROR classes **/
form .error .jquery-selectbox2 {
	color: #d00;
	border-color: #d00;
	background:red;
}


/**   LONG SELECTBOX   **/

.jquery-selectbox3 {
	position: absolute;
	height:26px;
	width: 260px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	text-indent:12px;
	line-height:18px;
	background-image: url(../images/champs_long_select.jpg);
	background-repeat:no-repeat;
	color: #187E83;
	font-weight:bold;
}



#form_annuaire .jquery-selectbox3 {
	text-align:left;
	position: absolute;
	height:26px;
	width: 260px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	text-indent:12px;
	line-height:18px;
	background-image: url(../images/champs_long_select.jpg);
	background-repeat:no-repeat;
	color: #187E83;
	font-weight:bold;
}


.jquery-selectbox3 .jquery-selectbox2-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectbox3 .jquery-selectbox3-list {
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	width: 260px;
	height:30px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:545454;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}


.jquery-selectbox3 .jquery-selectbox3-moreButton {
	float: right;
	background: url(../images/drop-down.jpg) no-repeat;
	width: 27px;
	height: 24px;
	cursor: pointer;
	margin-top: 1px;
}

.jquery-selectbox3 .jquery-selectbox3-moreButton.morebuttonhover {
	background: url(../images/drop-down.jpg) no-repeat;
}

.jquery-selectbox3 .jquery-selectbox3-item.listelementhover {
	background: #006A6E;
	color: #eee;
}
.jquery-selectbox3 .jquery-selectbox3-item {
	display: block;
	cursor: default;
}

/**   LONG SELECTBOX VERT  **/

.jquery-selectbox4 {
	position: absolute;
	height:26px;
	width: 286px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	padding-top:4px;
	text-indent:8px;
	line-height:18px;
	background-image: url(../images/champ-p1.JPG);
	background-repeat:no-repeat;
	color: #187E83;
	font-weight:bold;
}


#form_annuaire .jquery-selectbox4 {
	text-align:left;
	position: absolute;
	height:26px;
	width: 286px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	text-indent:12px;
	line-height:18px;
	background-image: url(../images/champ-p1.JPG);
	background-repeat:no-repeat;
	color: #187E83;
	font-weight:bold;
}


.jquery-selectbox4 .jquery-selectbox2-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectbox4 .jquery-selectbox4-list {
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	width: 286px;
	height:30px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:545454;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}


.jquery-selectbox4 .jquery-selectbox4-moreButton {
	float: right;
	background: url(../images/champ-p2.JPG) no-repeat;
	width: 27px;
	height: 27px;
	cursor: pointer;
	margin-top: -4px;
	
}

.jquery-selectbox4 .jquery-selectbox4-moreButton.morebuttonhover {
	background: url(../images/champ-p2.JPG) no-repeat;
}

.jquery-selectbox4 .jquery-selectbox4-item.listelementhover {
	background: #006A6E;
	color: #eee;
}
.jquery-selectbox4 .jquery-selectbox4-item {
	display: block;
	cursor: default;
}
.demoTargetPaca {}
/** ERROR classes **/
form .error .jquery-selectbox3 {
	color: #d00;
	border-color: #d00;
	background:red;
}

#form_land .jquery-selectbox {
	text-align:left;
	position: absolute;
	height:28px;
	width: 319px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	text-indent:5px;
	line-height:18px;
	background-image: url(../images/land-drop-down.png);
	background-repeat:no-repeat;
	color: #006A6E;
	font-weight:bold;
}
#form_land .jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../images/land-bouton-drop-down.png) no-repeat;
	width: 27px;
	height: 24px;
	cursor: pointer;
	margin-top: 1px;
	
}
#form_land .demoTarget5 {margin-left:-41px;}

#formulaire_bouton .jquery-selectbox {
	position: absolute;
	height:28px;
	width: 219px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	text-indent:12px;
	line-height:18px;
	background-image: url(../images/champ-drop-d.jpg);
	
	background-repeat:no-repeat;
	color: #187E83;
	font-weight:bold;
	text-align:left;
}



#form_fb .jquery-selectbox .jquery-selectbox-moreButton {
	float: right;
	background: url(../images/chevron-coupe.png) no-repeat;
	width: 29px;
	height: 29px;
	cursor: pointer;
	margin-top: 0px;
}

#form_fb .jquery-selectbox
{
	position: absolute;
	height:28px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	text-indent:5px;
	line-height:18px;
	background-image: url(../images/champ-coup.png);
	background-repeat:no-repeat;
	color: #476CA1;
	font-weight:bold;
	text-align:left;
}

/* landing paca v2*/
.form_v2 .jquery-selectbox4 {
	position: absolute;
	height:26px;
	width: 286px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	text-indent:12px;
	line-height:18px;
	background-image: url(../images/champp1v2.png);
	background-repeat:no-repeat;
	color: #464646;
	font-weight:bold;
	padding-top:3px;
	cursor: pointer;
}


.form_v2 .jquery-selectbox4 .jquery-selectbox4-moreButton {
	float: right;
	background: url(../images/champp2v2.png) no-repeat;
	width: 27px;
	height: 27px;
	cursor: pointer;
	margin-top: -3px;
}

.jquery-selectbox4 .jquery-selectbox4-item.listelementhover {
	background: #FEEDC3;
	color: #464646;
}

/**/
/**   LONG SELECTBOX JAUNE  **/


.jquery-selectbox5 {
	position: absolute;
	height:28px;
	width: 219px;
	float: right;
	display: inline;
	font-size: 12px;
	padding:0;
	margin-left: -22px;
	text-indent:3px;
	line-height:18px;
	background-image: url(../images/champderoul1_px.PNG);
	background-repeat:no-repeat;
	color: #464646;
	font-weight:bold;
	margin-top: -7px;
}



.jquery-selectbox5 .jquery-selectbox5-currentItem {
	padding: 4px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectbox5 .jquery-selectbox5-list {
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	width: 200px;
	height:30px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:545454;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}


.jquery-selectbox5 .jquery-selectbox5-moreButton {
	float: right;
	background: url(../images/champderoul2_px.PNG) no-repeat;
	width: 27px;
	height: 27px;
	cursor: pointer;
}

.jquery-selectbox5 .jquery-selectbox5-moreButton.morebuttonhover {
	background: url(../images/champderoul2_px.PNG) no-repeat;
}

.jquery-selectbox5 .jquery-selectbox5-item.listelementhover {
	background: #f8b81f;
	color: #eee;
}
.jquery-selectbox5 .jquery-selectbox5-item {
	display: block;
	cursor: default;
}


/*nouvel annuaire*/

.jquery-selectbox6 {
	position: absolute;
	height:31px;
	float: right;
	display: inline;
	font-size: 15px;
	padding: 0;
	text-indent:3px;
	line-height:18px;
	background-image: url(../images/annuaire/champ-v.png);	
	background-repeat:no-repeat;
	color: #464646;
	text-align:left;
}

.jquery-selectbox6 .jquery-selectbox6-currentItem {
	padding: 4px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectbox6 .jquery-selectbox6-list {
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	width: 200px;
	height:31px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:545454;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}


.jquery-selectbox6 .jquery-selectbox6-moreButton {
	float: right;
	width: 27px;
	height: 31px;
	cursor: pointer;
	margin-top: 1px; margin-right: 4px;
}

.jquery-selectbox6 .jquery-selectbox6-moreButton.morebuttonhover {
}

.jquery-selectbox6 .jquery-selectbox6-item.listelementhover {
	background: #f8b81f;
	color: #eee;
}
.jquery-selectbox6 .jquery-selectbox6-item {
	display: block;
	cursor: default;
}


/**/
/**   landing Video  **/


.jquery-selectboxVideo {
	position: absolute;
	height:28px;
	width: 219px;
	float: right;
	display: inline;
	padding:0;
	margin-left: -22px;
	text-indent:3px;
	line-height:18px;
	background-image: url(../images/landLp/champ-deroulant1.jpg);
	background-repeat:no-repeat;
	font-size: 11px;
	font-weight: bold;
	color:#006a6f;
	margin-top: -7px;
}



.jquery-selectboxVideo .jquery-selectboxVideo-currentItem {
	padding: 4px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectboxVideo .jquery-selectboxVideo-list {
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	width: 200px;
	height:30px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:545454;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}


.jquery-selectboxVideo .jquery-selectboxVideo-moreButton {
	float: right;
	background: url(../images/landLp/champ-deroulant2.jpg) no-repeat;
	width: 27px;
	height: 27px;
	cursor: pointer;
}

.jquery-selectboxVideo .jquery-selectboxVideo-moreButton.morebuttonhover {
	background: url(../images/landLp/champ-deroulant2.jpg) no-repeat;
}

.jquery-selectboxVideo .jquery-selectboxVideo-item.listelementhover {
	background: #f8b81f;
	color: #eee;
}
.jquery-selectboxVideo .jquery-selectboxVideo-item {
	display: block;
	cursor: default;
}

/* HOME NEW */
.jquery-selectboxHome , .jquery-selectboxHome-vert {
	position: absolute;
	height:26px;
	width: 258px;
	display: inline;
	padding:0;
	text-indent:3px;
	line-height:18px;
	background-image: url(../images/HomeNew/champ-deroulant1.png);
	background-repeat:no-repeat;
	font-size: 12px;
	font-weight: bold;
	color:#006a6f;
}

.jquery-selectboxHome .jquery-selectboxHome-currentItem , .jquery-selectboxHome-vert .jquery-selectboxHome-vert-currentItem{
	padding: 3px 0px 0px 5px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectboxHome .jquery-selectboxHome-list ,.jquery-selectboxHome-vert .jquery-selectboxHome-vert-list{
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	height:30px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:545454;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}


.jquery-selectboxHome .jquery-selectboxHome-moreButton {
	float: right;
	background: url(../images/HomeNew/champ-deroulant2.png) no-repeat;
	width: 27px;
	height: 27px;
	cursor: pointer;
}

.jquery-selectboxHome .jquery-selectboxHome-moreButton.morebuttonhover {
	background: url(../images/HomeNew/champ-deroulant2.png) no-repeat;
}

.jquery-selectboxHome-vert .jquery-selectboxHome-vert-moreButton{
	float: right;
	background: url(../images/HomeNew/champ-deroulant3.png) no-repeat;
	width: 27px;
	height: 27px;
	cursor: pointer;
}

.jquery-selectboxHome-vert .jquery-selectboxHome-vert-moreButton.morebuttonhover {
	background: url(../images/HomeNew/champ-deroulant3.png) no-repeat;
}

.jquery-selectboxHome .jquery-selectboxHome-item.listelementhover ,.jquery-selectboxHome-vert .jquery-selectboxHome-vert-item.listelementhover{
	background: #f8b81f;
	color: #eee;
}
.jquery-selectboxHome .jquery-selectboxHome-item ,.jquery-selectboxHome-vert .jquery-selectboxHome-vert-item {
	display: block;
	cursor: default;
}



/* SELECTION EXPRESS */

.jquery-selectboxExpress {
	position: absolute;
	height:30px;
	padding: 0px;
	font-size: 15px;
	color: #464646;
        background: url(../images/HomeNew/selection_express/champ-deroulant-express.jpg) no-repeat;
}
.jquery-selectboxExpress .jquery-selectboxExpress-currentItem {
	padding: 4px 0px 0px 10px;
	position: absolute;
	cursor: pointer;
}
.jquery-selectboxExpress .jquery-selectboxExpress-list {
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	height:30px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}
.jquery-selectboxExpress .jquery-selectboxExpress-moreButton {
	width: 272px;
	height: 30px;
	cursor: pointer;
	position: absolute;
}
.jquery-selectboxExpress .jquery-selectboxExpress-moreButton.morebuttonhover {
	position: absolute;
}
.jquery-selectboxExpress .jquery-selectboxExpress-item.listelementhover {
	background: #f8b81f;
	color: #eee;
}
.jquery-selectboxExpress .jquery-selectboxExpress-item {
	display: block;
	cursor: default;
}

/* hacks for Chrome and Safari  */
@media screen and (-webkit-min-device-pixel-ratio:0) {.jquery-selectboxExpress {margin-top: -4px;} }




/* Optimisation Article */

.jquery-selectboxOptArt {
	position: absolute;
	width: 215px;
	height:26px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/optimisation_article/champ-deroulant.png);
	background-repeat:no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #006A6E;
}


.jquery-selectboxOptArt .jquery-selectboxOptArt-currentItem {
	padding: 0px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	padding: 5px 0px 0px 10px;
	cursor: pointer;
}

.jquery-selectboxOptArt .jquery-selectboxOptArt-list {
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	height:26px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:545454;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}


.jquery-selectboxOptArt .jquery-selectboxOptArt-moreButton {
	float: right;
	background: url(../images/optimisation_article/champ-deroulant2.png) no-repeat;
	width: 24px;
	height: 26px;
	cursor: pointer;
}

.jquery-selectboxOptArt .jquery-selectboxOptArt-moreButton.morebuttonhover {
	background: url(../images/optimisation_article/champ-deroulant2.png) no-repeat;
}

.jquery-selectboxOptArt .jquery-selectboxOptArt-item.listelementhover {
	background: #f8b81f;
	color: #eee;
}
.jquery-selectboxOptArt .jquery-selectboxOptArt-item {
	display: block;
	cursor: default;
}

/*esp_Cap*/
.jquery-selectboxespCap {
	position: absolute;
	height:30px;
	width: 290px;
	float: right;
	display: inline;
	font-size: 12px;
	padding: 0;
	text-indent:12px;
	line-height:18px;
	background-image: url(../images/espace_capretraite/champ-deroulant.png);
	
	background-repeat:no-repeat;
	color: #464646;
	font-weight:normal;
	font-style:italic;
	text-align:left;
}


.jquery-selectboxespCap .jquery-selectboxespCap-currentItem {
	padding: 5px 0px 0px 0px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectboxespCap .jquery-selectboxespCap-list {
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	width: 285px;
	height:120px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index:545454;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}


.jquery-selectboxespCap .jquery-selectboxespCap-moreButton {
	float: right;
	/*background: url(../images/espace_capretraite/champ-deroulant.png) no-repeat;*/
	width: 27px;
	height: 24px;
	cursor: pointer;
	margin-top: 1px;
}

.jquery-selectboxespCap .jquery-selectboxv-moreButton.morebuttonhover {
/*	background: url(../images/espace_capretraite/champ-deroulant.png) no-repeat;*/
}

.jquery-selectboxespCap .jquery-selectboxespCap-item.listelementhover {
	background: #f8be2f;
	color: #eee;
}
.jquery-selectboxespCap .jquery-selectboxespCap-item {
		display: block;
	cursor: default;
	width: 285px;
}


/* LANDING GUIDE */
.jquery-selectboxLpGuide {
	position: absolute;
	width: 220px;
	height:20px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/landing_guide/form-select.png);
	background-repeat:no-repeat;
	font-size: 11px;
	color: #464646;
}


.jquery-selectboxLpGuide .jquery-selectboxLpGuide-currentItem {
	padding: 0px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	padding: 3px 0px 0px 10px;
	cursor: pointer;
}

.jquery-selectboxLpGuide .jquery-selectboxLpGuide-list {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	background: #fff;
	height:20px;
    width: 215px;
	text-indent:12px;
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}


.jquery-selectboxLpGuide .jquery-selectboxLpGuide-moreButton {
	float: right;
	background: url(../images/landing_guide/select.png) no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.jquery-selectboxLpGuide .jquery-selectboxLpGuide-moreButton.morebuttonhover {
	background: url(../images/landing_guide/select.png) no-repeat;
}

.jquery-selectboxLpGuide .jquery-selectboxLpGuide-item.listelementhover {
	background: #f8b81f;
	color: #eee;
}
.jquery-selectboxLpGuide .jquery-selectboxLpGuide-item {
	display: block;
	cursor: default;
}

/* Formulaire Bouton */
.jquery-selectboxFB {
	position: absolute;
	width: 200px;
	height:26px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/champ-blanc.jpg);
	background-repeat:no-repeat;
	font-size: 11px;
    font-weight: bold;
	color: #006a6e;
    text-align: left;
    font-family: Arial;
}
*+html .jquery-selectboxFB {margin-left: -10px;}
*html .jquery-selectboxFB {margin-left: -10px;} 


.jquery-selectboxFB .jquery-selectboxFB-currentItem {
	padding: 0px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	padding: 6px 0px 0px 0px;
	cursor: pointer;
}

.jquery-selectboxFB .jquery-selectboxFB-list {
	display: none;
	position: absolute;
	top: 26px;
	left: 0px;
	background: #fff;
	height:20px;
    width: 200px;
	text-indent:7px;
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}


.jquery-selectboxFB .jquery-selectboxFB-moreButton {
	float: right;
	background: url(../images/drop-new.png) no-repeat;
	width: 25px;
	height: 26px;
	cursor: pointer;
}

.jquery-selectboxFB .jquery-selectboxFB-moreButton.morebuttonhover {
	background: url(../images/drop-new.png) no-repeat;
}

.jquery-selectboxFB .jquery-selectboxFB-item.listelementhover {
	background: #f8b81f;
	color: #eee;
}
.jquery-selectboxFB .jquery-selectboxFB-item {
	display: block;
	cursor: default;
}

/* Home double form */
.jquery-selectboxHomeDf { position: absolute;	height:35px; width: 197px; display: inline;	padding:0; line-height:23px; background-image: url(../images/home_double_form/champ+drop.png); background-repeat:no-repeat; font-size: 16px; color:#595959;}
.jquery-selectboxHomeDf .jquery-selectboxHomeDf-currentItem {width: 130px; float: left; padding: 6px 0px 0px 35px; white-space: nowrap; display: block; overflow: hidden; cursor: pointer;}
.jquery-selectboxHomeDf .jquery-selectboxHomeDf-list {display: none; position: absolute; top: 35px;	left: 0px; background: #FAFAFA;	height:25px; text-indent: 5px;	overflow-x: hidden;	overflow-y: auto; z-index:400; border-left: 1px solid #ababab; border-bottom: 1px solid #ababab; border-right: 1px solid #ababab; font-size: 14px;}
.jquery-selectboxHomeDf .jquery-selectboxHomeDf-list .jquery-custom-selectboxes-replaced-list{height: 6em;}
.jquery-selectboxHomeDf .jquery-selectboxHomeDf-moreButton {width: 35px; height: 35px; float:right; cursor: pointer;}
.jquery-selectboxHomeDf .jquery-selectboxHomeDf-item.listelementhover {background: #5cabb0;	color: #eee;}
.jquery-selectboxHomeDf .jquery-selectboxHomeDf-item {display: block;cursor: default; width: 250px;}

/*.value-55 {color: #ED9B1C; font-size: 13px;}*/
#dep .value-75{
  margin-left: 25px;
}
.value-75{
  margin-left: 30px;
}
#dep .item-75 , .item-75{
  margin-left:0px;
}