fichecollege.css 2.5 KB

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