﻿/* CSS de familysearch.aspx, la page de recherche avancée */


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/***************************************** La page en générale  ***************************************/
/**/ 
/**/ 
/**/ #fsa_global
/**/ {
/**/     font-size :.8em;
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#006fa6;
/**/ }
/**/ 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.divInterrogationServeurAlt
{
	position: absolute;
	padding-top: 300px;
	padding-left: 400px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*************************************** Le tableau de selection  *************************************/
/**/
/**/ #tblCaras
/**/ {
/**/     border-collapse:collapse;
/**/     margin-left:10px;
/**/     margin-top:15px;
/**/     width:240px;
/**/ }
/**/ 
/**/ #tblCaras_separator
/**/ {
/**/     height:10px;    
/**/     background-image:url('/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:10px;
/**/     color:#ff7800;
/**/     background-image:url('/comparer.images/logo_onglet_droit_milieu.gif');
/**/     background-repeat:repeat-x;   
/**/ }
/**/ 
/**/ #ccaf_titreCara_droite
/**/ {
/**/     background-image:url('/comparer.images/logo_onglet_droit_droit.gif');
/**/     background-repeat:no-repeat;
/**/     width:10px;
/**/ }
/**/ 
/**/ #ccaf_valueCara_droite
/**/ {
/**/     border-left:1px solid #e4ddd7;
/**/     border-right:1px solid #e4ddd7;
/**/     padding-left:10px;
/**/    background-color:#e0e6fe;
/**/ }
/**/ 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/******************************** 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.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.images/logo_conseillerVirtuel_qSuiv_milieu.gif");
/**/     background-repeat:repeat-x;
/**/     background-color:white;
/**/ }
/**/ .lancerRecherche_gauche /*coté gauche de la barre*/
/**/ {
/**/     background-image:url("/comparer.images/logo_conseillerVirtuel_qSuiv_gauche.gif");
/**/     background-repeat:no-repeat;
/**/     background-color:white;
/**/     width:15px;
/**/     height:40px;
/**/ }
/**/ 
/**/ .lancerRecherche_texte /*texte*/
/**/ {
/**/     
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#006fa6;
/**/ }
/**/ 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


