fichecollegev2.css 7.1 KB

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