﻿/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/***************************************** Bonton Questionnaires  *************************************/
/****************** utilise UIControls/ConseillerVirtuel/ListeQuestionnaires.ascx *********************/
/**/ 
/**/ 
/**/ #questionnaires /*Table utilisée pour mettre en forme le bouton
/**/ {
/**/     margin:0;
/**/     margin-top:5px;
/**/     padding:0;
/**/     color:#006fa6;
/**/     border-collapse:collapse;
/**/ }
/**/ 
/**/ html>body #questionnaires  /*pour rendre compatible IE et Firefox*/
/**/ {
/**/     width: auto;
/**/     min-width: 107px;
/**/ } 
/**/ 
/**/ #questionnaires td 
/**/ {
/**/     margin:0;
/**/     padding:0;
/**/ }
/**/ 
/**/ #questionnaires_gauche /*coté gauche de la barre avec le logo*/
/**/ {
/**/     background-image:url("/comparer.images/logo_conseillerVirtuel_gauche.gif");
/**/     background-repeat:no-repeat;
/**/     background-color:white;
/**/     height:40px;
/**/     width:39px;
/**/ }
/**/ #questionnaires_milieu /*milieu de la barre ou apparaissent les différents questionnaires*/
/**/ {
/**/     background-image:url("/comparer.images/logo_conseillerVirtuel_milieu.gif");
/**/     background-repeat:repeat-x;
/**/     background-color:white;
/**/ }
/**/ #questionnaires_droite /*coté droit de la barre*/
/**/ {
/**/     background-image:url("/comparer.images/logo_conseillerVirtuel_droite.gif");
/**/     background-repeat:no-repeat;
/**/     background-color:white;
/**/     width:5px;
/**/ }
/**/ 
/**/ .questionnaires_datalist_item /*la liste de tout les questionnaires*/
/**/ {
/**/     font-size :.8em;
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#006fa6;
/**/ }
/**/ 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/******************************* Historique des filtres selectionnés  *********************************/
/************************* utilise UIControls/Navigation/CFullNavBar.ascx *****************************/
/**/ .navBar
/**/ {
/**/ 	padding-left:5px;
/**/ 	padding-top:10px;
/**/ }
/**/ 
/**/ .navbar_categories /*pour les catégories*/
/**/ {
/**/     font-size :.8em;
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#006fa6;
/**/ }
/**/ 
/**/ .navbar_familles /*pour les familles*/
/**/ {
/**/     font-size :.8em;
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#006fa6;
/**/ }
/**/ 
/**/ .navbar_derFilter /*pour le dernier filtre*/
/**/ {
/**/     font-size :.8em;
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#ff7800;
/**/ }
/**/ 
/**/ .navbar_filter /*pour les filtres*/
/**/ {
/**/     font-size :.8em;
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#006fa6;
/**/ }
/**/ 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*************************************** Bonton Recherche Experte  ************************************/
/**/ 
/**/ #rechercheExperte /*Table utilisée pour mettre en forme le bouton
/**/ {
/**/    border-collapse:collapse;
/**/    margin-top:5px;
/**/ }
/**/ 
/**/ #rechercheExperte td
/**/ {
/**/     margin:0;
/**/     padding:0;
/**/ }
/**/ #rechercheExperte a
/**/ {
/**/     font-size :.8em;
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#006fa6;
/**/ }
/**/ 
/**/ #rechercheExperte_gauche /*coté gauche de la barre avec le logo*/
/**/ {
/**/     background-image:url("/comparer.images/logo_rechercheExperte_gauche.gif");
/**/     background-repeat:no-repeat;
/**/     background-color:white;
/**/     height:40px;
/**/     width:39px;
/**/ }
/**/ #rechercheExperte_milieu /*milieu de la barre ou apparait le lien*/
/**/ {
/**/     background-image:url("/comparer.images/logo_rechercheExperte_milieu.gif");
/**/     background-repeat:repeat-x;
/**/     background-color:white;
/**/     vertical-align:middle;
/**/ }
/**/ #rechercheExperte_droite /*coté droit de la barre */
/**/ {
/**/     background-image:url("/comparer.images/logo_rechercheExperte_droite.gif");
/**/     background-repeat:no-repeat;
/**/     background-color:white;
/**/     width:5px;
/**/ }
/**/ 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/******************************** Affiche le nombre de produit restant  *******************************/
/************************** utilise UIControls/Navigation/CproductNumber.ascx *************************/
/**/ 
/**/ #nombreProduits
/**/ {
/**/     margin:5px;
/**/     font-size :.8em;
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#006fa6;
/**/ }
/**/ 
/**/ .nombreProduits_chiffre
/**/ {
/**/     color:#ff7800;
		font-size:1.7em;
/**/ }
/**/ 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*********************************** Affiche le tableau de resultats  *********************************/
/*** utilise UIControls/ResultSearch/CFamilyResult.ascx et UIControls/ResultSearch/CResultVtri.ascx ***/
/**/ 
/**/ #resultats
/**/ {
/**/     width:600px;
/**/ }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/**/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/************************* Haut du tableau ou l'on peut changer l'ordre de tri ************************/ 
/**/ 
/**/ #resultats_haut
/**/ {
/**/     margin:5px;
/**/     font-size :.7em;
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#006fa6;
/**/     
/**/ }   
/**/ 
/**/ #resultats_haut a
/**/ {
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#006fa6;
/**/ }   
/**/ 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/**/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/****************************** Lien pour comparer les x premiers resultat ****************************/
/**/
/**/ .lnkComparerRapide a
/**/ {
/**/     font-size :.7em;
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#006fa6;
/**/ }
/**/ 
/**/ .lnkComparerRapide
/**/ {
/**/     
/**/     height:20px;
/**/     padding-left: 23px;
/**/     background-image:url("/comparer.images/logo_comparer5Produits.gif");
/**/     background-repeat:no-repeat;
/**/     background-color:white;
/**/ }
/**/ html>body .lnkComparerRapide
/**/ {
/**/     padding-top:3px;
/**/     padding-right:0px;
/**/     margin-right:0px;
/**/ }
/**/ 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/**/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/************************************ Lien pour lancer la comparaison *********************************/
/**/ 
/**/ .btnLanceComparaison a
/**/ {
/**/     font-size :.7em;
/**/     font-family: "arial" , verdana, sans-serif;
/**/     font-weight: bold;
/**/     color:#ff7800;
/**/ }
/**/ 
/**/ .btnLanceComparaison
/**/ {
/**/     padding-bottom:5px;
/**/     padding-left: 20px;
/**/     background-image:url("/comparer.images/logo_comparer.gif");
/**/     background-repeat:no-repeat;
/**/     background-color:white;
/**/ }
/**/ 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/**/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/******************************* Le tableau de resultat à proprement parlé ****************************/
 #tableauDeResultats
 {
     width:90%;
     background-image:url("/comparer.images/TabResultTM.jpg");
     background-repeat:repeat-x ;
     background-color:white;
     border-collapse:collapse;
     margin-left:10px;
 }
 
 #tableauDeResultats_titre /*La ligne de titre du tableau*/
 {
     font-size :.8em;
     font-family: "arial" , verdana, sans-serif;
     font-weight: bold;
     color:#006fa6;
     text-align:center;
     height:31px;
     vertical-align:middle;
       
 }
 
 #tableauDeResultats_titre td
 {
    padding:0;
    
 }
 
 .tableauDeResultats_titre_descritpion
 {
     border-left:solid 1px #b4aea9;
 }
 .tableauDeResultats_titre_prix
 {
     width:80px;
     border-left:solid 1px #b4aea9;
 }

 

