/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	width: 649px;
	height:17px;
	margin:0 0 0 18px;
	background:url(../images/tpl_box_research.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(../images/tpl_box_research.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	width: 655px;
	height:14px;
	margin:0 0 0 12px;
	background:url(../images/tpl_box_research.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(../images/tpl_box_research.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(../images/tpl_box_research_borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(../images/tpl_box_research_borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 0px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}

/* Boite de recherche */
	/* Ajax style */
	#query_all_content .box_search_title {
		background-color: #F5F5F5;
		color: #3D3D3D;
		padding:2px 5px;
		font-size: 8pt;
	} 
	#query_all_content .box_search_type {
		color: #000000;
		padding:0px 5px;
		font-size: 10pt;
		border-bottom: 3px SOLID #F0F5FF;
		border-top: 3px SOLID #F0F5FF;
		background-color: #D5E5FC;
	} 
	#query_all_content .box_search_type img {
		vertical-align: middle;
		padding-right: 5px;
	} 
	#query_all_content .box_search_results {
		padding:5px 12px;
	} 
	#query_all_content .box_search_results_item_content {
		padding: 2px;
	} 
	#query_all_content .box_search_results_item_content:hover {
		background-color: #E6E6E6;
	} 
	#query_all_content .box_search_results_item {
		font-size: 9pt;
	} 
	#query_all_content .box_search_results_item_desc {
		font-size: 8pt;
		color: #747474;
	} 
	/*  */
	/* fixed style */
	#middle .box_search_title {
		color: #3D3D3D;
		padding:2px 5px;
		font-size: 8pt;
	} 
	#middle .box_search_type {
		color: #000000;
		padding:0px 5px;
		font-size: 10pt;
		border-bottom: 2px SOLID #C6DAFC;
		border-top: 2px SOLID #C6DAFC;
		background-color: #D5E5FC;
	} 
	#middle .box_search_type img {
		vertical-align: middle;
		margin:2px;
		padding: 2px;
	} 
	#middle .box_search_results {
		padding:5px 12px;
	} 
	#middle .box_search_results_item_content {
		padding: 2px;
	} 
	#middle .box_search_results_item_content:hover {
		background-color: #C6DAFC;
	} 
	#middle .box_search_results_item, #middle .box_search_results_item a {
		font-size: 9pt;
		color: #000000;
	} 
	#middle .box_search_results_item_desc {
		font-size: 8pt;
		color: #505050;
	} 
	/*  */
/* Fin Boite de recherche */

#query_all {
	float: right;
	position: absolute;
	margin-top: 24px;
	background: transparent url('../images/arrow_query.gif') no-repeat 550px 0px;
	z-index: 3400;
	display: none;
}
#query_all_content {
	width: 643px;
}
table {
	margin: auto;
}
