fichecollege.css 1.9 KB

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