defaut.css 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. body {
  2. background-color:#c5efff;
  3. }
  4. .caseBody {
  5. background-color: #c5efff;
  6. }
  7. .cellOne {
  8. background-color: #FFFFCC;
  9. }
  10. .cellDoc {
  11. /*background-color: #FFFFCC;*/
  12. background-color: #c5efff;
  13. }
  14. .cellTwo {
  15. background-color: #CCFFCC;
  16. }
  17. .cellPromo {
  18. /*background-color: #CCFFCC;*/
  19. background-color: #c5efff;
  20. }
  21. .button {
  22. color: white;
  23. background-color: #666699;
  24. border-bottom: thin solid #222244;
  25. border-right: thin solid #222244;
  26. border-top: thin solid #9999cc;
  27. border-left: thin solid #9999cc;
  28. font-size: 11px;
  29. font-family: Geneva,Helvetica,sans-serif;
  30. font-weight: normal;
  31. cursor: pointer;
  32. }
  33. label.error {
  34. font-size: 10px;
  35. font-family: Verdana,Helvetica,sans-serif;
  36. font-weight: bold;
  37. color: #b80000;
  38. }
  39. .spinner {
  40. position: fixed;
  41. top: 50%;
  42. left: 50%;
  43. margin-left: -150px; /* half width of the spinner gif */
  44. margin-top: -150px; /* half height of the spinner gif */
  45. text-align:center;
  46. z-index:1234;
  47. overflow: auto;
  48. width: 300px; /* width of the spinner gif */
  49. height: 300px; /*hight of the spinner gif +2px to fix IE8 issue */
  50. }
  51. .titre {
  52. font-size: 24px;
  53. font-family: Geneva, Arial, Helvetica, san-serif;
  54. font-weight: bold;
  55. color: #000090;
  56. }
  57. .titreBis {
  58. font-size: 24px;
  59. font-family: Geneva, Arial, Helvetica, san-serif;
  60. font-weight: bold;
  61. color: #B72321;
  62. }
  63. .texte {
  64. font-size: 14px;
  65. font-family: Geneva, Arial, Helvetica, san-serif;
  66. color: #000090;
  67. }
  68. .notice {
  69. font-size: 10px;
  70. font-family: Geneva, Arial, Helvetica, san-serif;
  71. text-align:justify;
  72. color: #000090;
  73. }
  74. .monLabel {
  75. font-size: 14px;
  76. font-family: Geneva, Arial, Helvetica, san-serif;
  77. font-weight: bold;
  78. color: #000090;
  79. }
  80. .monMessage {
  81. font-size: 14px;
  82. font-family: Geneva, Arial, Helvetica, san-serif;
  83. font-weight: bold;
  84. color: #B72321;
  85. }
  86. .titreTabDoc {
  87. font-size: 16px;
  88. font-family: Geneva, Arial, Helvetica, san-serif;
  89. font-weight: bold;
  90. color: #000090;
  91. }
  92. .labelTabDoc {
  93. font-size: 16px;
  94. font-family: Geneva, Arial, Helvetica, san-serif;
  95. font-weight: normal;
  96. color: #000000;
  97. }
  98. .messageTabDoc {
  99. font-size: 14px;
  100. font-family: Geneva, Arial, Helvetica, san-serif;
  101. font-weight: bold;
  102. color: #B72321;
  103. vertical-align: middle;
  104. }
  105. .intro {
  106. display: block;
  107. margin-left: auto;
  108. margin-right: auto;
  109. }
  110. #selectPromo {
  111. font-size: 14px;
  112. font-family: Geneva, Arial, Helvetica, san-serif;
  113. font-weight: normal;
  114. color: #000000;
  115. vertical-align: middle;
  116. }