/*** CLIENTS ***/

#clients {
	width: 192px;
	padding-bottom: 7px;
	height: 420px;
	position: relative;
}
	
	#clients h2 {
		background: #1D344E;
		font-weight: normal;
		padding: 5px 10px;
		border-bottom: none;
	}
	
	#clients #cli_list_content {
		overflow: hidden;
		height: 360px;
		padding-bottom: 0;
		padding-left: 7px;
		padding-right: 28px;
		padding-top: 0;
		margin-top: 10px;
	}
	
		#clients #cli_list_content ul#cli_list {
		}
		
			#clients #cli_list_content ul#cli_list li {
				padding: 3px 0;
				font-size: 10px;
				height: 12px;
				cursor: pointer;
				overflow: hidden;
			}
		
				#clients #cli_list_content ul#cli_list li a {
					text-decoration: none;
				}
				
				#clients #cli_list_content ul#cli_list li a:hover {
					font-weight: bold;
				}
			
	#clients ul#cli_opt {
		padding-top: 2px;
		border-top: 1px solid #FFFFFF;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 172px;
		background: #1D344E;
		padding: 5px 10px;
	}
	
		#clients ul#cli_opt li {
			cursor: pointer;
		}
		
		#clients ul#cli_opt li#cli_afficher {
			margin-right: 5px;
		}
	
			#clients ul#cli_opt li a {
				text-decoration: none;
			}
			
			#clients ul#cli_opt li a:hover {
			}
			
			#clients ul#cli_opt li#cli_afficher a {
			}
			
			#clients ul#cli_opt li#cli_afficher a:hover {
				text-decoration: underline;
			}
			
			#clients ul#cli_opt li#cli_afficher img {
				margin-left: 5px;
			}
			
			#clients ul#cli_opt li#cli_afficher ul {
				position: absolute;
				left: 7px;
				top: 21px;
				z-index: 950;
				background: #D3E0F4;
				border: 1px solid #1D344E;
				display: none;
			}
			
				#clients ul#cli_opt li#cli_afficher ul li {
					padding: 2px 5px;
				}
				
					#clients ul#cli_opt li#cli_afficher ul li a {
						text-decoration: none;
					}
					
					#clients ul#cli_opt li#cli_afficher ul li a:hover {
					}
					
				#clients ul#cli_opt li#cli_afficher ul li#cli_afficher_selected {
					background: #3F78B9;
				}
	
	#clients img#scroll_top_cli {
		position: absolute;
		top: 35px;
		right: 10px;
		cursor: pointer;
	}
	
	#clients img#scroll_bottom_cli {
		position: absolute;
		bottom: 35px;
		right: 10px;
		cursor: pointer;
	}

/*** RECHERCHE ***/

#recherche {
	height: 298px;
	margin-left: 204px;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 60px;
	padding-bottom: 0;
	z-index: 10;
}
	
	#recherche ul#liste_h2 {
		z-index: 12;
		position: absolute;
		right: 6px;
		top: -25px;
		margin-bottom: -5px;
		width: 442px;
	}
	
		#recherche ul#liste_h2 li {
			float: right;
			font-size: 12px;
			font-weight: bold;
			margin-left: 6px;
			position: relative;
			border: 1px solid #224681;
			padding-top: 4px;
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: 5px;
		}
		
		#recherche ul#liste_h2 li#liste_h2-select {
			border-bottom: 1px solid #FDFEFE;
			background: #DAE5F6 url(../../img/bg_tab_actif.gif) repeat-x left bottom;
		}
		
			#recherche ul#liste_h2 li h2 {
				position: relative;
				right: 0;
				top: 0;
				background: none;
				height: auto;
				font-size: 12px;
				border: none;
				padding: 0;
			}
			
				#recherche ul#liste_h2 li h2 a {
					text-decoration: none;
					background: none;
					padding-top: 4px;
					padding-left: 11px;
					padding-right: 11px;
					padding-bottom: 5px;
					margin-left: -10px;
					margin-right: -10px;
					white-space: nowrap;
					cursor: pointer;
					height: 20px;
				}
				
				#recherche ul#liste_h2 li h2 a:hover {
					text-decoration: underline;
				}
	
	#recherche table {
		width: 100%;
		margin-bottom: 0px;
	}
	
		#recherche table tr td {
			font-size: 14px;
			font-weight: bold;
			text-align: right;
			width: 240px;
			padding-bottom: 20px;
		}
		
			#recherche table tr td.tdnormal {
			}
			
				#recherche table tr td.tdnormal ul {
				}
				
					#recherche table tr td.tdnormal ul li {
						float: right;
						margin-left: 20px;
					}
					
						#recherche table tr td.tdnormal ul li input {
							width: auto;
							border: none;
						}
		
		#recherche table tr td p {
			padding: 2px 5px;
			margin: 0;
		}
		
		#recherche table tr td p#recherche_imp {
			background: url(../../img/bg_recherche_imp.gif) repeat-y right;
		}
		
		#recherche table tr td select {
			width: 200px;
			font-size: 12px;
			border: 1px solid #224681;
		}
		
		#recherche table tr td input {
			width: 88px;
			font-size: 12px;
			border: 1px solid #224681;
		}
		
		#recherche table tr td input#recherche_button {
			font-size: 11px;
			background: #1D344E url(../../img/bg_newsearch.gif) 10% no-repeat;
			border: 2px solid #FFFFFF;
			padding-bottom: 2px;
			padding-left: 40px;
			padding-right: 10px;
			padding-top: 2px;
			text-align: right;
			letter-spacing: 1px;
			width: auto;
		}
		
	#recherche p {
		text-align: right;
		margin: 8px 0;
		padding: 0;
	}
	
	#recherche p b {
	}
	
	#recherche p a {
	}

	#recherche_clients {
	}
	
		#recherche_clients form table tr td strong {
			font-weight: bold;
			font-size: 11px;
		}
		
		#recherche_clients table tr td input.inputcheckbox {
			width: auto;
			border: none;
		}
		
		#recherche_clients table tr td input#recherche_button_client {
			font-size: 11px;
			background: #1D344E url(../../img/bg_newsearch.gif) 10% no-repeat;
			border: 2px solid #FFFFFF;
			padding-bottom: 2px;
			padding-left: 40px;
			padding-right: 10px;
			padding-top: 2px;
			text-align: right;
			letter-spacing: 1px;
			width: auto;
		}
	
#directtoba {
	margin-left: 204px;
	height: 20px;
}

	#directtoba h2 {
		float: left;
		width: 100px;
		height: 12px;
		border-bottom: none;
		border-right: 3px solid #1D344E;
		padding: 4px 8px;
	}
	
	#directtoba form {
		margin-left: 100px;
	}
	
		#directtoba form table {
		}
		
			#directtoba form table tr {
			}
			
				#directtoba form table tr td {
					font-size: 10px;
					font-weight: bold;
					text-align: center;
					vertical-align: middle;
				}
				
					#directtoba form table tr td p {
						padding-left: 15px;
						padding-right: 5px;
						margin: 0;
						width: 125px;
						text-align: right;
					}
					
					#directtoba form table tr td input {
						width: 70px;
						font-size: 11px;
						border: 1px solid #224681;
						margin-left: 15px;
					}
					
					#directtoba form table tr td input#recherche_accesdirect {
						font-size: 11px;
						background: #1D344E url(../../img/bg_newsearch.gif) 10% no-repeat;
						border: 2px solid #FFFFFF;
						padding-bottom: 0px;
						padding-left: 40px;
						padding-right: 10px;
						padding-top: 0px;
						text-align: right;
						letter-spacing: 1px;
						width: auto;
					}
