.footer {
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 30px;
}
.box_footer {
	margin: 0px auto;
	position: relative;
    height: 70px;
    width: 1170px;
    background-color: #E2CA9C;
	border: 1px solid black;
}
.top_footer, .bottom_footer {
	width: 100%;
	height: 20px;
	border: 1px solid black;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
}
.top_footer {
	top: -20px;
	}
.bottom_footer {
	bottom: -30px;
    margin-bottom: 10px;
}
.left_footer,.right_footer {
	height: 100%;
	width: 20px;
	position: absolute;
	border: 1px solid black;
	top: -1px;
	border-left:none;
	border-right:none;
}
.left_footer {
	left: -20px;
	}
.right_footer {
	right: -20px;
}
.f:link {
    color: #000;
    text-decoration: none;
}
.f:hover {
    color: #000;
    text-decoration: none;
}
.connection_left {
    font-size: 16px;
    width: 600px;
    float: left;
    margin: 4px 0px 0px 10px;
}
.connection_right {
    font-size: 26px;
    float: right;
    margin: 19px 10px 0px 0px;
}
.connection_left p{
    font-size: 16px;
}
.connection_right p{
    font-size: 26px;
}
a.mail {
    text-decoration: underline;
    color: #000;
}
.social {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    height: 50px;
    width: 50px;
    border-left: 1px #000 solid;
}
.img_social {
    margin: 0px 10px 0px 10px;
    height: 50px;
    width: 50px;
}