123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- body {
- background-color:#c5efff;
- }
-
- .caseBody {
- background-color: #c5efff;
- }
-
- .cellOne {
- background-color: #FFFFCC;
- }
-
- .cellDoc {
- /*background-color: #FFFFCC;*/
- background-color: #c5efff;
- }
-
- .cellTwo {
- background-color: #CCFFCC;
- }
-
- .cellPromo {
- /*background-color: #CCFFCC;*/
- background-color: #c5efff;
- }
-
- .button {
- color: white;
- background-color: #666699;
- border-bottom: thin solid #222244;
- border-right: thin solid #222244;
- border-top: thin solid #9999cc;
- border-left: thin solid #9999cc;
- font-size: 11px;
- font-family: Geneva,Helvetica,sans-serif;
- font-weight: normal;
- cursor: pointer;
- }
-
- label.error {
- font-size: 10px;
- font-family: Verdana,Helvetica,sans-serif;
- font-weight: bold;
- color: #b80000;
- }
-
- .spinner {
- position: fixed;
- top: 50%;
- left: 50%;
- margin-left: -150px; /* half width of the spinner gif */
- margin-top: -150px; /* half height of the spinner gif */
- text-align:center;
- z-index:1234;
- overflow: auto;
- width: 300px; /* width of the spinner gif */
- height: 300px; /*hight of the spinner gif +2px to fix IE8 issue */
- }
-
- .titre {
- font-size: 24px;
- font-family: Geneva, Arial, Helvetica, san-serif;
- font-weight: bold;
- color: #000090;
- }
-
- .titreBis {
- font-size: 24px;
- font-family: Geneva, Arial, Helvetica, san-serif;
- font-weight: bold;
- color: #B72321;
- }
-
- .texte {
- font-size: 14px;
- font-family: Geneva, Arial, Helvetica, san-serif;
- color: #000090;
- }
-
- .notice {
- font-size: 10px;
- font-family: Geneva, Arial, Helvetica, san-serif;
- text-align:justify;
- color: #000090;
- }
-
- .monLabel {
- font-size: 14px;
- font-family: Geneva, Arial, Helvetica, san-serif;
- font-weight: bold;
- color: #000090;
- }
-
- .monMessage {
- font-size: 14px;
- font-family: Geneva, Arial, Helvetica, san-serif;
- font-weight: bold;
- color: #B72321;
- }
-
- .titreTabDoc {
- font-size: 16px;
- font-family: Geneva, Arial, Helvetica, san-serif;
- font-weight: bold;
- color: #000090;
- }
-
- .labelTabDoc {
- font-size: 16px;
- font-family: Geneva, Arial, Helvetica, san-serif;
- font-weight: normal;
- color: #000000;
- }
-
- .messageTabDoc {
- font-size: 14px;
- font-family: Geneva, Arial, Helvetica, san-serif;
- font-weight: bold;
- color: #B72321;
- vertical-align: middle;
- }
-
- .intro {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-
- #selectPromo {
- font-size: 14px;
- font-family: Geneva, Arial, Helvetica, san-serif;
- font-weight: normal;
- color: #000000;
- vertical-align: middle;
- }
|