/*-------------CREDIT FORM--------------------------*/

#credit{
	height:100%;
}

#credit .creditType{
	padding:10px;
}

	#credit .creditType .formulaire{background-color:transparent;}

#credit .nav{
	height:20px;
	padding:0px 10px 10px 10px;
}

	#credit .nav .step{
		width:100%;
		height:30px;
		display:block;
		font-size:12px;
		font-weight:bold;
		border-width:0px;
		color:#555555;
		background-color:#F5F5F5;
	}

		#credit .nav .step:hover{
			background-color:#ffea07;
			cursor:pointer;
		}

	#credit .nav .stepActive{
		width:100%;
		height:30px;
		display:block;
		font-size:12px;
		font-weight:bold;
		border-width:0px;
		background-color:#ffea07;
		cursor:pointer;
	}

	#credit .nav .sepNav{
		width:3px;
		height:1px;
		float:left;
	}

#credit .aide{
	line-height:11px;
	font-size:10px;
}

#credit .creditForm{
	padding:10px 5px 10px 5px;
}

	#credit .creditForm .formulaire{background-color:transparent;}
	
	#credit .creditForm H3{
		padding:0px;
		margin:0px;
		font-weight:bold;
	}

	#credit .creditForm H4{
		display:inline;
		font-size:14px;
	}

	#credit .creditForm TD{
		padding:5px;
	}

/*-------------SLIDER-------------------------------*/

#cadreSlider{
	width:auto;
	margin-top:15px;
	margin-right:20px;
	border:1px solid #D8D6D6;
	padding:10px 0px 10px 0px;
	/* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 1024 ? "408px" : "" );
	background:url('images/bg_cadreSlider.jpg') 0px 0px repeat-x white;
}

#slider{
	width:389px;
	height:140px;
	text-align:left;
}

#slider H1{
	background-color:transparent;
	background-image:none;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

#slider .slide{
	margin-top:10px;
}

	#slider .slide .topSlide{
		float:left;
	}

		#slider .slide .topSlide .topAmount{
			width:79px;
			height:22px;
			float:left;
			padding-top:4px;
			margin-right:10px;
			text-align:center;
			text-decoration:none;
			background:url('images/bg_topamount.gif') 0px 0px no-repeat;
		}

		#slider .slide .topSlide .topAmountActive{
			width:79px;
			height:22px;
			float:left;
			padding-top:4px;
			margin-right:10px;
			text-align:center;
			text-decoration:none;
			color:#FFA816;
			font-weight:bold;
			background:url('images/bg_topamount_hover.gif') 0px 0px no-repeat;
		}

	#slider .slide .rail{
		height:24px;
		display:block;
		margin:5px 0px 5px 0px;
	}

	#slider .slide .bottomSlide{
		float:right;
	}

		#slider .slide .bottomSlide .bottomAmount{
			width:79px;
			height:18px;
			float:left;
			padding-top:8px;
			margin-left:10px;
			text-align:center;
			text-decoration:none;
			background:url('images/bg_bottomamount.gif') 0px 0px no-repeat;
		}

		#slider .slide .bottomSlide .bottomAmountActive{
			width:79px;
			height:18px;
			float:left;
			padding-top:8px;
			margin-left:10px;
			text-align:center;
			text-decoration:none;
			color:#FFA816;
			font-weight:bold;
			background:url('images/bg_bottomamount_hover.gif') 0px 0px no-repeat;
		}

.sliderBtn{
	font-size:14px;
	display:block;
	width: 92px;
	height: 21px;
	text-align: center;
	padding-top: 5px;
	color: white;
	background:url('images/bg_sliderBtn.jpg') 0px 0px no-repeat;
	float: right;
}

	.sliderBtn:hover{
		text-decoration: none;
		color: white;
		filter:alpha(opacity=50);  
		-moz-opacity:0.50;
		opacity: 0.50;
	}
