/* Pour eviter que le bouton de recherche chevauche l'icone d'impression quand on réduit et ragrandit le navigateur avec FF2 */
#applesearch {
  min-width: 180px;
}

#applesearch .sbox_g  {
	background: white url('http://www.medialsace.fr/images/outils/searchbox/srch_g') no-repeat top left;
	float: left;
	width: 19px; 
        height: 19px;
}

#applesearch .sbox input {
	background: white url('http://www.medialsace.fr/images/outils/searchbox/srch_repet') repeat-x top left;
	float: left;
	border: 0;
	height: 19px; width: 142px;
	padding: 3px;
	font: 11px/13px arial;
	color: #000;
}

#applesearch .sbox_d  {
	background: white url('http://www.medialsace.fr/images/outils/searchbox/srch_d') no-repeat top left;
	float: left;
	width: 19px; height: 19px;
}

#applesearch .sbox_go  {
	padding-top:0px;
	float: right;
}

#content {
	clear: both;
}
