#navigation FORM {

	width : 207px;
	min-height : 62px;
	-height : 62px;
	position : relative;
	float : left;
	left : 17px;
	background : url(../img/fond_form_rech.png) right top no-repeat ;
	
}

	#navigation FORM DIV {

		position : relative;
		left : 18px;
		color : #939CA0;
		
	}
	
		#navigation FORM LABEL {color : #939CA0;}
		
		#navigation FORM INPUT.text {
		
			width : 120px;
			padding : 1px 2px;
			
			
		}
		
		#navigation FORM INPUT.submit ,#boutonrecherche{
		
			width : 47px;
			height : 32px;
			position : relative;
			-top : 5px;
			background : url(../img/go.png) right top no-repeat ;
			
			
		}
	
	#navigation  DL {
		
		width : 207px;
		padding : 0 0 27px 0;
		position : relative;
		float : left;
		left : 17px;
		font-size : 13px;
		background : url(../img/pied_bloc_nav.png) right bottom no-repeat;
		-background : url(../img/pied_bloc_nav.gif) right bottom no-repeat;
			
	}
	
	
	#navigation  DT, #navigation  DD  {
		
		
		width : 207px;
		float : left;
		position : relative;
		display : block;
		background : url(../img/fond_bloc_nav.png) right top repeat-y ;
			
	}
	
	#navigation DT {
	
		width : 193px;
		padding : 2px 0  2px 14px;
		font-size : 16px;
		font-weight : bold;
		color : #2872DD;
			
	}
	
	#navigation DT.haut_bloc_nav { 
	
		background : url(../img/haut_bloc_nav.png) right top no-repeat;
		-background : url(../img/haut_bloc_nav.gif) right top no-repeat;
		
	}
	
		#navigation  DD IMG  { float : left; margin: 4px 0 0 0; position : relative; left : 4px;}
		
			#navigation  DD UL {
			
				float : right;
				width : 124px;
				margin: 4px 0 0 0;
				font-size : 10px;
				font-weight : bold;
					
			}
			
			#navigation  DD LI { width : 110px; }
			
				#navigation  DD LI A {
				
					display : block;
					padding : 0 0 0 7px;
					text-decoration : none;
					color : #a6a6a6;
						
				}
				
				#navigation  DD LI A:hover  { color : #2872DD;background : url(../img/puce_nav.gif) left 4px no-repeat ;}
					
		
	
