| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- body
- {
- }
- #conteneur
- {
- margin-left:10px;
- }
- .libelle
- {
- width:350px;
- }
- #graphique
- {
- text-align: center;
- }
- #dotation
- {
- table-layout: fixed;
- border-collapse: collapse;
- }
- .typedotation
- {
- width: 160px;
-
- }
- .mtn
- {
- width:80px;
- text-align: right;
-
- }
- .mtn1
- {
- width:80px;
- text-align: right;
- }
- .bordure
- {
- border-right: gray thin solid;
- border-top: gray thin solid;
- border-left: gray thin solid;
- border-bottom: gray thin solid;
- }
- #travaux
- {
- table-layout: fixed;
- border-collapse: collapse;
- }
- .travannee
- {
- width: 50px;
- }
- .travlibelle
- {
- width:350px;
- }
- .travmontant
- {
- width:80px;
- text-align: right;
- }
- h2
- {
- background-color: #ffd700;
- }
- table
- {
- table-layout: fixed;
- border-collapse: collapse;
- }
- td
- {
- border-right: #ffd700 thin solid;
- border-top: #ffd700 thin solid;
- border-left: #ffd700 thin solid;
- border-bottom: #ffd700 thin solid;
- }
- #catouche
- {
- margin-top: 10px;
- font-size: smaller;
- font-family: Arial;
- }
|