fichecollege.css 1.4 KB

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