﻿/* CSS of familysearch.aspx, page of advanced search */


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/***************************************** La page en générale  ***************************************/
 
 
 #fsa_global
 {
     font-size :1em;
     font-family:  verdana, sans-serif;    
 }
 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.divInterrogationServeurAlt
{
	position: absolute;
	padding-top: 300px;
	padding-left: 400px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*************************************** Le tableau de selection  *************************************/

 #tblCaras
 {
     border-collapse:collapse;
     margin-left:0px;
     margin-top:15px;
     width:185px;
	 padding:0;
	 background: transparent url('/site_images/selector/left_menu_middle.gif') repeat-y scroll top left;
 }
 
#tblCaras tr.toprow
 {
    height:10px;
    background: transparent url('/site_images/selector/left_menu_top.gif') no-repeat scroll top left;    
 }
#tblCaras tr.toprow td
 { 
border-bottom:1px dashed #B4AEA9;
font-family:Arial;
font-size:1.3em;
font-weight:bold;
padding:3px 0 0;
text-align:center;
 }
 #ccaf_titreCara_gauche
 {
     width:20px;
     padding:0 0 0 5px;
     vertical-align:middle;
     font-size:1px;
 }
 
 #ccaf_titreCara_milieu /*caption of search-propery */
 {
     padding:0;
     height:20px;
     padding-left:5px;
	 font-weight:bold;
	 font-size :1.1em;
 }
 
 #tblCaras tr.values
 {
    border-bottom: solid 1px #B4AEA9;
 }
 
 #tblCaras tr.bottomrow
 {
    height:10px;
    background: transparent url('/site_images/selector/left_menu_bottom.gif') no-repeat scroll bottom left;    
 }
 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


