| 1 | p, ul { margin: 6px 0;} |
| 2 | |
| 3 | * { font-family: Verdana, Arial, Helvetica, sans-serif; } |
| 4 | body { font-size: 8pt; } |
| 5 | #main { padding: 0; } |
| 6 | |
| 7 | h1, h2, h3, h4, h5 { font-weight: bold; } |
| 8 | h1 { font-size: 140%; } |
| 9 | h2 { font-size: 120%; } |
| 10 | h3, h4, h5 { font-size: 100%; } |
| 11 | |
| 12 | li {margin-left: 1em; line-height:1.4em; } |
| 13 | p {line-height:1.4em; text-align: justify; } |
| 14 | |
| 15 | table th, table td { font-size: 100% } |
| 16 | strong {font-weight: bold;} |
| 17 | |
| 18 | fieldset {border: none; } |
| 19 | label {font-weight: bold;} |
| 20 | |
| 21 | .cell-nombre { padding-right:0px; text-align:right; } |
| 22 | .row1, .even {} |
| 23 | .row2, .odd { |
| 24 | /* box-shadow: 0px 0px 1000px #efefef; */ |
| 25 | /* background-color:#EFEFEF; */ |
| 26 | } |
| 27 | .signature {margin: 36px 0px;} |
| 28 | .info { font-size: 100%; } |
| 29 | |
| 30 | a.bouton-action, #header, #footer, #menu, form { display: none; } |
| 31 | |
| 32 | .print-only { display: block; } |
| 33 | |
| 34 | table#global-cost tr td.spaced { |
| 35 | padding-left: 25px; |
| 36 | } |
| 37 | |
| 38 | table#global-cost tr td, |
| 39 | table#global-cost tr th { |
| 40 | padding: 0px; |
| 41 | } |
| 42 | |
| 43 | table#global-cost tr th { |
| 44 | font-size: 12px; |
| 45 | } |
| 46 | |
| 47 | |
| 48 | th { |
| 49 | box-shadow: 0px 0px 10000px #ccc inset; |
| 50 | } |
| 51 | |
| 52 | .total-row th, |
| 53 | .total-row td { |
| 54 | box-shadow: 0px 0px 10000px #aaa inset !important; |
| 55 | } |
| 56 | |