/**
* >>>>>>>>>>>>> Style UNIQUEMENT POUR LE TOP.PHP <<<<<<<<<<<<<<
*/

#top{
	height:34px;
	background:url(/templates/1m2s/images/top/background.png) center repeat-x;
	color:#fff;
	padding-top:10px;
	padding-left:10px;
	border:1px solid #675;
	border-left:0;
	border-right:0;
}
#top input {
	border:0px;
	vertical-align:middle;
	padding:0px;
	font-size:12px;
}
#top #input_ff { /* input recherche factfinder */
	background:url(/templates/1m2s/images/top/input.png) no-repeat right;
	width:237px;
	height:19px;
	padding-top:3px;
	padding-right:3px;
	padding-left:3px;
}
#top #ok_ff { /* bouton ok factfinder */
	background:url(/templates/1m2s/images/top/ok.png) no-repeat;
	width:28px;
	height:26px;
	cursor:pointer;
}
#top #newsletter { /* espac � doirte pour la newsletter */
	float:right;
	padding-top:9px;
	margin-top:-5px;
	border-left:1px solid #675;
	padding-left:5px;
	padding-right:5px;
	height:23px;
}
#top #suggestLayer{
	position:absolute;
	background:black;
	color:white;
	top:52px;
	border:1px solid #675;
	margin-left:-10px;
	display:none;
	width:auto;
	padding:10px 0;
	cursor:pointer;
	min-width:400px;
}
* html #top #suggestLayer{ /*fix ie6 */
	margin-top:19px;
	width:200px;
}
#top td {
	padding:0 10px;
}

span.suggestTextQueryTyped{
	color: green;
	text-decoration: underline;
}
tr.suggestHighlight{
	color: #000;
	background-color: #fff;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: green;	
}
