/* CSS Document */

/*-------------------- RECHERCHE --------------------*/

#recherche {
	/*width: 770px;*/
	height: 31px;
	background: url(../img/bandeau/recherche/recherche_fd.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	text-transform: uppercase;
	clear: both;
}

#recherche img{
	float: left;
}

#recherche input,select,textarea {
	margin-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #e70000;
	padding: 1px 2px;
	border: #CCC solid 1px;
	width: 90px;
}

#recherche #type{
	width: 135px;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}

#recherche #theme{
	width: 145px;
	float: left;
	margin-top: 6px;
	margin-left: 7px;
}

#recherche #motClef{
	width: 161px;
	float: left;
	margin-top: 6px;
	margin-left: 8px;
}

#recherche #ok{
	width: 157px;
	float: left;
	margin-top: 7px;
}

#recherche #ok input{
	margin-left: 11px;
	width: 19px;
	height: 13px;
	border: none;
}