fichecollege.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. .travlibelle
  60. {
  61. width:350px;
  62. }
  63. .travmontant
  64. {
  65. width:80px;
  66. text-align: right;
  67. }
  68. h2
  69. {
  70. background-color: #ffd700;
  71. }
  72. table
  73. {
  74. table-layout: fixed;
  75. border-collapse: collapse;
  76. }
  77. td
  78. {
  79. border-right: #ffd700 1px solid;
  80. border-top: #ffd700 1px solid;
  81. border-left: #ffd700 1px solid;
  82. border-bottom: #ffd700 1px solid;
  83. }
  84. #catouche
  85. {
  86. margin-top: 10px;
  87. font-size: smaller;
  88. font-family: Arial;
  89. }
  90. #listeagentscg
  91. {
  92. width:100%;
  93. }
  94. #listeagentsaide
  95. {
  96. width:100%;
  97. }