@charset "UTF-8";

/*** GRATUIT - PROMO ***/

#promo_gratuit {
	width: 192px;
	height: 90px;
}

	#promo_gratuit h2 {
	}
	
	#promo_gratuit p {
		padding: 8px 10px;
		text-align: center;
		color: #1D344E;
		font-size: 12px;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		background: #D3E0F4;
	}
	
		#promo_gratuit p strong {
			font-weight: bold;
			clear: both;
		}
		
		#promo_gratuit p a {
			display: block;
		}
		
		#promo_gratuit p a:hover {
			font-weight: bold;
		}

/*** CATEGORIES ***/

#categories {
	width: 192px;
	padding-bottom: 7px;
	height: 318px;
	position: relative;
	margin-top: 40px;
	margin-left: -199px;
}
	
	#categories h2 {
		font-weight: normal;
		padding: 5px 10px;
		font-weight: bold;
	}
	
	#categories #cat_list_content {
		overflow: hidden;
		height: 258px;
		padding-bottom: 0;
		padding-left: 7px;
		padding-right: 28px;
		padding-top: 0;
		margin-top: 10px;
	}
	
		#categories #cat_list_content ul#cat_list {
		}
		
			#categories #cat_list_content ul#cat_list li {
				padding: 3px 0;
				font-size: 10px;
				height: 12px;
				cursor: pointer;
				overflow: hidden;
			}
		
				#categories #cat_list_content ul#cat_list li a {
					text-decoration: none;
				}
				
				#categories #cat_list_content ul#cat_list li a:hover {
					font-weight: bold;
				}
			
	#categories ul#cat_opt {
		padding-top: 2px;
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 172px;
		padding: 5px 10px;
	}
	
		#categories ul#cat_opt li {
			cursor: pointer;
		}
		
		#categories ul#cat_opt li#cat_afficher {
			margin-right: 5px;
		}
	
			#categories ul#cat_opt li a {
				text-decoration: none;
			}
			
			#categories ul#cat_opt li a:hover {
			}
			
			#categories ul#cat_opt li#cat_afficher a {
			}
			
			#categories ul#cat_opt li#cat_afficher a:hover {
				text-decoration: underline;
			}
			
			#categories ul#cat_opt li#cat_afficher img {
				margin-left: 5px;
			}
			
			#categories ul#cat_opt li#cat_afficher ul {
				position: absolute;
				left: 7px;
				top: 21px;
				z-index: 950;
				display: none;
			}
			
				#categories ul#cat_opt li#cat_afficher ul li {
					padding: 2px 5px;
				}
				
					#categories ul#cat_opt li#cat_afficher ul li a {
						text-decoration: none;
					}
					
					#categories ul#cat_opt li#cat_afficher ul li a:hover {
					}
					
				#categories ul#cat_opt li#cat_afficher ul li#cat_afficher_selected {
				}
	
	#categories img#scroll_top {
		position: absolute;
		top: 35px;
		right: 10px;
		cursor: pointer;
	}
	
	#categories img#scroll_bottom {
		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;
			padding-top: 4px;
			padding-left: 10px;
			padding-right: 10px;
			padding-bottom: 5px;
		}
		
		#recherche ul#liste_h2 li#liste_h2-select {
		}
		
			#recherche ul#liste_h2 li h2 {
				position: relative;
				right: 0;
				top: 0;
				height: auto;
				font-size: 12px;
				padding: 0;
			}
			
				#recherche ul#liste_h2 li h2 a {
					text-decoration: 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: 15px;
		}
		
			#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;
						}
		
		#recherche table tr td p {
			padding: 2px 5px;
			margin: 0;
		}
		
		#recherche table tr td p#recherche_imp {
		}
		
		#recherche table tr td select {
			width: 200px;
			font-size: 12px;
		}
		
		#recherche table tr td input {
			width: 88px;
			font-size: 12px;
		}
		
		#recherche table tr td input#recherche_button {
			font-size: 11px;
			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 {
		display: none;
	}
	
		#recherche_clients form table tr td strong {
			font-weight: bold;
			font-size: 11px;
		}
		
		#recherche_clients table tr td input.inputcheckbox {
			width: auto;
		}
		
		#recherche_clients table tr td input#recherche_button_client {
			font-size: 11px;
			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;
		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;
						margin-left: 15px;
					}
					
					#directtoba form table tr td input#recherche_accesdirect {
						font-size: 11px;
						padding-bottom: 0px;
						padding-left: 40px;
						padding-right: 10px;
						padding-top: 0px;
						text-align: right;
						letter-spacing: 1px;
						width: auto;
					}
