fichecollege.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. body
  2. {
  3. font-size: smaller;
  4. font-family: Verdana;
  5. }
  6. #conteneur
  7. {
  8. margin-left:10px;
  9. }
  10. .libelle
  11. {
  12. width:350px;
  13. }
  14. .titre
  15. {
  16. width:250px;
  17. }
  18. .valeur
  19. {
  20. width:300px;
  21. }
  22. #graphique
  23. {
  24. text-align: center;
  25. }
  26. #dotation
  27. {
  28. table-layout: fixed;
  29. border-collapse: collapse;
  30. }
  31. .typedotation
  32. {
  33. width: 160px;
  34. }
  35. .mtn
  36. {
  37. width:80px;
  38. text-align: right;
  39. }
  40. .mtn1
  41. {
  42. width:80px;
  43. text-align: right;
  44. }
  45. .ecart
  46. {
  47. width:80px;
  48. text-align: right;
  49. }
  50. .bordure
  51. {
  52. border-right: gray thin solid;
  53. border-top: gray thin solid;
  54. border-left: gray thin solid;
  55. border-bottom: gray thin solid;
  56. }
  57. .bordurecentre
  58. {
  59. border-right: gray thin solid;
  60. border-top: gray thin solid;
  61. border-left: gray thin solid;
  62. border-bottom: gray thin solid;
  63. text-align:center;
  64. }
  65. #travaux
  66. {
  67. table-layout: fixed;
  68. border-collapse: collapse;
  69. }
  70. .travannee
  71. {
  72. width: 80px;
  73. }
  74. .typetravaux
  75. {
  76. width:120px;
  77. }
  78. .travlibelle
  79. {
  80. width:700px;
  81. }
  82. .travmontant
  83. {
  84. width:160px;
  85. text-align: right;
  86. }
  87. .travstatus
  88. {
  89. width:150px;
  90. }
  91. h2
  92. {
  93. background-color: #ffd700;
  94. }
  95. table
  96. {
  97. table-layout: fixed;
  98. border-collapse: collapse;
  99. }
  100. td
  101. {
  102. border-right: #ffd700 1px solid;
  103. border-top: #ffd700 1px solid;
  104. border-left: #ffd700 1px solid;
  105. border-bottom: #ffd700 1px solid;
  106. }
  107. #catouche
  108. {
  109. margin-top: 10px;
  110. font-size: smaller;
  111. font-family: Arial;
  112. }
  113. #listeagentscg
  114. {
  115. width:100%;
  116. }
  117. #listeagentsaide
  118. {
  119. width:100%;
  120. }
  121. .Zone
  122. {
  123. width:200px;
  124. }
  125. .Nb_Eleves
  126. {
  127. width:150px;
  128. text-align: right;
  129. }
  130. .Montant_Subvention
  131. {
  132. width:150px;
  133. text-align: right;
  134. }
  135. .atcnom
  136. {
  137. width:80px;
  138. text-align:left;
  139. }
  140. .atcprenom
  141. {
  142. width:80px;
  143. text-align: left;
  144. }
  145. .atcfonction
  146. {
  147. width:150px;
  148. text-align: left;
  149. }
  150. .atcqtew
  151. {
  152. width:100px;
  153. text-align: right;
  154. }
  155. .atcstatut
  156. {
  157. width:80px;
  158. text-align: center;
  159. }
  160. .atcgrade
  161. {
  162. width:150px;
  163. text-align: left;
  164. }