/* SEARCHBOX COURTE (SIDEBARS)
-------------------------------------------------------- */
span.inputGauche, span.inputDroit, span input {
	float: left;
	height: 24px;
	vertical-align: middle;
	width: 5px;
	border: 0;
	outline: none;
}
span.inputDroit {
	background: url(../images/inputs/bord-droit.png) no-repeat top left;
}
span.inputGauche {
	background: url(../images/inputs/bord-gauche.png) no-repeat top left;
}
span input {
	font-size: 11px;
	line-height: 11px;
	padding: 5px 0 0 0;
	background: url(../images/inputs/fond.png) repeat-x top left;
}
/* only webkit */ @media screen and (-webkit-min-device-pixel-ratio:0)  {
	span input { padding: 0; }
}

span.bars input {
	width: 167px;
	text-align: center;
}
span.inputLeftBar input {
	width: 117px;
}


/* SEARCHBOX LONGUE
-------------------------------------------------------- */
span.search-boxLong input {
	width: 234px;
	text-align: center;
}	