/*
 * Texte précédant les critères de recherche.
 */
td.search span.text {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#b5cfde;
	cursor:default;
}

/*
 * Select du type de recherche et de la marque souhaitée.
 */
td.search select.type {
	border:1px solid #003d64;
	background-color:#ffffff;
	width:120px;
}
td.search select.brand {
	border:1px solid #003d64;
	background-color:#ffffff;
	display:none;
	width:250px;
}

/*
 * Champ de saisie des mots-clés de recherche.
 */
td.search input.input {
	width:250px;
	font-size:12px;
	border:1px solid #003d64;
}

/*
 * Bouton de validation de la recherche.
 */
td.search input.button {
	border:0;
	border-color:transparent;
	width:120px;
	height:30px;
	background-color:transparent;
	background-image:url(../images/search/search_button.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}
