.search {
    position: absolute;
    top:0;
    left:-650px;
    background: #eee;
    width: 600px;
    height: 100%;
    z-index: 1000;
    padding:20px;
    box-shadow:1px 10px 10px #ccc;
    color:#000;
    background: #463935;
}

.search form{
	background-color: #574b47;
}

.searchInput {
 	cursor: pointer;
	width: 150px;
	height: 20px;
	padding: 0 5px ;
	margin: 0;
	color: #918987;
	font-size: 1em;
    
    
	background-color: #574b47;
    border:none;
    
    
	border-color: transparent transparent #918987;
}

.searchBt { 
	width:15px; 
	height:20px; 
	display:inline-block; 
	background: url(../images/footer/loupe.png) no-repeat center top; 
	
	background-color: #574b47;
    border:none;
}

.search h2 {
    color: #FFF;
    font-size:24px;
    margin-top:0;
    padding-bottom:0px;
    line-height:18px;
    font-weight:normal;
    width:520px;
}
.search h2 span{
    color:#977b72;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:16px;
    font-style:italic;
}
.search-form {
	
  	float:right;
	width:180px;
    padding:  0px;
    display:block;
	width:180px;
	margin:8px 0 0 0;
	
	border-style:none none solid;
	border-color: transparent transparent #918987;
	border-width: 0 0 1px;
}
.search .search-form {
	
	width:200px;
  	float:left;
	clear: both;
}
.search .search-form input{
    
	height: 20px;
	padding: 0 5px;
	margin: 0;
	border-style:none none solid;
	border-color: transparent transparent #918987;
	border-width: 0 ;
	float:left;
	background-color: #574b47;
	color: #918987;
	font-size: 1em;
}
.search .bt-close {
    position:absolute;
    display:block;
    top:15px;
    right:20px;
    z-index:30;
    width:29px;
    height:29px;
    background:#574B47  ;
    text-decoration: none;
    color:#D94D2F;
    text-align:center;
    vertical-align:middle;
    line-height:29px;
}
.search .bt-close:hover {
    background-position: bottom left;

}
.search-results {
    overflow: auto;
    clear: left;
    padding-top:20px;
    color:#FFF;
    line-height:1.4;
}
.search-result a{
    color:#D94D2F;
    background:url(http://www.leclos-normandie.com/images/bullet-search-result.png) no-repeat center left;
}
.search-result a:hover{
    text-decoration: underline;
}
.search-result p{
    margin-bottom:1em;
    font-size:1em;
    line-height:1.4;
}
.search-results .no-match{
    font-size:16px;
    color:#fff;
    background:#a40101;
    padding:15px 30px;
    border:1px solid #930101;
}