.s-search {
	float: right;
	margin-top: 40px;
  margin-right:0;
  transition: all 0.2s;
                -moz-transition: all 0.2s;
                -webkit-transition: all 0.2s;
                -o-transition: all 0.2s;
}
.s-head-t .s-search{
	margin-top: 30px;
  margin-right: 30px;
}
.s-search-btn {
	width: 38px;
	height: 28px;
	border: 0;
	outline: 0;
	background: url(../images/sous.png) no-repeat center;
	cursor: pointer;
	font-size: 0;
	vertical-align: middle;
}
