#sstring {
		border: 1px black solid;
		position: absolute;
		top: 9px;
		left: 110px;
		width: 400px;
		font-family: Verdana;
		font-size: 12px;
		margin: 2px;
		padding: 2px;
}

#submit {
		background-color: #99CCCC;
		border: none;
		height: 30px;
		width: 140px;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 8px;
		left: 520px;
}

#sfield {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 80px;
		font-family: Verdana;
		font-size: 12px;
}


#recherche {
		border: none;
		padding: 0px;
		margin: 0px;

}

form#search {
		background-color: #99CCCC;
		border: 1px black solid;
		margin: 20px;
		width: 660px;
		height: 64px;
		position: relative;
}

a#advanced {
		color: black;
		text-decoration: none;
		position: absolute;
		bottom: 5px;
		left: 380px;
		font-family: Verdana;
		font-size: 10pt;
		font-style: italic;
}

a#advanced:hover {
		font-style: italic;
		text-decoration: underline;
}