/* _______________________________________________________________________________ CSS ZOOM par défaut

?Style class 	Description 	 
.highlight 	The appearance of the highlighted search words in the results, when highlighting is enabled. For example, .highlight { font-weight: bold; } will make highlighted text bold (with no coloured background). 	 
.searchheading 	The appearance of the “Search results for…” heading 	 
.summary 	The appearance of the summary information for your search results (“129 results found on 2 pages”) 	 
.results 	The appearance of the search result listing 	 
.category 	The appearance of the category tag next to the result link, e.g. “[News article]” 	 
.description 	The appearance of the meta description or page description for a search result. 	 
.context 	The appearance of the contextual description. You can specify font, size, etc. here. You can also specify margins and padding to make the context indent from the main result link. 	 
.infoline 	The appearance of the small information line for each search result (“Terms matched”, “Score”, and “URL”). 	 
.result_title 	The appearance of the title line (result number, page title/link, and category name). Note that the link itself will be based on the styles defined for hypertext links (ie. “a:link”, “a:visited”, “a:hover” and “a:active”). 	 
.zoom_searchform 	The appearance of the overall search form. You can specify the overall font you’d like to use for the text around the form, or give the form a border, margin, or background. For example: .zoom_searchform { font-size: 100%; border: dashed; border-width: 1px; background: #DDDDDD;} Will set a dashed border around the search form with a light grey background. 	 
.zoom_options 	The appearance of the search form options (eg. “results per page”, “match any words”, etc.). You can specify them to be a smaller font size than the rest of the form, for example: .zoom_options { font-size: 80%; }	 
input.zoom_button 	The appearance of the search button. You can change the colour of this button or set it to an image. For example: input.zoom_button { background-color: #008080; color: #FFFFFF; }	 
input.zoom_searchbox 	The appearance of the search box where a user enters their search query. You can change the background colour, size, and font from here. 	 

*/

.tableZoom  {
}



.highlight{
	background:#FFFF40;
}

.searchheading{
	
}
.summary{
	font-size: 9pt;
	color: #888888;
}
.results{

}

.category{
	
}
.description{
	
}
.context{
	
}
.infoline{

}
.result_title{
	
} 
.zoom_searchform{
	/*
	font-size: 100%; 
	border: dashed; 
	border-width: 1px; 
	background: #DDDDDD;
*/
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
 .zoom_options{ 
}	 
 input.zoom_button { 
 /*
 	background-color: #008080; 
	color: #FFFFFF; 
*/
}	 
input.zoom_searchbox{
	
}
.infoline{
	font-size: 8pt;
	color: #888888;
	padding-top: 0.5%;
}

/* ___________________________________________________ CSS personnalisation I7
*/

hr.hrZoom {
	color: #e5e5e5;/*color:#BFD7E0;*/
	width:250px;
	height: 1px;
	align:left;
	margin-left: 0px;
	noshade;
	}
