Austin Schuh | 8c794d5 | 2019-03-03 21:17:37 -0800 | [diff] [blame] | 1 | body { |
| 2 | font-family: 'Open Sans', sans-serif; |
| 3 | font-size:16px; |
| 4 | line-height:21px; |
| 5 | } |
| 6 | a { |
| 7 | font-weight:bold; |
| 8 | color:#636363; |
| 9 | } |
| 10 | tt { |
| 11 | /* font-family:Arial, Helvetica, sans-serif; */ |
| 12 | font-family: 'Open Sans', sans-serif; |
| 13 | color:#404040; |
| 14 | } |
| 15 | pre { |
| 16 | /* font-family:Arial, Helvetica, sans-serif; */ |
| 17 | font-family: 'Open Sans', sans-serif; |
| 18 | color:#404040; |
| 19 | } |
| 20 | #bloc_option { |
| 21 | margin:0 auto; |
| 22 | width:1000px; |
| 23 | } |
| 24 | #bloc_option_bis { |
| 25 | margin:0 auto; |
| 26 | width:1000px; |
| 27 | } |
| 28 | #top_bleu { |
| 29 | width:1000px; |
| 30 | height:47px; |
| 31 | position:relative; |
| 32 | float:left; |
| 33 | background-image:url(images/header.jpg); |
| 34 | background-repeat:no-repeat; |
| 35 | font-size:20px; |
| 36 | color:#fff; |
| 37 | } |
| 38 | #top_gris { |
| 39 | width:1000px; |
| 40 | height:47px; |
| 41 | position:relative; |
| 42 | float:left; |
| 43 | background-image:url(images/header.jpg); |
| 44 | background-repeat:no-repeat; |
| 45 | font-size:20px; |
| 46 | color:#fff; |
| 47 | } |
| 48 | #top_rouge { |
| 49 | width:1000px; |
| 50 | height:47px; |
| 51 | position:relative; |
| 52 | float:left; |
| 53 | background-image:url(images/header.jpg); |
| 54 | background-repeat:no-repeat; |
| 55 | font-size:20px; |
| 56 | color:#fff; |
| 57 | } |
| 58 | #top_vert { |
| 59 | width:1000px; |
| 60 | height:47px; |
| 61 | position:relative; |
| 62 | float:left; |
| 63 | background-image:url(images/header.jpg); |
| 64 | background-repeat:no-repeat; |
| 65 | font-size:18px; |
| 66 | color:#fff; |
| 67 | } |
| 68 | #top_bis { |
| 69 | width:1000px; |
| 70 | height:21px; |
| 71 | position:relative; |
| 72 | float:left; |
| 73 | background-image:url(images/header_bis.jpg); |
| 74 | background-repeat:no-repeat; |
| 75 | font-size:20px; |
| 76 | color:#fff; |
| 77 | } |
| 78 | #center{ |
| 79 | position:relative; |
| 80 | float:left; |
| 81 | width:1000px; |
| 82 | text-align:justify; |
| 83 | background-image:url(images/centre.jpg); |
| 84 | } |
| 85 | #text_centre_intro { |
| 86 | padding-left:50px; |
| 87 | padding-top:15px; |
| 88 | width:900px; |
| 89 | position:relative; |
| 90 | float:left; |
| 91 | text-align:justify; |
| 92 | color:#404040; |
| 93 | } |
| 94 | #text_centre { |
| 95 | padding-left:15px; |
| 96 | padding-top:15px; |
| 97 | width:940px; |
| 98 | position:relative; |
| 99 | float:left; |
| 100 | text-align:justify; |
| 101 | color:#636363; |
| 102 | } |
| 103 | #text_centre_intro_bis { |
| 104 | width:1000px; |
| 105 | position:relative; |
| 106 | float:left; |
| 107 | text-align:center; |
| 108 | color:#636363; |
| 109 | } |
| 110 | #text_top { |
| 111 | padding-top:15px; |
| 112 | padding-left:15px; |
| 113 | color:#708090; |
| 114 | width:170px; |
| 115 | text-align:center; |
| 116 | } |
| 117 | #footer { |
| 118 | position:relative; |
| 119 | float:left; |
| 120 | height:20px; |
| 121 | } |
| 122 | |
| 123 | .highslide-caption { |
| 124 | display: none; |
| 125 | border-top: none; |
| 126 | font-size: 10pt; |
| 127 | padding: 5px; |
| 128 | color: #000000; |
| 129 | background: #ffffff; |
| 130 | border: 0px solid #ffffff; |
| 131 | } |
| 132 | |
| 133 | code, |
| 134 | pre { |
| 135 | padding: 0 3px 2px; |
| 136 | color: #333333; |
| 137 | -webkit-border-radius: 3px; |
| 138 | -moz-border-radius: 3px; |
| 139 | border-radius: 3px; |
| 140 | } |
| 141 | |
| 142 | code { |
| 143 | padding: 2px 4px; |
| 144 | color: #d14; |
| 145 | white-space: nowrap; |
| 146 | background-color: #f7f7f9; |
| 147 | border: 1px solid #e1e1e8; |
| 148 | } |