<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
/**
 * styles pour l'impression
 **/

/*******************************************************************************
 *   _          _     __   __   ___    _   _   _____   
 *  | |        / \    \ \ / /  / _ \  | | | | |_   _|  
 *  | |       / _ \    \ V /  | | | | | | | |   | |    
 *  | |___   / ___ \    | |   | |_| | | |_| |   | |    
 *  |_____| /_/   \_\   |_|    \___/   \___/    |_|    
 *
 ******************************************************************************/
body, div, th, td { color: #000; }
#header, #footer { display: none; }


/*******************************************************************************
 *   _____     _      ____    _      _____   ___  
 *  |_   _|   / \    | __ )  | |    | ____| / __) 
 *    | |    / _ \   |  _ \  | |    |  _|   \__ \ 
 *    | |   / ___ \  | |_) | | |__  | |___   __) )
 *    |_|  /_/   \_\ |____/  |____| |_____| |___/ 
 *
 ******************************************************************************/
/* fiche */
.dform { background: none; }
.dform-title { background: none; padding: 0px !important; margin: 5px 0px 0px; }
.tfiche td { border: 1px solid #999; }
.tfiche td.colg { width: 230px; }

.tliste-ctc, .tliste-obs { margin:0; }
.tliste-ctc { border: 1px solid #999; }
.tliste-ctc td, .tliste-obs td { padding: 5px 2px; }
.tliste-obs td { border: 1px solid #999; }
.tliste-obs td.date { width: 170px; }
.tliste-ctc tr.bottom-contact td { border-bottom: 1px solid #999; }

/* liste */
.tliste-cell { page-break-before: always; page-break-after: avoid; background: none; }
.tliste-cell th { display: none; }
.tliste-cell tr.entete td { 
	padding: 15px 5px 5px;
	font-weight: bold;
}
.tliste-cell tr.more-infos { display: table-row;  }
.tliste-cell tr.more-infos td { padding: 0; }
.t_more { margin: 0px 0px 0px 0px; border: 1px solid #999; }
.t_more td { 
	padding: 5px 0px 5px 5px !important; 
	border-bottom: 1px solid #999 !important;
}

/*******************************************************************************
 *   __  __   _   ___     ___ 
 *  |  \/  | |_| / __|   / __|
 *  | |\/| | | | \__ \  | |   
 *  | |  | | | |  __) | | |__ 
 *  |_|  |_| |_| |___/   \___|                               
 * 
 ******************************************************************************/
.icon, .tip, .icon-desc, .icon-asc, .action, .submenu { display: none; }
.pagination { page-break-before: avoid; }
.print-break-before { page-break-before: always; }
.avoid-page-break-inside { page-break-inside: avoid; }
.state-toggle-close { display: none; }
.toggle-fiche { display: none; }
.donotprint { display: none; }</pre></body></html>