fichecollege.css 3.0 KB

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