fichecollege.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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. .infoAction
  21. {
  22. width:250px;
  23. }
  24. .nbClasse
  25. {
  26. width: 150px;
  27. }
  28. .nbEleve
  29. {
  30. width: 150px;
  31. }
  32. .typeCollege
  33. {
  34. width: 10px;
  35. }
  36. .public
  37. {
  38. width: 50px;
  39. text-align:left;
  40. }
  41. .titre
  42. {
  43. width: 250px;
  44. }
  45. .valeur
  46. {
  47. width: 300px;
  48. }
  49. .libInv
  50. {
  51. width: 320px;
  52. }
  53. .totaleffectif
  54. {
  55. width: 50px;
  56. text-align:right;
  57. }
  58. .nombre
  59. {
  60. width: 80px;
  61. text-align:right;
  62. }
  63. .classe
  64. {
  65. width: 80px;
  66. }
  67. .nbEleves
  68. {
  69. width: 85px;
  70. }
  71. .totalsansbordure
  72. {
  73. border-top-style: none;
  74. border-right-style: none;
  75. border-left-style: none;
  76. border-bottom-style: none;
  77. font-weight: bold;
  78. color: black;
  79. }
  80. .totalbordure
  81. {
  82. border-top: black 1px solid;
  83. border-right-style: none;
  84. border-left-style: none;
  85. border-bottom-style: none;
  86. font-weight: bold;
  87. color: black;
  88. }
  89. .sansbordure
  90. {
  91. border-top-style: none;
  92. border-right-style: none;
  93. border-left-style: none;
  94. border-bottom-style: none;
  95. }
  96. .sansbordurecentre
  97. {
  98. width: 360px;
  99. text-align: center;
  100. border-top-style: none;
  101. border-right-style: none;
  102. border-left-style: none;
  103. border-bottom-style: none;
  104. }
  105. #graphique
  106. {
  107. text-align: center;
  108. }
  109. .typedotation
  110. {
  111. width: 160px;
  112. }
  113. .mtn
  114. {
  115. width:80px;
  116. text-align: right;
  117. }
  118. .mtn1
  119. {
  120. width:80px;
  121. text-align: right;
  122. }
  123. .ecart
  124. {
  125. width:80px;
  126. text-align: right;
  127. }
  128. .bordure
  129. {
  130. border-right: #ffd700 1px solid;
  131. border-top: #ffd700 1px solid;
  132. border-left: #ffd700 1px solid;
  133. border-bottom: #ffd700 1px solid;
  134. }
  135. .bordurecentre
  136. {
  137. border-right: #ffd700 1px solid;
  138. border-top: #ffd700 1px solid;
  139. border-top: #ffd700 1px solid;
  140. border-left: #ffd700 1px solid;
  141. border-bottom: #ffd700 1px solid;
  142. text-align:center;
  143. }
  144. #travaux
  145. {
  146. table-layout: fixed;
  147. border-collapse: collapse;
  148. }
  149. .travannee
  150. {
  151. width: 80px;
  152. }
  153. .typetravaux
  154. {
  155. width:120px;
  156. }
  157. .travlibelle
  158. {
  159. width:600px;
  160. }
  161. .travmontant
  162. {
  163. width:100px;
  164. text-align: right;
  165. }
  166. .travstatus
  167. {
  168. width:100px;
  169. }
  170. .travimprevu
  171. {
  172. width:80px;
  173. }
  174. .filiere
  175. {
  176. width:150px;
  177. text-align:left;
  178. }
  179. .effectif
  180. {
  181. width:120px;
  182. text-align: right;
  183. }
  184. #TitreGraph
  185. {
  186. margin-left:200px;
  187. width:800px;
  188. text-align:center;
  189. }
  190. h2
  191. {
  192. background-color: #ffd700;
  193. }
  194. table
  195. {
  196. width :100%;
  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:100px;
  228. text-align: right;
  229. }
  230. .Montant_Subvention
  231. {
  232. width:125px;
  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. }