#globalSearchBoxBloc {
	width: 226px;
	margin-top: 10px;
}
#globalSearchBoxBloc input {
	font-size: 10px;
}
#globalSearchBox {
	margin-top: 10px;
}
#globalsearchbox {
	margin: 0px;
	padding: 0px;
}
#globalsearchform {
	margin: 0px;
	padding: 0px;
}
#globalsearchtext {
	font-family: Arial, helvetica, sans-seriff;
	font-size: 8pt;
	border: 1px solid #808080;
}
#globalsearchsubmit {
	font-family: Arial, helvetica, sans-seriff;
	font-size: 8pt;
}

#globalsearchresultsContainer {
	width: 700px;
	margin: 10px;
}

table.globalsearchresults {
	width: 100%;
}
th.globalsearchresults {
	border-top: 1px solid #666666;
	background-color: #ebeae8;
	border-bottom: 1px solid #fbfcfd;
	height: 15px;
	font-family: Arial, helvetica, sans-seriff;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
/*
	padding: 2px 6px 2px 5px;
	font-weight: bold;
	border-bottom: 1px solid #808080;
*/
}
table.globalsearchresults td {
	vertical-align: top;
	padding: 2px;
}
td.globalsearchresultsVente {
	border-top: 1px solid #c0c0c0;
	background-color: #ebeae8;
	border-bottom: 1px solid #fbfcfd;
}
td.globalsearchresultsVente a {
	color: #a10043;
	font-size: 11px;
	font-weight: bold;
}
b.globalsearchmatch {
	font-size: 8pt;
	color: #a10043;
	font-weight: bold;
}