fichecollege.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. body
  2. {
  3. }
  4. #conteneur
  5. {
  6. margin-left:10px;
  7. }
  8. .libelle
  9. {
  10. width:350px;
  11. }
  12. #graphique
  13. {
  14. text-align: center;
  15. }
  16. #dotation
  17. {
  18. table-layout: fixed;
  19. border-collapse: collapse;
  20. }
  21. .typedotation
  22. {
  23. width: 160px;
  24. }
  25. .mtn
  26. {
  27. width:80px;
  28. text-align: right;
  29. }
  30. .mtn1
  31. {
  32. width:80px;
  33. text-align: right;
  34. }
  35. .bordure
  36. {
  37. border-right: gray thin solid;
  38. border-top: gray thin solid;
  39. border-left: gray thin solid;
  40. border-bottom: gray thin solid;
  41. }
  42. .bordurecentre
  43. {
  44. border-right: gray thin solid;
  45. border-top: gray thin solid;
  46. border-left: gray thin solid;
  47. border-bottom: gray thin solid;
  48. text-align:center;
  49. }
  50. #travaux
  51. {
  52. table-layout: fixed;
  53. border-collapse: collapse;
  54. }
  55. .travannee
  56. {
  57. width: 50px;
  58. }
  59. .typetravaux
  60. {
  61. width:80px;
  62. }
  63. .travlibelle
  64. {
  65. width:400px;
  66. }
  67. .travmontant
  68. {
  69. width:120px;
  70. text-align: right;
  71. }
  72. .travstatus
  73. {
  74. width:100px;
  75. }
  76. h2
  77. {
  78. background-color: #ffd700;
  79. }
  80. table
  81. {
  82. table-layout: fixed;
  83. border-collapse: collapse;
  84. }
  85. td
  86. {
  87. border-right: #ffd700 1px solid;
  88. border-top: #ffd700 1px solid;
  89. border-left: #ffd700 1px solid;
  90. border-bottom: #ffd700 1px solid;
  91. }
  92. #catouche
  93. {
  94. margin-top: 10px;
  95. font-size: smaller;
  96. font-family: Arial;
  97. }
  98. #listeagentscg
  99. {
  100. width:100%;
  101. }
  102. #listeagentsaide
  103. {
  104. width:100%;
  105. }