form {
	padding: 0 0 0 40px;
	margin: 0;
	font-size: 10px;
}

input, select, textarea {
	font-size: 10px;
	border: 1px solid #ccc;
	background: #eee;
	padding: 1px;
}

select {
	border: 1px solid #eee;
}

input#q {
	width: 156px;
	margin-bottom: 2px;
}

select#models {
	width: 160px;
	margin-bottom: 15px;
	height: 307px;
	margin-top: 30px;
}

select#models option {
	padding: 2px 0 2px 0;
}

select#models option.alt1 {
	background: #eee;
}

select#models option.alt2 {
	background: #fff;
}

select#models option.head {
	font-weight: bold;
}

input#chercher {
	width: 58px;
	margin-bottom: 2px;
}

select#agence {
	width: 98px;
	margin-bottom: 2px;
	margin-left: 4px;
}

input#prev, input#next {
	width: 18px;
}

input#res {
	width: 122px;
	font-weight: bold;
	text-align: center;
	border: none;
	background: #fff;
}

