*:focus {
	outline: 0;
}
a {
	outline: none;
}
/* Grand formulaire */
#D01_rechercheLongForm .input {
	border: 2px solid #E7E7E7;
	width:420px;
	color:#666;
	font-weight: bold;
	padding-left:5px;
	margin: 0 10px 0 0;
	margin-top: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#D01_rechercheLongForm .submit {
	width: 100px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url("../images/0009recherchebutton.png") no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#D01_rechercheLongForm .div  {
	float: left;
}

/* Petite Boite */
#D01_rechercheShortForm {
	background: url("../images/0009recherche.gif") no-repeat scroll 0px 2px transparent;
	width: 130px;
	height: 25px;
	margin-bottom:10px;
}

#D01_rechercheShortForm h5 {
	font-weight: bold;
	font-size: 14px;
	color: #EF7F1C;
	padding:0;
	margin:0;
}

#D01_rechercheShortForm .input {
	color:#666;
	border: 0 none;
	width:100px;
	font-size:11px;
	margin: 5px 0 5px 7px;;
	height:12px;
}

#D01_rechercheShortForm .submit {
	width: 18px;
	height: 19px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}