fichecollege.css 3.2 KB

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