<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

@page{
    size: a4;
    margin: 2cm;
    orphans: 4;
    windows: 2;
}

#header{
    display: none;
}

#menu
{
    display: none;
}

#content a{
    text-decoration: underline;
    color: blue;
}

#left_col
{
    display: none;
}


#content table{
    border-collapse:collapse;
    page-break-inside: avoid;
}

#content td{
    border: 1px solid black;
    padding:3px;
}

#content th{
    border: 1px solid black;
    background-color: gainsboro;
    padding:3px;
}

#greyZone{
    display: none;
}

#ajaxLoader{
    display: none;
}

h1{
    text-align: center;
}

h2,h3,h4,h5,h6{
    page-break-after: avoid;
}

p{
    page-break-inside: avoid;
}

#footer{
    margin-top: 1cm;
    page-break-before: avoid;
    page-break-inside: avoid;
}

#footer p{
    margin: 0cm;
}

#footer table{
    border: 1pt solid black;
    font-size: 8pt;
    height: 1cm;
    width: 100%;
}

#footer table tr td#web_development a{
    text-decoration: none;
}

#content .journal th:nth-of-type(1),#content .journal td:nth-of-type(1){
  width: 20px;
}

#content .journal th:nth-of-type(2), #content .journal th:nth-of-type(3),#content .journal td:nth-of-type(2), #content .journal td:nth-of-type(3){
  width: 80px;
  text-align: center;
}

#content .journal th:nth-of-type(5),#content .journal th:nth-of-type(6),#content .journal td:nth-of-type(5),#content .journal td:nth-of-type(6){
  width: 60px;
  text-align: center;
}
#content .journal th:nth-of-type(4),#content .journal td:nth-of-type(4){
  width: 240px;
  text-align: center;
}

#content .bilan tr td:nth-of-type(1), #content .bilan tr td:nth-of-type(3){
  	width:140px;
        border-left:none;
        border-right:none;
        text-align: left;
}

#content .bilan tr td:nth-of-type(2){
  	width:140px;
        border-left:none; 
        text-align: right;
}

#content .bilan tr td:nth-of-type(4){
  	width:140px;
        border-left:none;
        border-right:none;
        text-align: right;
}

#content .bilan tr:first-of-type td:nth-of-type(1){
 	width: 140px; 
  	text-align: left;
        border-top:none;
}

#content .bilan tr:first-of-type td:nth-of-type(2){
 	width: 280px; 
  	text-align: center;
        border-right: none;
        border-top:none;
}

#content .bilan tr:first-of-type td:nth-of-type(3){
 	width: 140px; 
  	text-align: right;
        border-top:none;
}

#content .bilan tr:last-of-type td{
  	border-top:4px double black;
}

#content .compte tr td:nth-of-type(1), #content .compte tr td:nth-of-type(3){
  	width:50px;
        border-left:none;
        border-right:none;
        text-align: left;
}

#content .compte tr td:nth-of-type(2){
  	width:50px;
        border-left:none; 
        text-align: right;
}

#content .compte tr td:nth-of-type(4){
  	width:50px;
        border-left:none;
        border-right:none;
        text-align: right;
}

#content .compte tr:first-of-type td:nth-of-type(1){
 	width: 50px; 
  	text-align: left;
        border-top:none;
}

#content .compte tr:first-of-type td:nth-of-type(2){
 	width: 100px; 
  	text-align: center;
        border-right: none;
        border-top:none;
}

#content .compte tr:first-of-type td:nth-of-type(3){
 	width: 50px; 
  	text-align: right;
        border-top:none;
}

#content .compte tr:last-of-type td{
  	border-top:4px double black;
}

#content .double_compte{
    width: 280px;
    border:none;
}

.red{
    color:red;
}

.green{
    color: green;
}


</pre></body></html>