fichecollege.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  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:left;
  146. }
  147. .effectif
  148. {
  149. width:120px;
  150. text-align: right;
  151. }
  152. #TitreGraph
  153. {
  154. margin-left:200px;
  155. width:800px;
  156. text-align:center;
  157. }
  158. h2
  159. {
  160. background-color: #ffd700;
  161. }
  162. table
  163. {
  164. table-layout: fixed;
  165. border-collapse: collapse;
  166. }
  167. td
  168. {
  169. border-right: #ffd700 1px solid;
  170. border-top: #ffd700 1px solid;
  171. border-left: #ffd700 1px solid;
  172. border-bottom: #ffd700 1px solid;
  173. }
  174. #catouche
  175. {
  176. margin-top: 10px;
  177. font-size: smaller;
  178. font-family: Arial;
  179. }
  180. #listeagentscg
  181. {
  182. width:100%;
  183. }
  184. #listeagentsaide
  185. {
  186. width:100%;
  187. }
  188. .Zone
  189. {
  190. width:200px;
  191. }
  192. .Nb_Eleves
  193. {
  194. width:150px;
  195. text-align: right;
  196. }
  197. .Montant_Subvention
  198. {
  199. width:150px;
  200. text-align: right;
  201. }
  202. .atcnom
  203. {
  204. width:80px;
  205. text-align:left;
  206. }
  207. .atcprenom
  208. {
  209. width:80px;
  210. text-align: left;
  211. }
  212. .atcfonction
  213. {
  214. width:150px;
  215. text-align: left;
  216. }
  217. .atcqtew
  218. {
  219. width:100px;
  220. text-align: right;
  221. }
  222. .atcstatut
  223. {
  224. width:80px;
  225. text-align: center;
  226. }
  227. .atcgrade
  228. {
  229. width:150px;
  230. text-align: left;
  231. }