fichecollege.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. body
  2. {
  3. font-size: smaller;
  4. font-family: Verdana;
  5. }
  6. #conteneur
  7. {
  8. margin-left:10px;
  9. }
  10. .libellerestruct
  11. {
  12. width:300px;
  13. }
  14. .libelle
  15. {
  16. width:350px;
  17. }
  18. .titre
  19. {
  20. width: 250px;
  21. }
  22. .valeur
  23. {
  24. width: 300px;
  25. }
  26. .classe
  27. {
  28. width: 200px;
  29. }
  30. .nbEleves
  31. {
  32. width: 75px;
  33. }
  34. .totalsansbordure
  35. {
  36. border-top-style: none;
  37. border-right-style: none;
  38. border-left-style: none;
  39. border-bottom-style: none;
  40. font-weight: bold;
  41. color: black;
  42. }
  43. .totalbordure
  44. {
  45. border-top: black 1px solid;
  46. border-right-style: none;
  47. border-left-style: none;
  48. border-bottom-style: none;
  49. font-weight: bold;
  50. color: black;
  51. }
  52. .sansbordure
  53. {
  54. border-top-style: none;
  55. border-right-style: none;
  56. border-left-style: none;
  57. border-bottom-style: none;
  58. }
  59. .sansbordurecentre
  60. {
  61. width: 360px;
  62. text-align: center;
  63. border-top-style: none;
  64. border-right-style: none;
  65. border-left-style: none;
  66. border-bottom-style: none;
  67. }
  68. #graphique
  69. {
  70. text-align: center;
  71. }
  72. #dotation
  73. {
  74. table-layout: fixed;
  75. border-collapse: collapse;
  76. }
  77. .typedotation
  78. {
  79. width: 160px;
  80. }
  81. .mtn
  82. {
  83. width:80px;
  84. text-align: right;
  85. }
  86. .mtn1
  87. {
  88. width:80px;
  89. text-align: right;
  90. }
  91. .ecart
  92. {
  93. width:80px;
  94. text-align: right;
  95. }
  96. .bordure
  97. {
  98. border-right: #ffd700 1px solid;
  99. border-top: #ffd700 1px solid;
  100. border-left: #ffd700 1px solid;
  101. border-bottom: #ffd700 1px solid;
  102. }
  103. .bordurecentre
  104. {
  105. border-right: #ffd700 1px solid;
  106. border-top: #ffd700 1px solid;
  107. border-top: #ffd700 1px solid;
  108. border-left: #ffd700 1px solid;
  109. border-bottom: #ffd700 1px solid;
  110. text-align:center;
  111. }
  112. #travaux
  113. {
  114. table-layout: fixed;
  115. border-collapse: collapse;
  116. }
  117. .travannee
  118. {
  119. width: 80px;
  120. }
  121. .typetravaux
  122. {
  123. width:120px;
  124. }
  125. .travlibelle
  126. {
  127. width:600px;
  128. }
  129. .travmontant
  130. {
  131. width:100px;
  132. text-align: right;
  133. }
  134. .travstatus
  135. {
  136. width:100px;
  137. }
  138. .travimprevu
  139. {
  140. width:80px;
  141. }
  142. .filiere
  143. {
  144. width:150px;
  145. text-align: right;
  146. }
  147. .effectif
  148. {
  149. width:150px;
  150. text-align: right;
  151. }
  152. h2
  153. {
  154. background-color: #ffd700;
  155. }
  156. table
  157. {
  158. table-layout: fixed;
  159. border-collapse: collapse;
  160. }
  161. td
  162. {
  163. border-right: #ffd700 1px solid;
  164. border-top: #ffd700 1px solid;
  165. border-left: #ffd700 1px solid;
  166. border-bottom: #ffd700 1px solid;
  167. }
  168. #catouche
  169. {
  170. margin-top: 10px;
  171. font-size: smaller;
  172. font-family: Arial;
  173. }
  174. #listeagentscg
  175. {
  176. width:100%;
  177. }
  178. #listeagentsaide
  179. {
  180. width:100%;
  181. }
  182. .Zone
  183. {
  184. width:200px;
  185. }
  186. .Nb_Eleves
  187. {
  188. width:150px;
  189. text-align: right;
  190. }
  191. .Montant_Subvention
  192. {
  193. width:150px;
  194. text-align: right;
  195. }
  196. .atcnom
  197. {
  198. width:80px;
  199. text-align:left;
  200. }
  201. .atcprenom
  202. {
  203. width:80px;
  204. text-align: left;
  205. }
  206. .atcfonction
  207. {
  208. width:150px;
  209. text-align: left;
  210. }
  211. .atcqtew
  212. {
  213. width:100px;
  214. text-align: right;
  215. }
  216. .atcstatut
  217. {
  218. width:80px;
  219. text-align: center;
  220. }
  221. .atcgrade
  222. {
  223. width:150px;
  224. text-align: left;
  225. }