fichecollege.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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:600px;
  81. }
  82. .travmontant
  83. {
  84. width:100px;
  85. text-align: right;
  86. }
  87. .travstatus
  88. {
  89. width:100px;
  90. }
  91. .travimprevu
  92. {
  93. width:80px;
  94. }
  95. h2
  96. {
  97. background-color: #ffd700;
  98. }
  99. table
  100. {
  101. table-layout: fixed;
  102. border-collapse: collapse;
  103. }
  104. td
  105. {
  106. border-right: #ffd700 1px solid;
  107. border-top: #ffd700 1px solid;
  108. border-left: #ffd700 1px solid;
  109. border-bottom: #ffd700 1px solid;
  110. }
  111. #catouche
  112. {
  113. margin-top: 10px;
  114. font-size: smaller;
  115. font-family: Arial;
  116. }
  117. #listeagentscg
  118. {
  119. width:100%;
  120. }
  121. #listeagentsaide
  122. {
  123. width:100%;
  124. }
  125. .Zone
  126. {
  127. width:200px;
  128. }
  129. .Nb_Eleves
  130. {
  131. width:150px;
  132. text-align: right;
  133. }
  134. .Montant_Subvention
  135. {
  136. width:150px;
  137. text-align: right;
  138. }
  139. .atcnom
  140. {
  141. width:80px;
  142. text-align:left;
  143. }
  144. .atcprenom
  145. {
  146. width:80px;
  147. text-align: left;
  148. }
  149. .atcfonction
  150. {
  151. width:150px;
  152. text-align: left;
  153. }
  154. .atcqtew
  155. {
  156. width:100px;
  157. text-align: right;
  158. }
  159. .atcstatut
  160. {
  161. width:80px;
  162. text-align: center;
  163. }
  164. .atcgrade
  165. {
  166. width:150px;
  167. text-align: left;
  168. }