| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- 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;
- }
- .bordurecentre
- {
- border-right: gray thin solid;
- border-top: gray thin solid;
- border-left: gray thin solid;
- border-bottom: gray thin solid;
- text-align:center;
- }
- #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 1px solid;
- border-top: #ffd700 1px solid;
- border-left: #ffd700 1px solid;
- border-bottom: #ffd700 1px solid;
- }
- #catouche
- {
- margin-top: 10px;
- font-size: smaller;
- font-family: Arial;
- }
- #listeagentscg
- {
- width:100%;
- }
- #listeagentsaide
- {
- width:100%;
- }
|