#Loading {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/images/divers/transparent_bg.png) ;
	/*opacity: 0.7;*/
	/*filter:alpha(opacity=70);*/
	z-index: 10;
	display: none;
	cursor: wait;
}

#LoadingRecherche {
	font-family: Verdana, Helvetica, Courier;
	font-size: 1.4em;
	font-weight: bold;
	position: absolute;
	top: 45%;
	left: 45%;
	background: #fff;
	padding: 25px;
	/*filter:alpha(opacity=100);*/
	/*opacity: 1.0;*/
	z-index: 20;

}
.recherche_adv{
float: left;
width: 50%;
}
#LienRechercheAvancee {
float: right;
	font-size: 11px;
	padding-left: 25px;
	height: 25px;
	font-weight: bold;
	background:url(/images/divers/search_adv.png) top left no-repeat;
	cursor: pointer;	text-decoration: underline;
	margin-top: -25px;
	line-height: 22px;
}
#LienRechercheAvancee:hover {
	text-decoration: none;
	color: #379cd4;
}
#RechercheAvancee {
	padding: 2px;
	height: 100px;
}
#RechercheAvancee h2 {
	font-size: 9pt;
	color : #005CB4;
	margin: 4px 0px 1px 0px;
}
#BoxSection {
	float: left;
	width: 60%;
}
#BoxOP {
	float: left;
	width: 39%;
}      

#RechercheStatus {
	padding: 7px 0px 7px 0px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

#Recherche {
	width: 365px;
}

#ResultatsStatus {
	text-align: right;
}

#Resultats a:link, #Resultats a:visited, #Resultats a:active {
	color: #000;
}
#Resultats a:hover {
	text-decoration: underline;
	cursor: pointer;

}
#Resultats img {
	float: right;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border: solid 1px #bac7d3;
	padding: 1px;
	margin-left: 8px;
}

#Order {
	float: left;
}

.item {
	border: solid 1px #fff;
	padding: 15px 5px 15px 5px;
	margin: 0px;
	min-height: 40px;
	height: auto;
	border-top: dotted 1px #bac7d3;
	line-height: 1.6em;
}
.item:hover {
	background: #f8fbfd;
	cursor: pointer;

}
.item h4 {
	padding: 0px;
	background: none;
	font-weight: normal;
	font-size: 0.8em;
	margin: 0px;
}
.item b, .item strong {
	padding: 0px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.item h5 {
	background: #fff8ab;
	color: #e08400;
	padding: 3px;
	display: inline;
	font-size: 1.0em;
}

#RechercheNavTop, #RechercheNavBottom {
	border: solid 1px #bac7d3;
	padding: 8px;
	margin-bottom: 10px;
	text-align: center;
	display: none;
	background: #F3F5F7;
}
#Navigation {
	font-size: 1em;
}
#Navigation .pageselector {
	display: inline;
	border: solid 1px #bac7d3;
	background: #fff;
	padding: 2px 5px 2px 5px;
	margin: 3px;
}
#Navigation .pageselector:hover {
	background: #F3F5F7;
	cursor: pointer;
}
#Navigation .pageselector_highlight {
	display: inline;
	border: solid 1px #bac7d3;
	background: #05417c;
	padding: 2px 5px 2px 5px;
	margin: 3px;
	font-weight: bold;   
	color: #fff;  
}

/* Quick search */

#quickresult {
	position: absolute;
	margin-top: 35px;
	padding-left: 3px;
	padding-bottom: 5px;
	background: #D8EAF1;
	border: solid 2px #4A4A4A;
	width: 450px;
	left: 50%;
	padding: 0px;
	text-align: left;
	display: none;
	opacity: 0.95;
	z-index: 10;
}
#quickresulttitlebar {
	background: #4A4A4A;
	height: 20px;
	border-bottom: solid 2px #D1E624;
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 3px;
}
#quickresulttitlebar:hover {
	cursor: pointer;
}
#closebutton {
	float: right;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 13px;
	top: -13px;
}
#closebutton:hover {
	cursor: pointer;
	position: relative;
	top: -12px;
	left: 14px;
}
#quickresultcontent {
	padding-left: 3px;
	padding-bottom: 5px;
}
#quickresult .item {
	border: 0px;
	margin: 0px;
	padding: 5px;
	font-size: 90%;
}
#quickresult .item a:link, #quickresult .item a:visited, #quickresult .item a:active {
	color: #0a7cbd;
}
#quickresult:hover {
	opacity: 1.0;	
}
#quickresult .item img {
	height: 50px;
	float: left;
	padding-right: 5px;
}
#quickresult .item img:hover {
	height: 100px;
}
#quickresult .item h4 {
	font-size: 10px;
}
#autresresultats {
	padding: 5px;
	padding-right: 10px;
	text-align: right;
}
#autresresultats a:link, #autresresultats a:visited, #autresresultats a:active {
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, Courier;
	color: #000;
	font-weight: bold;
}
#autresresultats a:hover {
	text-decoration: underline;
}
