﻿/* CSS de familysearch.aspx, la page de recherche avancée */


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/***************************************** La page en générale  ***************************************/
 
 
 #fsa_global
 {
     font-size :.8em;
     font-family:  verdana, sans-serif;
  
    
 }
 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.divInterrogationServeurAlt
{
	position: absolute;
	padding-top: 300px;
	padding-left: 400px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*************************************** Le tableau de selection  *************************************/

 #tblCaras
 {
     border-collapse:collapse;
     margin-left:24px;
     width:175px;
	 padding:0;
 }
 
 #tblCaras_separator
 {
     height:10px;    
     background-image:url('/comparer/comparer.images/logo_tableau_separator.gif');
     border-right:1px solid silver;
     background-repeat:no-repeat;
 }
 
 #ccaf_titreCara_gauche
 {
     width:25px;
     padding:0;
     vertical-align:middle;
     font-size:1px;
 }
 
 #ccaf_titreCara_milieu
 {
     padding: 0;
     height: 20px;
     padding-left:5px;
     font-weight:bold;
     font-size: 9px;
     color:#216373;
     background-image:url('/comparer/comparer.images/logo_onglet_droit_milieu.gif');
     background-repeat:repeat-x;   
 }
 
 #ccaf_titreCara_droite
 {
     background-image:url('/comparer/comparer.images/logo_onglet_droit_droit.gif');
     background-repeat:no-repeat;
     width:7px;
 }
 
 #ccaf_valueCara_droite
 {
     border-left:1px solid #DAF2F2;
     border-right:1px solid #DAF2F2;
     padding-left:10px;
    /*background-image:url('/comparer/comparer.images/navigation_hover.jpg');
	background-repeat:repeat-y;*/
 }
 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/******************************** Le bouton pour afficher les resultats********************************/
 
  .lancerRecherche /*Table utilisée pour mettre en forme le bouton
 {
     margin:0;
     margin-top:15px;
     padding:0;
     color:#006fa6;
     border-collapse:collapse;
     margin-bottom:10px;
     margin-left:auto;
     margin-right:auto;
/*float:right;*/
clear:both;
 }
 
 html>body .lancerRecherche /*pour rendre compatible IE et Firefox*/
 {
     width: auto;
     min-width: 107px;
 } 
 
 .lancerRecherche td 
 {
     margin:0;
     padding:0;
 }
 
 .lancerRecherche_droite /*coté droit de la barre avec le logo*/
 {
     background-image:url("/comparer/comparer.images/logo_conseillerVirtuel_result_droite.gif");
     background-repeat:no-repeat;
     background-color:white;
     height:40px;
     width:39px;
 }
 .lancerRecherche_milieu /*milieu de la barre*/
 {
     background-image:url("/comparer/comparer.images/logo_conseillerVirtuel_qSuiv_milieu.gif");
     background-repeat:repeat-x;
     background-color:white;
 }
 .lancerRecherche_gauche /*coté gauche de la barre*/
 {
     background-image:url("/comparer/comparer.images/logo_conseillerVirtuel_qSuiv_gauche.gif");
     background-repeat:no-repeat;
     background-color:white;
     width:15px;
     height:40px;
 }
 
 .lancerRecherche_texte /*texte*/
 {
     
     font-family:  verdana, sans-serif;
     font-weight: bold;
     color:#006fa6;
 }
 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


