fichecollegev2.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. 
  2. @media screen
  3. {
  4. body
  5. {
  6. font-size: smaller;
  7. font-family: Verdana;
  8. background-color: #FFFFFF;
  9. }
  10. }
  11. #conteneur
  12. {
  13. display: inline-block;
  14. overflow: hidden;
  15. }
  16. #info_fiche
  17. {
  18. margin-top: 5px;
  19. height: auto;
  20. float: left;
  21. }
  22. #header_index
  23. {
  24. background-image: url('../images/cg67.jpg');
  25. height: 180px;
  26. background-size: 100% auto;
  27. background-position: 0% 50%;
  28. background-repeat: no-repeat;
  29. }
  30. #header_fiche
  31. {
  32. float: left;
  33. clear: left;
  34. margin-left: 50px;
  35. margin-top: 30px;
  36. width: 43%;
  37. }
  38. #blank
  39. {
  40. background-color: #1683CC;
  41. height: 45px;
  42. width: 100%;
  43. border-top: 1px solid #FDFDFD;
  44. border-bottom: 1px solid #FDFDFD;
  45. font-weight: bolder;
  46. font-size: 12px;
  47. }
  48. #logo
  49. {
  50. height: 80px;
  51. position: relative;
  52. margin-left: 20px;
  53. width: auto;
  54. float: left;
  55. }
  56. img#logo
  57. {
  58. height: 80px;
  59. position: relative;
  60. margin-left: 20px;
  61. width: auto;
  62. float: left;
  63. }
  64. #entete_fiche
  65. {
  66. width: auto;
  67. }
  68. #coordonnees_college
  69. {
  70. }
  71. #photo_college
  72. {
  73. width: 45%;
  74. position: relative;
  75. top: 15px;
  76. -moz-border-radius: 20px;
  77. -webkit-border-radius: 20px;
  78. -o-border-radius: 20px;
  79. }
  80. img#photo
  81. {
  82. border-radius: 15px;
  83. width: 45%;
  84. position: relative;
  85. top: 15px;
  86. }
  87. .libellerestruct
  88. {
  89. width: 300px;
  90. }
  91. .libelle
  92. {
  93. width: 350px;
  94. }
  95. .infoAction
  96. {
  97. width: 250px;
  98. }
  99. .nbClasse
  100. {
  101. width: 150px;
  102. }
  103. .nbEleve
  104. {
  105. width: 150px;
  106. }
  107. .typeCollege
  108. {
  109. width: 10px;
  110. }
  111. .public
  112. {
  113. width: 50px;
  114. text-align: left;
  115. }
  116. .titre
  117. {
  118. width: 90px;
  119. }
  120. .valeur
  121. {
  122. width: 300px;
  123. }
  124. .libInv
  125. {
  126. width: 120px;
  127. }
  128. .totaleffectif
  129. {
  130. width: 20px;
  131. }
  132. .espacevide
  133. {
  134. width: 50px;
  135. }
  136. .colonnevide
  137. {
  138. width: 250px;
  139. }
  140. .nombre
  141. {
  142. width: 50px;
  143. }
  144. .classe
  145. {
  146. width: 20px;
  147. }
  148. .vide
  149. {
  150. width: 100px;
  151. }
  152. .nbEleves
  153. {
  154. width: 15px;
  155. }
  156. .totalsansbordure
  157. {
  158. border-top-style: none;
  159. border-right-style: none;
  160. border-left-style: none;
  161. border-bottom-style: none;
  162. font-weight: bold;
  163. color: black;
  164. text-align: left;
  165. }
  166. .totalbordure
  167. {
  168. border-top: black 1px solid;
  169. border-right-style: none;
  170. border-left-style: none;
  171. border-bottom-style: none;
  172. font-weight: bold;
  173. width: 5px;
  174. color: black;
  175. text-align: right;
  176. }
  177. .sansbordure
  178. {
  179. border-top-style: none;
  180. border-right-style: none;
  181. border-left-style: none;
  182. border-bottom-style: none;
  183. }
  184. .sansborduredroite
  185. {
  186. border-top-style: none;
  187. border-right-style: none;
  188. border-left-style: none;
  189. border-bottom-style: none;
  190. text-align: right;
  191. }
  192. .sansbordurecentre
  193. {
  194. width: 360px;
  195. text-align: center;
  196. border-top-style: none;
  197. border-right-style: none;
  198. border-left-style: none;
  199. border-bottom-style: none;
  200. }
  201. td#public
  202. {
  203. max-width: 50px;
  204. background-color: Aqua;
  205. }
  206. #graphique
  207. {
  208. text-align: center;
  209. }
  210. .typedotation
  211. {
  212. width: 160px;
  213. }
  214. .mtn
  215. {
  216. width: 80px;
  217. }
  218. .mtn1
  219. {
  220. width: 80px;
  221. }
  222. .ecart
  223. {
  224. width: 80px;
  225. }
  226. .bordure
  227. {
  228. border-right: #FFFFFF 1px solid;
  229. border-top: #FFFFFF 1px solid;
  230. border-left: #FFFFFF 1px solid;
  231. border-bottom: #FFFFFF 1px solid;
  232. }
  233. .borduredroite
  234. {
  235. border-right: #1683CC 1px solid;
  236. border-top: #1683CC 1px solid;
  237. border-left: #1683CC 1px solid;
  238. border-bottom: #1683CC 1px solid;
  239. text-align: right;
  240. }
  241. .bordurecentre
  242. {
  243. border-right: #1683CC 1px solid;
  244. border-top: #1683CC 1px solid;
  245. border-top: #1683CC 1px solid;
  246. border-left: #1683CC 1px solid;
  247. border-bottom: #1683CC 1px solid;
  248. text-align: center;
  249. }
  250. #travaux
  251. {
  252. table-layout: fixed;
  253. border-collapse: collapse;
  254. }
  255. .travannee
  256. {
  257. width: 80px;
  258. }
  259. .typetravaux
  260. {
  261. width: 180px;
  262. }
  263. .travlibelle
  264. {
  265. width: 600px;
  266. }
  267. .travmontant
  268. {
  269. width: 80px;
  270. }
  271. .travstatus
  272. {
  273. width: 100px;
  274. }
  275. .travimprevu
  276. {
  277. width: 80px;
  278. }
  279. .filiere
  280. {
  281. width: 150px;
  282. }
  283. .effectif
  284. {
  285. width: 120px;
  286. }
  287. #TitreGraph
  288. {
  289. margin-left: 200px;
  290. width: 800px;
  291. text-align: center;
  292. }
  293. h1#fiche
  294. {
  295. width: 430px;
  296. color: #1F64BF;
  297. }
  298. h3#Default
  299. {
  300. color: White;
  301. margin-left: 20px;
  302. }
  303. h2
  304. {
  305. /*background-color: #1683CC;*/
  306. position: relative;
  307. left: 30px;
  308. width: 800px;
  309. border-bottom: solid 2px black;
  310. color: #FF007A;
  311. }
  312. h2#Default
  313. {
  314. color: White;
  315. text-align: right;
  316. border-bottom: none;
  317. position: absolute;
  318. top: 90px;
  319. right: 100px;
  320. width: 65%;
  321. }
  322. table
  323. {
  324. width: 100%;
  325. table-layout: auto;
  326. border-collapse: collapse;
  327. border: 0px #1683CC solid;
  328. border-radius: 5px;
  329. }
  330. td
  331. {
  332. border-right: #1683CC 0px solid;
  333. border-top: #1683CC 0px solid;
  334. border-left: #1683CC 0px solid;
  335. border-bottom: #1683CC 1.25px dashed;
  336. }
  337. .td_head
  338. {
  339. /*background-color: #1270CC;*/
  340. color: Black;
  341. font-weight: bold;
  342. }
  343. #catouche
  344. {
  345. margin-top: 30px;
  346. margin-left: 25px;
  347. font-size: smaller;
  348. font-family: Arial;
  349. float: left;
  350. }
  351. #listeagentscg
  352. {
  353. width: 100%;
  354. border: 1px solid #EFEFEF;
  355. }
  356. #listeagentsaide
  357. {
  358. width: 100%;
  359. }
  360. .Zone
  361. {
  362. width: 200px;
  363. }
  364. .Nb_Eleves
  365. {
  366. width: 100px;
  367. }
  368. .Montant_Subvention
  369. {
  370. width: 125px;
  371. }
  372. .atcnom
  373. {
  374. width: 80px;
  375. text-align: left;
  376. }
  377. .atcprenom
  378. {
  379. width: 80px;
  380. text-align: left;
  381. }
  382. .atcfonction
  383. {
  384. width: 150px;
  385. text-align: left;
  386. }
  387. .atcqtew
  388. {
  389. width: 100px;
  390. text-align: right;
  391. }
  392. .atcstatut
  393. {
  394. width: 80px;
  395. text-align: center;
  396. }
  397. .atcgrade
  398. {
  399. width: 150px;
  400. text-align: left;
  401. }