fichecollege.css 861 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. body
  2. {
  3. }
  4. #conteneur
  5. {
  6. margin-left:10px;
  7. }
  8. .libelle
  9. {
  10. width:350px;
  11. }
  12. #graphique
  13. {
  14. text-align: center;
  15. }
  16. #dotation
  17. {
  18. table-layout: fixed;
  19. border-collapse: collapse;
  20. }
  21. .typedotation
  22. {
  23. width: 160px;
  24. }
  25. .mtn
  26. {
  27. width:80px;
  28. text-align: right;
  29. }
  30. .mtn1
  31. {
  32. width:80px;
  33. text-align: right;
  34. }
  35. .bordure
  36. {
  37. border-right: gray thin solid;
  38. border-top: gray thin solid;
  39. border-left: gray thin solid;
  40. border-bottom: gray thin solid;
  41. }
  42. #travaux
  43. {
  44. table-layout: fixed;
  45. border-collapse: collapse;
  46. }
  47. .travannee
  48. {
  49. width: 50px;
  50. }
  51. .travlibelle
  52. {
  53. width:350px;
  54. }
  55. .travmontant
  56. {
  57. width:80px;
  58. text-align: right;
  59. }
  60. h2
  61. {
  62. background-color: #ffd700;
  63. }
  64. table
  65. {
  66. table-layout: fixed;
  67. border-collapse: collapse;
  68. }
  69. td
  70. {
  71. border-right: #ffd700 thin solid;
  72. border-top: #ffd700 thin solid;
  73. border-left: #ffd700 thin solid;
  74. border-bottom: #ffd700 thin solid;
  75. }