fichecollege.css 2.8 KB

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