fichecollegev2.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  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: 150px;
  58. position: relative;
  59. margin-left: 20px;
  60. width: auto;
  61. float: left;
  62. }
  63. img#logo
  64. {
  65. height: 150px;
  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. h3#TitreGraph
  303. {
  304. margin: auto;
  305. }
  306. h1#fiche
  307. {
  308. width: 430px;
  309. color: #1F64BF;
  310. }
  311. h3#Default
  312. {
  313. color: White;
  314. margin-left: 20px;
  315. }
  316. h2
  317. {
  318. /*background-color: #1683CC;*/
  319. position: relative;
  320. left: 30px;
  321. width: 800px;
  322. border-bottom: solid 2px black;
  323. color: #FF007A;
  324. }
  325. h2#Default
  326. {
  327. color: White;
  328. text-align: right;
  329. border-bottom: none;
  330. position: absolute;
  331. top: 90px;
  332. right: 100px;
  333. width: 65%;
  334. }
  335. table
  336. {
  337. width: 100%;
  338. table-layout: auto;
  339. border-collapse: collapse;
  340. border: 0px #1683CC solid;
  341. border-radius: 5px;
  342. }
  343. td
  344. {
  345. border-right: #1683CC 0px solid;
  346. border-top: #1683CC 0px solid;
  347. border-left: #1683CC 0px solid;
  348. border-bottom: #1683CC 1.25px dashed;
  349. }
  350. .td_head
  351. {
  352. /*background-color: #1270CC;*/
  353. color: Black;
  354. font-weight: bold;
  355. }
  356. #catouche
  357. {
  358. font-size: smaller;
  359. font-family: Arial; /*float: left;*/
  360. bottom: 0px;
  361. width: 100%;
  362. background-color: White;
  363. }
  364. #listeagentscg
  365. {
  366. width: 100%;
  367. border: 1px solid #EFEFEF;
  368. }
  369. #listeagentsaide
  370. {
  371. width: 100%;
  372. }
  373. .Zone
  374. {
  375. width: 200px;
  376. }
  377. .Nb_Eleves
  378. {
  379. width: 100px;
  380. }
  381. .Montant_Subvention
  382. {
  383. width: 125px;
  384. }
  385. .atcnom
  386. {
  387. width: 80px;
  388. text-align: left;
  389. }
  390. .atcprenom
  391. {
  392. width: 80px;
  393. text-align: left;
  394. }
  395. .atcfonction
  396. {
  397. width: 150px;
  398. text-align: left;
  399. }
  400. .atcqtew
  401. {
  402. width: 100px;
  403. text-align: right;
  404. }
  405. .atcstatut
  406. {
  407. width: 80px;
  408. text-align: center;
  409. }
  410. .atcgrade
  411. {
  412. width: 150px;
  413. text-align: left;
  414. }
  415. }