fichecollege.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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. .totalbordure
  31. {
  32. border-top: black 1px solid;
  33. border-right-style: none;
  34. border-left-style: none;
  35. border-bottom-style: none;
  36. }
  37. .sansbordure
  38. {
  39. border-top-style: none;
  40. border-right-style: none;
  41. border-left-style: none;
  42. border-bottom-style: none;
  43. }
  44. #graphique
  45. {
  46. text-align: center;
  47. }
  48. #dotation
  49. {
  50. table-layout: fixed;
  51. border-collapse: collapse;
  52. }
  53. .typedotation
  54. {
  55. width: 160px;
  56. }
  57. .mtn
  58. {
  59. width:80px;
  60. text-align: right;
  61. }
  62. .mtn1
  63. {
  64. width:80px;
  65. text-align: right;
  66. }
  67. .ecart
  68. {
  69. width:80px;
  70. text-align: right;
  71. }
  72. .bordure
  73. {
  74. border-right: #ffd700 1px solid;
  75. border-top: #ffd700 1px solid;
  76. border-left: #ffd700 1px solid;
  77. border-bottom: #ffd700 1px solid;
  78. }
  79. .bordurecentre
  80. {
  81. border-right: #ffd700 1px solid;
  82. border-top: #ffd700 1px solid;
  83. border-top: #ffd700 1px solid;
  84. border-left: #ffd700 1px solid;
  85. border-bottom: #ffd700 1px solid;
  86. text-align:center;
  87. }
  88. #travaux
  89. {
  90. table-layout: fixed;
  91. border-collapse: collapse;
  92. }
  93. .travannee
  94. {
  95. width: 80px;
  96. }
  97. .typetravaux
  98. {
  99. width:120px;
  100. }
  101. .travlibelle
  102. {
  103. width:600px;
  104. }
  105. .travmontant
  106. {
  107. width:100px;
  108. text-align: right;
  109. }
  110. .travstatus
  111. {
  112. width:100px;
  113. }
  114. .travimprevu
  115. {
  116. width:80px;
  117. }
  118. h2
  119. {
  120. background-color: #ffd700;
  121. }
  122. table
  123. {
  124. table-layout: fixed;
  125. border-collapse: collapse;
  126. }
  127. td
  128. {
  129. border-right: #ffd700 1px solid;
  130. border-top: #ffd700 1px solid;
  131. border-left: #ffd700 1px solid;
  132. border-bottom: #ffd700 1px solid;
  133. }
  134. #catouche
  135. {
  136. margin-top: 10px;
  137. font-size: smaller;
  138. font-family: Arial;
  139. }
  140. #listeagentscg
  141. {
  142. width:100%;
  143. }
  144. #listeagentsaide
  145. {
  146. width:100%;
  147. }
  148. .Zone
  149. {
  150. width:200px;
  151. }
  152. .Nb_Eleves
  153. {
  154. width:150px;
  155. text-align: right;
  156. }
  157. .Montant_Subvention
  158. {
  159. width:150px;
  160. text-align: right;
  161. }
  162. .atcnom
  163. {
  164. width:80px;
  165. text-align:left;
  166. }
  167. .atcprenom
  168. {
  169. width:80px;
  170. text-align: left;
  171. }
  172. .atcfonction
  173. {
  174. width:150px;
  175. text-align: left;
  176. }
  177. .atcqtew
  178. {
  179. width:100px;
  180. text-align: right;
  181. }
  182. .atcstatut
  183. {
  184. width:80px;
  185. text-align: center;
  186. }
  187. .atcgrade
  188. {
  189. width:150px;
  190. text-align: left;
  191. }