fichecollege.css 2.8 KB

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