/* navRecherche ////////////////////////////////////////////////////////////////////////////// */

#navRecherche                         {  
                                        border: 1px solid #515151;
                                        }
                                        
#navRecherche  td                     {   background: #ededed; 
                                        color: #000000;
                                        padding: 0; 
                                        }

#navRecherche a,
#navRecherche a:link,
#navRecherche a:focus {                 
	display: block; 
	border-left: 1px dotted #767c79; 
	background: #ffffff; 
	padding: 13;
	color: #000000;  
	text-align: center; 
	text-decoration: none;
	font-weight: bold;
	}
                                        
#navRecherche  a:hover                {   background: #E9F0F7;
                                        color:#000000;
                                        }
                                                                              
#navRecherche  .title td              {   border-bottom: 1px solid #515151;     
                                        background: #126CA9; 
                                        color: #ffffff;
                                        font-weight: bold;
                                        }
                                        
#navRecherche .title .pad             {   padding: 3;
                                        }
                                        
#navRecherche  .title .edit           {   border-left: 1px dotted #515151; 
                                        background: #cccccc; 
                                        text-align: center; 
                                        }
#navRecherche .title a,
#navRecherche .title a:link,
#navRecherche .title a:focus {         
	display: block; 
	border-left: 1px dotted #ffffff; 
	background: #4290C5; 
	padding: 3px;
	color: #ffffff;  
	text-align: center; 
	text-decoration: none;
	font-weight:normal; 
	}
                                        
#navRecherche  .title a:hover         {   background: #62A7D6; 
                                        color:#000000;
                                        }
       
#navRecherche .pad                    {   padding: 3;
                                        }
                                                                                
#navRecherche  .separator td          {   border-bottom: 1px dotted #515151; 
                                        padding: 0;
                                    
                                        }
                                               
#navRecherche .separator .pad         {   padding: 3; 
                                        }
										
#navRecherche .noa a,
#navRecherche .noa a:link,
#navRecherche .noa a:focus {            
	display: inline; 
	border-left: 0px; 
	background: transparent; 
	padding: 3px;
	color: #0030FF;  
	text-decoration: none;
	}      

#navRecherche .collapse               {   
	display: block; 
	border-left: 0px; 
	border-right: 0px; 
	border-top:  1px dotted #767c79; 
	border-bottom:  1px dotted #767c79; 
	color: #ffffff;  
	padding: 3px;
	color: #333;  
	text-decoration: none;
	}   
                                                     
/* navRecherche ////////////////////////////////////////////////////////////////////////////// */