.histoire #main {
    background-image: url("../images/ecurssion.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.histo_block {
	background: url(../images/bg_histo.png) no-repeat center 45px transparent;
}
.histo_block:first-child {
	background: url(../images/bg_histo_f.png) no-repeat center 45px transparent;
}
.histo_block:last-child {
	background: url(../images/bg_histo_l.png) no-repeat center 45px transparent;
}
.inter {
	background: url(../images/bg_histo_inter.png) no-repeat center 45px transparent;
	min-height: 100px;
	margin: 230px 0 0 0;
	padding: 0;
}
.fait {
	margin-top: 53px;
	padding: 0 10px;
}
.h-line {
	position: absolute;
	height: 4px;
	transition: all 0.5s;
	top: 400px;
}
.h-line > div {
	transition: all 0.5s;
}
.line-left .top_line {
	background: url(../images/line_t.png) no-repeat bottom left transparent;
	height: 17px;
	width: 100%;
}
.line-right .top_line {
	background: url(../images/line_t.png) no-repeat bottom right transparent;
	height: 17px;
	width: 100%;
}
.middle_line {
	height: 1px;
	margin: 0 2px 0 3px;
	background-color: #be9e5e;
}
.line-left .bottom_line {
	background: url(../images/line_b.png) no-repeat bottom right transparent;
	height: 19px;
}
.line-right .bottom_line {
	background: url(../images/line_b.png) no-repeat bottom left transparent;
	height: 19px;
}

.over-bottom { 
	margin-top: 13px;
}