.item1 {
	width: 210px;
	height: 98px;

	background-image: url(images/item1.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	 
}
.step1_on {
height: 98px;
overflow:hidden;
}
.step1_off {
height: 0px;
overflow:hidden;
}

.item2 {
	width: 205px;
	height: 145px;

	background-image: url(images/item2.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}
.step2_on {
height: 145px;
overflow:hidden;
}
.item3 {
	width: 210px;
	height: 103px;

	background-image: url(images/item3.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	 
}
.bando {
	height: 22px;
	width: 99%;
	border: 1px solid #999999;
	overflow:hidden;
	position: relative;
	top: 75px;
	background-color:#FFFFFF;
	font-weight: bold;
}


.bando2 {
	height: 20px;
	width: 99%;
	border: 1px solid #999999;
	overflow:hidden;
	position: relative;
	top: 123px;
	font-weight: bold;
	background-image: url(images/fd_blanc.png);
	color: #ab5959;
	font-size: 12px;
}
.step3_on {
height: 103px;
overflow:hidden;
}
.bando3 {
	height: 22px;
	width: 99%;
	border: 1px solid #999999;
	overflow:hidden;
	position: relative;
	top: 79px;
	background-image: url(images/fd_blanc.png);
	font-weight: bold;
	color: #ab5959;
}
