-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdispositionFF.css
More file actions
executable file
·292 lines (277 loc) · 5.04 KB
/
dispositionFF.css
File metadata and controls
executable file
·292 lines (277 loc) · 5.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
/*-- GENERAL STYLES --*/
a {
color: blue;
cursor: pointer;
outline: none; /*vire le cadre pointille qui apparait quand on clique, sur Firefox*/
}
a:hover
{color: #F00A0A;}
em {
font-size: 18px;
color: black;
}
strong {
font-weight: bold;
font-size: 18px;
}
acronym
{ border: none;}
.bold
{ font-weight: bold;}
.alinea
{ width: 20px;}
blockquote
{ text-indent: 15px;}
.rouge {
color: red;
font-weight: bold;
margin: 20px;
}
#skritii
{ display: none;}
/*-- MAIN BLOCKS --*/
body {
background-attachment: fixed;
text-align: center ;
background-color: white;
margin: 0px;
padding: 0px;
}
#all {
width: 800px;
text-align: left;
margin: auto;
margin-top: -24px; /*sinon il y a une marge en haut de page (a cause de include?)*/
font-family: "Times New Roman", Arial, serif;
font-size: 1em;
background-color: white;
background-image: url("images/colonnes_moritz.png");
background-repeat: repeat-y;
}
#banniere {
display: block;
width: 800px;
height: 120px;
margin: 0px;
padding: 0px;
font-family: "Times New Roman", Arial, serif;
}
#banniere img
{ border: none;}
#langues {
width: 200px;
padding-top: 30px;
margin-left: 137px;
float: left;
}
#langues table
{ display: inline;}
#langues td {
padding-right: 20px;
}
#langues img {
display: bloc;
position: relative;
top: 1px;
left: 10px;
border: 2px solid transparent;
}
#langues img:hover
{ border: 2px outset black;}
#langues a
{ text-decoration: none;}
#logo {
float: left;
position: relative;
padding-left: 200px;
}
#centre
{}
#corps h2, #corps h3, .elementmenu
{ font-family: Garamond, "Times New Roman", Helvetica, Arial, serif;}
#corps {
margin-left: 125px;
margin-bottom: 30px;
padding: 5px;
padding-top: 0px;
color: black;
background-color: #D4DEEB;
}
#corps h2 {
margin-left: 25px;
margin-top: 0px;
margin-bottom: 40px;
padding-top: 20px;
font-size: 1.8em;
}
#corps h3 {
text-align: left;
font-size: 1.2em;
padding: 0px;
margin: 0px;
}
#corps a
{ text-decoration: none;}
#corps a:visited
{ color: #0f006d;}
#pied {
margin-bottom: 20px;
padding: 5px;
color: black;
font-size: 15px;
text-align: center;
}
/*-- MENU --*/
#menu {
float: left;
position: absolute;
top: 103px;
width: 123px;
border-right: 2px solid white;
}
.elementmenu table /*la colonne qui contient les boutons*/
{ border-collapse: collapse;}
.elementmenu td {
vertical-align: middle;
padding: 0;
}
.elementmenu a {
display: block;
color: black;
text-decoration: none;
font-size: 19px;
}
.elementmenu a .cap /*1ere lettre vu que :first-letter marche pas*/ {
font-size: 35px;
font-family: "Monotype Corsiva", Arial, serif;
}
.blocmenu { /*contient tout le bouton*/
display: block;
width: 123px;
height: 80px;
background: url("images/boutons/bmenusombre.png") no-repeat;
border-bottom: 2px solid white;
}
.blocmenu:hover {
background-color: #f8cda2;
background-image: url("images/boutons/bmenuhover.png");
}
.submenu1 { /*contient le texte du bouton, sur 1 ligne*/
display: block;
width: 120px;
position: relative;
top: 16px;
left: 10px; }
.submenu2 { /*contient le texte du bouton, sur 2 lignes*/
display: block;
width: 120px;
position: relative;
top: 3px;
left: 10px;
}
.sousblocmenu { /*le dernier semi-bloc en bas*/
width: 122px;
height: 80px;
background-image: url("images/boutons/bmenu2.png");
border-left: 1px solid white;
}
/*-- FORM --*/
form {
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
margin-top: 0px;
font-size: 16px;
}
fieldset{
padding: 10px;
padding-top: 20px;
padding-bottom: 20px;
margin-bottom: 15px;
}
fieldset table {
margin-bottom: 20px;
}
fieldset h3 {
font-size: 18px;
padding: 10px;
}
.coordonnees td {
padding-right: 25px;
}
legend {
font-size: 1.1em;
font-weight: bold;
}
label {
color: black;
}
.bouton {
display: bloc;
width: 180px;
margin-left: 230px;
text-decoration: none;
}
.boutonform {
display: bloc;
width: 180px;
margin-left: 215px;
text-decoration: none;
}
#commentaires
{margin-left: 30px;
width: 560px;}
#description
{width: 560px;}
#casetotal {
text-align: center;
font-size: 20px;
}
/*-- other elements --*/
.back {
text-align: center;
margin-bottom: 20px;
}
.add {
font-size: 17px;
font-weight: normal;
}
.inblock {
color: black;
font-size: 1.05em;
text-align: justify;
font-family: "Times new Roman", Arial, serif;
text-indent: 0px;
/*border: 1px solid green;*/
/*background-color: silver;*/
margin-left: 10px;
margin-right: 10px;
margin-bottom: 0px;
margin-top: 0px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 20px;
}
.contact {
width: 290px;
padding: 10px;
}
.photosuisse {
margin-right: 20px;
margin-left: 20px;
}
.glacier {
margin-right: 20px;
margin-left: 80px;
}
.photosuisse td, .glacier td {
padding: 15px;
}
.imgfloat {
float: right;
position: relative;
left: 400;
top: 30px;
margin: 15px;
}