/*
	Polizei fab. | www.polizei.fr
	jolie saisie de recherche
	2008-2014, Copyleft
*/

#recherche-style input,
#recherche-style img,
#recherche-style button {
	border-style: none;
	float: left;}
		
#recherche-style form {
	height: 18px;
	width: 128px;
	background-color: #eeeeee;}

#recherche-style form input { 
	height: 17px;
	width: 90px;
	background-color: transparent;
	background-image: none;
	margin-left: 3px;
	font-weight: bold;
	vertical-align: bottom;

	/* Masquer focus input */
	-webkit-appearance: none;
	border-radius: 0;
	border-style: none;
	outline: none;}
		
#recherche-style ::-webkit-input-placeholder { color:#000000; }
#recherche-style ::-moz-placeholder { color:#000000; } /* firefox 19+ */
#recherche-style :-ms-input-placeholder { color:#000000; } /* ie */
#recherche-styleinput:-moz-placeholder { color:#000000; }
	
/* Styler le bouton supprimer */	
#recherche-style form img.refond {
	width: 17px;
	height: 17px;
	margin-top: 1px;}
	
/* Styler le bouton submit */
#recherche-style form button  {
	width: 17px;
	height: 17px;
	background: url(/plugins/jolierecherche/images/rere.png) no-repeat;
	display: inline;	
	margin-bottom: 0;
	margin-top: 1px;
	margin-right: 1px;
}
#recherche-style form button:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-khtml-opacity: 0.5;
	-moz-opacity:0.5;}

/* hack IE pour decaler d'un pixel vers le bas 
* html #recherche-style input.rech { position: relative; top:1px; } */


/*	Web-app
*/
@media screen and (max-width:1023px){#recherche-style{z-index: 1;}
#recherche-style form{height:34px;width:264px}
#recherche-style form input{height:34px;width:190px;margin-left:5px;font-size:20px}
#recherche-style form img.refond{width:34px;height:34px;margin-top:0}
#recherche-style form button{width:34px;height:34px;background:url(/plugins/jolierecherche/images/rere34.png) no-repeat;margin-bottom:0;margin-top:0}}
@media only screen and (max-width:480px){#recherche-style{top: 88%;}
#recherche-style form{width:320px}
#recherche-style form input{width:246px}}