| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- 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;
- }
|