.tableauDeResultats_titre_selection
{
		background-position:right top ;
		border-left:solid 1px #b4aea9;
		background-image:url("/comparer.images/TabResultTR.jpg");
		background-repeat:no-repeat;


	}

 .tableauDeResultats_titre_photo
 
{
		background-image:url("/comparer.images/TabResultTL.jpg");
		background-repeat:no-repeat;
     text-align:center;   
 }
 
 .tableauDeResultats_ligne /*Un ligne quelconque du tableau*/
 {
     font-size :.75em;
     font-family: "arial" , verdana, sans-serif;
     color:#006fa6;
     font-weight: bold;
     text-align:center;
 }
 
 
 .tableauDeResultats_colonne_selectionner /*La colonne du talbeau affichant la case à cocher*/
 
{
     border-right:solid 1px #b4aea9;
width:70px;
 }
 .tableauDeResultats_colonne_prix /*La colonne du talbeau affichant la case à cocher*/
 
{
 } 
 
 .tableauDeResultats_colonne_descritpion /*La colonne du talbeau affichant la description du produit*/
 {
     text-align:left;
     
     padding:10px;
     font-weight:normal;
     color:Black;
	 margin:0;
 }
 
 .tableauDeResultats_colonne_descritpion a /*La colonne du talbeau affichant la description du produit*/
 
 {
 	color:#006ba5;
 }
 
 .tableauDeResultats_colonne_photo /*La colonne du talbeau affichant la photo du produit*/
 
{
	border-left:solid 1px #b4aea9;
     width:50px;
     text-align:center;
 }
 
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/**/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/****************************************** Le pied du tabelau ****************************************/

 .indexBasDePage
 
{
			width:100%;
     font-size :.9em;
     font-family: "arial" , verdana, sans-serif;
     color:#006fa6;
     font-weight: bold;
     text-align:center;
     margin-left:10px;
     height:32px;
     text-align:center;
 }
 
 .indexBasDePage a
 {
     font-family: "arial" , verdana, sans-serif;
     color:#006fa6;
     font-weight: bold;
     text-align:center;
     text-decoration:none;
   
 }
 
 .pager td a img /*Le pager*/
 {
     border:none;
 }
 .pager
 {
     margin:auto;
 }
 .TabResFooterTable
{
	 width:600px;
     background-image:url("/comparer.images/TabResultBM.jpg");
     background-repeat:repeat-x ;
     background-color:white;
     border-collapse:collapse;
     margin-left:10px;
	}
 .TabResFooterTdLeft
{
	 background-image:url("/comparer.images/TabResultBL.jpg");
	 background-repeat:no-repeat ;
	 height:31px;
	 width:50px;
	} 
	.TabResFooterTdRight
{
	 background-image:url("/comparer.images/TabResultBR.jpg");
	 background-repeat:no-repeat ;
	 background-position: right top;
	 height:31px;
	 width:70px;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

