#plg_recherche{
	width:195px;
	height:24px;
}
#plg_recherche input{
	position:relative;
	z-index:1;
	padding-left:35px;
	border-radius:4px 0 0 4px;
}

#plg_recherche img{
	z-index:2;
	position:absolute;
	margin:5px 5px;
	
	}

#plg_recherche .input-group-addon {
padding: 0;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: inherit;
border: 0;
border-radius: 0;
}

#plg_recherche .btok{
	width:42px;
	font-size:0.8em;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
	background-color:#014a94;
	border:0;
	cursor:pointer;
	border-radius:0px 5px 5px 0px;
}
#plg_recherche .btn {
padding: 4px 6px;
}
.input-xs, .form-group-xs .form-control {
height: 23px;
font-size: 0.9em;
line-height: 1.5;
border-radius: 5px;
}