Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

suppression d'un dossier qui ne sert pas

Emmanuel ROY authored on 13/06/2017 23:09:50
Showing 31 changed files
1 1
deleted file mode 100755
... ...
@@ -1,365 +0,0 @@
1
-body{
2
-background-color: #848484;
3
-}
4
-
5
-.tweet{
6
-	border: 1px solid black;
7
-	
8
-}
9
-.btn_modif{
10
-	border: 1px solid black;
11
-	width: 200px;
12
-	cursor: pointer;
13
-}
14
-.btn_modif_preferences{
15
-	border: 1px solid black;
16
-	width: 500px;
17
-	cursor: pointer;
18
-}
19
-.btn_dossiers{
20
-	border: 1px solid black;
21
-	width: 300px;
22
-	height: 75px;
23
-	cursor: pointer;
24
-	
25
-}
26
-.tweetReset{
27
-	border: 0px;
28
-	color: red;
29
-	font-weight: bold;
30
-}
31
-.tweetReset:hover{
32
-	text-decoration: underline;
33
-}
34
-.btn{
35
-	cursor: pointer;
36
-}
37
-form.membres label{
38
-	float: inline;
39
-	font-size: 10px;
40
-	width: 200px;
41
-}
42
-
43
-div.conteneurGrand{
44
-	width: 900px;
45
-	margin: 15 auto;
46
-	padding: 10px;
47
-	border: 1px dotted #FFDDDD;
48
-	text-align: left;
49
-}
50
-div.conteneurGrand h2.legende{
51
-	margin: -23px 0px 0px 60px;
52
-	padding: 0px 10px 0px 10px;
53
-	border-style: none;
54
-	color: white;
55
-	background-color: gray;
56
-	height: 25px;
57
-	width: 350px;
58
-	font-family: Verdana,Arial,serif;
59
-	text-align: left;
60
-}
61
-div.conteneurGrandInterieur{
62
-	width: 880px;
63
-	margin: 15 auto;
64
-	background-color: gray;
65
-	padding: 10px;
66
-	border: 1px solid #FFDDDD;
67
-	text-align: left;
68
-}
69
-div.conteneurGrandInterieur h3.legende{
70
-	margin: -23px 0px 0px 70px;
71
-	padding: 0px 10px 0px 10px;
72
-	border-style: none;
73
-	color: white;
74
-	background-color: gray;
75
-	height: 25px;
76
-	width: 300px;
77
-	font-family: Verdana,Arial,serif;
78
-	text-align: left;
79
-}
80
-div.conteneur{
81
-	width: 550px;
82
-	margin: 10 auto;
83
-	padding: 10px;
84
-	border: 1px dotted #FFDDDD;
85
-	text-align: left;
86
-}
87
-div.conteneur h2.legende{
88
-	margin: -23px 0px 0px 60px;
89
-	padding: 0px 10px 0px 10px;
90
-	border-style: none;
91
-	color: white;
92
-	background-color: gray;
93
-	height: 25px;
94
-	width: 230px;
95
-	font-family: Verdana,Arial,serif;
96
-	text-align: left;
97
-}
98
-div.conteneurInterieur{
99
-	width: 530px;
100
-	margin: 15 auto;
101
-	background-color: gray;
102
-	padding: 10px;
103
-	border: 1px solid #FFDDDD;
104
-	text-align: left;
105
-}
106
-div.conteneurInterieur h3.legende{
107
-	margin: -23px 0px 0px 70px;
108
-	padding: 0px 10px 0px 10px;
109
-	border-style: none;
110
-	color: white;
111
-	background-color: gray;
112
-	height: 25px;
113
-	width: 250px;
114
-	font-family: Verdana,Arial,serif;
115
-	text-align: left;
116
-}
117
-
118
-div.conteneurPetit{
119
-	width: 400px;
120
-	margin: 10 auto;
121
-	padding: 10px;
122
-	border: 1px dotted #FFDDDD;
123
-	text-align: left;
124
-}
125
-div.conteneurPetit h2.legende{
126
-	margin: -23px 0px 0px 60px;
127
-	padding: 0px 10px 0px 10px;
128
-	border-style: none;
129
-	color: white;
130
-	background-color: gray;
131
-	height: 25px;
132
-	width: 220px;
133
-	font-family: Verdana,Arial,serif;
134
-	text-align: left;
135
-}
136
-div.conteneurPetitInterieur{
137
-	width: 380px;
138
-	margin: 15 auto;
139
-	background-color: gray;
140
-	padding: 10px;
141
-	border: 1px solid #FFDDDD;
142
-	text-align: left;
143
-}
144
-div.conteneurPetitInterieur h3.legende{
145
-	margin: -23px 0px 0px 70px;
146
-	padding: 0px 10px 0px 10px;
147
-	border-style: none;
148
-	color: white;
149
-	background-color: gray;
150
-	height: 25px;
151
-	width: 250px;
152
-	font-family: Verdana,Arial,serif;
153
-	text-align: left;
154
-}
155
-
156
-
157
-#slide {
158
- width: 700px;
159
- margin: 10px auto;
160
- position: relative;
161
- height: 1000px;
162
- overflow: hidden;
163
- }
164
-
165
-.utilisateurs{
166
-	border: 1px dotted #FFDDDD;
167
-	background-color: gray;
168
-}
169
-.utilisateursInverse{
170
-	border: 1px dotted #FFDDDD;
171
-	background-color: silver;
172
-}
173
-.bloc_murUtilisateur{
174
-	position:relative;
175
-	left:25px;
176
-}
177
-.murUtilisateurs{
178
-	border: 1px dotted #FFDDDD;
179
-	background-color: gray;
180
-	display:block;
181
-	float:center;
182
-	width:100%;
183
-	margin: 0 5 5 0;
184
-	padding: 0 2 2 0;
185
-}
186
-
187
-h1.utilisateurs{
188
-	border: 1px dotted #FFDDDD;
189
-	background-color: gray;
190
-}
191
-h2.utilisateurs{
192
-	border: 1px dotted #FFDDDD;
193
-	background-color: gray;
194
-}
195
-h3.utilisateurs{
196
-	border: 1px dotted #FFDDDD;
197
-	background-color: gray;
198
-}
199
-h1.utilisateursInverse{
200
-	border: 1px dotted #FFDDDD;
201
-	background-color: silver;
202
-}
203
-h2.utilisateursInverse{
204
-	border: 1px dotted #FFDDDD;
205
-	background-color: silver;
206
-}
207
-h3.utilisateursInverse{
208
-	border: 1px dotted #FFDDDD;
209
-	background-color: silver;
210
-}
211
-a.info{
212
-    position: relative; 
213
-    z-index: 24;
214
-    color: black;
215
-    text-decoration: none
216
-}
217
-
218
-a.info:hover{
219
-	z-index: 25;
220
-}
221
-a.info span{
222
-	display: none;
223
-}
224
-a.info:hover span{
225
-	display: block;
226
-	position: absolute;
227
-	top: -15em; left: 10em; width:25em; height: 20em;
228
-	border: 1px solid #663333;
229
-	background-color: #FFFFFF;
230
-	color: #000000;
231
-	text-align: justify;
232
-	font-weight: none;
233
-	padding: 1px;
234
-}
235
-table.utilisateurs td{
236
-	border: 1px dotted #FFDDDD;
237
-	background-color: gray;
238
-	padding: 0px 10px 0px 10px;
239
-	margin: 0px 10px 0px 10px;
240
-	text-align: center;
241
-}
242
-td.titreTableau{
243
-	border: 1px solid #FFDDDD;
244
-	background-color: gray;
245
-	padding: 5px 10px 5px 10px;
246
-	text-align: right;
247
-	color: white;
248
-	width: 250px;
249
-}
250
-
251
-td.utilisateurs{
252
-	border: 1px dotted #FFDDDD;
253
-	background-color: gray;
254
-	padding: 0px 10px 0px 10px;
255
-	margin: 0px 10px 0px 10px;
256
-	text-align: center;
257
-}
258
-td.utilisateursInverse{
259
-	border: 1px dotted #FFDDDD;
260
-	background-color: silver;
261
-	padding: 0px 10px 0px 10px;
262
-	margin: 0px 10px 0px 10px;
263
-	text-align: center;
264
-}
265
-td.ecriture{
266
-	border: 1px dotted #FFDDDD;
267
-	background-color: gray;
268
-	padding: 0px 10px 0px 10px;
269
-	margin: 0px 10px 0px 10px;
270
-	text-align: left;
271
-}
272
-td.ecritureInverse{
273
-	border: 1px dotted #FFDDDD;
274
-	background-color: silver;
275
-	padding: 0px 10px 0px 10px;
276
-	margin: 0px 10px 0px 10px;
277
-	text-align: left;
278
-}
279
-td.gris{
280
-	background-color: #CCCCCC;
281
-	margin: 0px 0px 0px 0px;
282
-	padding: 0px 0px 0px 0px;
283
-	width: 5px;
284
-	height: 5px;
285
-}
286
-td.fondgris{
287
-	background-color: #CCCCCC;
288
-}
289
-td.articles{
290
-	background-color: #666666;
291
-}
292
-td.article{
293
-	border: 1px solid #DDDDDD;
294
-	background-color: #CCCCCC;
295
-	height: 1000px;
296
-}
297
-p.utilisateurs{
298
-	border: 1px dotted #FFDDDD;
299
-	background-color: gray;
300
-	padding: 0px 10px 0px 10px;
301
-	margin: 0px 10px 0px 10px;
302
-	text-align: center;
303
-	float: left;
304
-}
305
-p.date{
306
-	font-style: underline;
307
-}
308
-p.post{
309
-	font-variant: small-caps;
310
-}
311
-p.Tchat{
312
-	float: left;
313
-	text-align: left;
314
-}
315
-p.TchatSuppression{
316
-	width: 500px;
317
-}
318
-p.titre{
319
-	font-variant: small-caps;
320
-	width: 150px;
321
-}
322
-p.titreDossier{
323
-	width: 500px;
324
-	text-align: center;
325
-	font-variant: small-caps;
326
-}
327
-p.corpsDossier{
328
-	width: 730px;
329
-}
330
-p.sous-titre{
331
-	font-style: italic;
332
-}
333
-p.gauche { text-align: left; }
334
-p.centre { text-align: center; }
335
-p.droite { text-align: right; }
336
-p.justifier { text-align: justify; }
337
-
338
-span.gras { font-weight: bold; }
339
-span.italique {font-style: italic; }
340
-span.souligne {text-decoration: underline; }
341
-span.fluo{ background:#ffff00; }
342
-
343
-img { border: #000000 0px solid; }
344
-
345
-#article li {
346
-	text-align: left;
347
-	list-style: square;
348
-}
349
-ul{
350
-  	list-style-position: inside;
351
-  	padding:0 0 0 0;
352
-	margin: 3px 0px 3px 10px;
353
-}
354
-ul.preferences{
355
-	border: 1px solid #FFDDDD;
356
-	background-color: gray;
357
-	width: 860px;
358
-	text-align: left;
359
-	margin: 10px;
360
-	padding: 10px;
361
-}
362
-ul.normal{ list-style-type: disc; }
363
-ul.numeros{ list-style-type: decimal; }
364
-ul.lettres{ list-style-type: lower-alpha; }
365
-
366 0
deleted file mode 100755
... ...
@@ -1,65 +0,0 @@
1
-#menu {
2
-width: 250px;
3
-list-style: none;
4
-}
5
-#menu li {
6
--moz-border-radius: 5 5 5 5;
7
-background-color: #FFFFFF;
8
-text-align: left;
9
-margin: 1em 0em;
10
-border-color: black;
11
-border-style: dotted;
12
-border-width: 1px;
13
-padding-left: 2em;
14
-padding-top: 1em;
15
-float: left;
16
-width:175px;
17
-
18
-}
19
-#menu li:first-letter{
20
-font-size: 200%;
21
-float: left;
22
-}
23
-#menu li a{
24
-background-color: #CCCCCC;
25
-color: black;
26
-text-decoration: none;
27
-}
28
-#menu li a:hover{
29
-color: gray;
30
-}
31
-#menu li a:focus{
32
-color: black;
33
-}
34
-
35
-#sousmenu {
36
-width: 750px;
37
-list-style: none;
38
-float: right;
39
-}
40
-#sousmenu li{
41
-width:500px;
42
--moz-border-radius: 5 5 0 0;
43
-background-color: #FFFFFF;
44
-text-align: left;
45
-margin 1em 2em;
46
-border-color:black;
47
-border-style: solid;
48
-border-width: 1px;
49
-padding-left: 2em;
50
-padding-top: 1em;
51
-}
52
-#sousmenu li:first-letter{
53
-font-size: 150%;
54
-float: left;
55
-}
56
-#sousmenu li:a{
57
-background-color: #BBBBBB;
58
-color:black;
59
-}
60
-#sousmenu li a:hover{
61
-color:gray;
62
-}
63
-#sousmenu li a:focus{
64
-color:black;
65
-}
66 0
deleted file mode 100755
... ...
@@ -1,77 +0,0 @@
1
-div.limiteur{
2
-background-color: black;
3
-position: absolute;
4
-top: 400px;
5
-right: 0px;
6
-width: 100%;
7
-height: 35px;
8
-z-index: 2;
9
-}
10
-div.menu{
11
-background-color: #663333;
12
-position: absolute;
13
-top: 0px;
14
-right: 0px;
15
-width: 100%;
16
-height: 400px;
17
-z-index: 3;
18
-}
19
-div.logoMenu{
20
-position: absolute;
21
-left: 10px;
22
-}
23
-div.boutonsMenu{
24
-position: absolute;
25
-right: 500px;
26
-top: 10px;
27
-}
28
-div.sousmenu{
29
-position: absolute;
30
-top: 330px;
31
-right: 150px;
32
-z-index: 3;
33
-}
34
-div.corps{
35
-position: absolute;
36
-padding: 0%;
37
-margin: 0%;
38
-width: 100%;
39
-top: 450px;
40
-left: 0px;
41
-z-index: 3;
42
-}
43
-div.contenu{
44
-padding: 5%;
45
-width: 90%;
46
-}
47
-div.piedDePage{
48
-background-color: #cccccc;
49
-background-image: url(../images/FinDePage-2.png);
50
-background-repeat: repeat-x;
51
-height: 500px;
52
-}
53
-
54
-div.article{
55
-position:relative;
56
-}
57
-div.gueuloir{
58
-position:relative;
59
-display:none;
60
-}
61
-
62
-div.imagebd{
63
-background-color: none;
64
-position: absolute;
65
-top: 400px;
66
-right: 270px;
67
-z-index: 2;
68
-}
69
-div.cadreArrondi{
70
-border-width: 1px;
71
-}
72
-div.formulaire{
73
-display: block;
74
-}
75
-div.telechargementEnCours{
76
-display: none;
77
-}
78 0
deleted file mode 100755
... ...
@@ -1,76 +0,0 @@
1
-div.limiteur{
2
-background-color: black;
3
-position: absolute;
4
-top: 400px;
5
-right: 0px;
6
-width: 100%;
7
-height: 35px;
8
-z-index: 2;
9
-}
10
-div.menu{
11
-background-color: #663333;
12
-position: absolute;
13
-top: 0px;
14
-right: 0px;
15
-width: 100%;
16
-height: 400px;
17
-z-index: 3;
18
-}
19
-div.logoMenu{
20
-position: absolute;
21
-right: 20px;
22
-}
23
-div.boutonsMenu{
24
-position: absolute;
25
-top: 20px;
26
-right: 200px;
27
-}
28
-div.sousmenu{
29
-position: absolute;
30
-top: 330px;
31
-left: 5px;
32
-z-index: 3;
33
-}
34
-div.corps{
35
-position: absolute;
36
-padding: 0%;
37
-margin: 0%;
38
-width: 100%;
39
-top: 450px;
40
-left: 0px;
41
-z-index: 3;
42
-}
43
-div.contenu{
44
-padding: 5%;
45
-width: 90%;
46
-}
47
-div.piedDePage{
48
-background-color: #cccccc;
49
-background-image: url(../images/FinDePage-2.png);
50
-background-repeat: repeat-x;
51
-height: 500px;
52
-}
53
-div.article{
54
-position:relative;
55
-}
56
-div.gueuloir{
57
-position:relative;
58
-display:none;
59
-}
60
-
61
-div.imagebd{
62
-background-color: none;
63
-position: absolute;
64
-top: 400px;
65
-right: 270px;
66
-z-index: 2;
67
-}
68
-div.cadreArrondi{
69
-border-width: 1px;
70
-}
71
-div.formulaire{
72
-display: block;
73
-}
74
-div.telechargementEnCours{
75
-display: none;
76
-}
77 0
deleted file mode 100755
... ...
@@ -1,76 +0,0 @@
1
-div.limiteur{
2
-background-color: black;
3
-position: absolute;
4
-top: 400px;
5
-right: 0px;
6
-width: 100%;
7
-height: 35px;
8
-z-index: 2;
9
-}
10
-div.menu{
11
-background-color: #663333;
12
-position: absolute;
13
-top: 0px;
14
-right: 0px;
15
-width: 100%;
16
-height: 400px;
17
-z-index: 3;
18
-}
19
-div.logoMenu{
20
-position: absolute;
21
-left: 10px;
22
-}
23
-div.boutonsMenu{
24
-position: absolute;
25
-left: 250px;
26
-top: 50px;
27
-}
28
-div.sousmenu{
29
-position: absolute;
30
-top: 330px;
31
-left: 500px;
32
-z-index: 3;
33
-}
34
-div.corps{
35
-position: absolute;
36
-padding: 0%;
37
-margin: 0%;
38
-width: 100%;
39
-top: 450px;
40
-left: 0px;
41
-z-index: 3;
42
-}
43
-div.contenu{
44
-padding: 5%;
45
-width: 90%;
46
-}
47
-div.piedDePage{
48
-background-color: #cccccc;
49
-background-image: url(../images/FinDePage-2.png);
50
-background-repeat: repeat-x;
51
-height: 500px;
52
-}
53
-div.article{
54
-position:relative;
55
-}
56
-div.gueuloir{
57
-position:relative;
58
-display: none;
59
-}
60
-
61
-div.imagebd{
62
-background-color: none;
63
-position: absolute;
64
-top: 400px;
65
-right: 270px;
66
-z-index: 2;
67
-}
68
-div.cadreArrondi{
69
-border-width: 1px;
70
-}
71
-div.formulaire{
72
-display: block;
73
-}
74
-div.telechargementEnCours{
75
-display: none;
76
-}
77 0
deleted file mode 100755
... ...
@@ -1,67 +0,0 @@
1
-div.limiteur{
2
-background-color: black;
3
-position: absolute;
4
-top: 0px;
5
-left: 260px;
6
-width: 25px;
7
-height: 100%;
8
-z-index: 2;
9
-}
10
-div.menu{
11
-background-color: #663333;
12
-position: absolute;
13
-top: 0px;
14
-left: 0px;
15
-width: 100%;
16
-height: 400px;
17
-z-index: 4;
18
-}
19
-div.sousmenu{
20
-position: absolute;
21
-top: 330px;
22
-left: 5px;
23
-z-index: 4;
24
-}
25
-div.corps{
26
-position: absolute;
27
-padding: 0%;
28
-margin: 0%;
29
-width: 100%;
30
-top: 450px;
31
-left: 0px;
32
-z-index: 3;
33
-}
34
-div.contenu{
35
-padding: 0px 0px 100px 300px;
36
-width: 75%;
37
-}
38
-div.piedDePage{
39
-background-color: #cccccc;
40
-background-image: url(../images/FinDePage-2.png);
41
-background-repeat: repeat-x;
42
-height: 500px;
43
-}
44
-div.article{
45
-position:relative;
46
-}
47
-div.gueuloir{
48
-position:relative;
49
-display: none;
50
-}
51
-
52
-div.imagebd{
53
-background-color: none;
54
-position: absolute;
55
-top: 400px;
56
-left: 270px;
57
-z-index: 2;
58
-}
59
-div.cadreArrondi{
60
-border-width: 1px;
61
-}
62
-div.formulaire{
63
-display: block;
64
-}
65
-div.telechargementEnCours{
66
-display: none;
67
-}
68 0
deleted file mode 100755
... ...
@@ -1,76 +0,0 @@
1
-div.limiteur{
2
-background-color: black;
3
-position: absolute;
4
-top: 0px;
5
-right: 260px;
6
-width: 25px;
7
-height: 100%;
8
-z-index: 2;
9
-}
10
-div.menu{
11
-background-color: #663333;
12
-position: absolute;
13
-top: 0px;
14
-right: 0px;
15
-width: 100%;
16
-height: 400px;
17
-z-index: 4;
18
-}
19
-div.menu div.logoMenu{
20
-position: relative;
21
-right: 500px;
22
-}
23
-div.menu div.boutonsMenu{
24
-position: absolute;
25
-right: 10px;
26
-}
27
-div.sousmenu{
28
-position: absolute;
29
-top: 330px;
30
-right: 5px;
31
-z-index: 4;
32
-}
33
-div.corps{
34
-position: absolute;
35
-padding: 0%;
36
-margin: 0%;
37
-width: 100%;
38
-top: 450px;
39
-left: 0px;
40
-z-index: 3;
41
-}
42
-div.contenu{
43
-padding: 0px 300px 100px 10px;
44
-width: 75%;
45
-}
46
-div.piedDePage{
47
-background-color: #cccccc;
48
-background-image: url(../images/FinDePage-2.png);
49
-background-repeat: repeat-x;
50
-height: 500px;
51
-}
52
-
53
-div.article{
54
-position:relative;
55
-}
56
-div.gueuloir{
57
-position:relative;
58
-display: none;
59
-}
60
-
61
-div.imagebd{
62
-background-color: none;
63
-position: absolute;
64
-top: 400px;
65
-right: 270px;
66
-z-index: 2;
67
-}
68
-div.cadreArrondi{
69
-border-width: 1px;
70
-}
71
-div.formulaire{
72
-display: block;
73
-}
74
-div.telechargementEnCours{
75
-display: none;
76
-}
77 0
deleted file mode 100755
... ...
@@ -1,80 +0,0 @@
1
-div.limiteur{
2
-background-color: black;
3
-position: absolute;
4
-top: 400px;
5
-right: 0px;
6
-width: 100%;
7
-height: 35px;
8
-z-index: 2;
9
-}
10
-div.menu{
11
-background-color: #663333;
12
-position: absolute;
13
-top: 0px;
14
-right: 0px;
15
-width: 100%;
16
-height: 400px;
17
-z-index: 3;
18
-}
19
-div.logoMenu{
20
-position: absolute;
21
-left: 10px;
22
-}
23
-div.boutonsMenu{
24
-position: absolute;
25
-right: 500px;
26
-top: 10px;
27
-}
28
-div.sousmenu{
29
-position: absolute;
30
-top: 330px;
31
-right: 150px;
32
-z-index: 3;
33
-}
34
-div.corps{
35
-position: absolute;
36
-padding: 0%;
37
-margin: 0%;
38
-width: 100%;
39
-top: 450px;
40
-left: 0px;
41
-z-index: 3;
42
-}
43
-div.contenu{
44
-padding: 0px 0px 100px 10px;
45
-width: 75%;
46
-}
47
-div.piedDePage{
48
-background-color: #cccccc;
49
-background-image: url(../images/FinDePage-2.png);
50
-background-repeat: repeat-x;
51
-height: 500px;
52
-}
53
-div.article{
54
-position:relative;
55
-}
56
-div.gueuloir{
57
-position:absolute;
58
-display:block;
59
-width: 20%;
60
-top: 450px;
61
-right: 10px;
62
-z-index: 4;
63
-}
64
-
65
-div.imagebd{
66
-background-color: none;
67
-position: absolute;
68
-top: 400px;
69
-right: 270px;
70
-z-index: 2;
71
-}
72
-div.cadreArrondi{
73
-border-width: 1px;
74
-}
75
-div.formulaire{
76
-display: block;
77
-}
78
-div.telechargementEnCours{
79
-display: none;
80
-}
81 0
deleted file mode 100755
... ...
@@ -1,78 +0,0 @@
1
-div.limiteur{
2
-background-color: black;
3
-position: absolute;
4
-top: 0px;
5
-left: 245px;
6
-width: 3%;
7
-height: 1250px;
8
-z-index: 2;
9
-}
10
-div.menu{
11
-background: #663333;
12
-background: -moz-linear-gradient(top, #663333 100%, #CCCCCC 10%);
13
-background: -o-linear-gradient(top, #663333 100%, #CCCCCC 10%);
14
-background: -webkit(linear,top, bottom, from(#663333), to(#CCCCCC));
15
-background: -webkit-linear-gradient(top, #663333 100%, #CCCCCC 10%);
16
-background: -ms-linear-gradient(top, #663333 100%, #CCCCCC 10%);
17
-background: -linear-gradient(top, #663333 100%, #CCCCCC 10%);
18
-
19
-position: absolute;
20
-margin: 0px;
21
-padding: 0px 0px 100px 0px;
22
-top: 0px;
23
-left: 0px;
24
-width: 250px;
25
-height: auto;
26
-z-index: 4;
27
-}
28
-div.sousmenu{
29
-position: absolute;
30
-top: 10px;
31
-right: 0px;
32
-z-index: 4;
33
-}
34
-
35
-div.corps{
36
-position: absolute;
37
-padding: 0%;
38
-margin: 0%;
39
-width: 100%;
40
-top: 100px;
41
-left: 0%;
42
-z-index: 3;
43
-}
44
-div.contenu{
45
-padding: 0px 1% 543px 22%;
46
-width: 77%;
47
-}
48
-div.piedDePage{
49
-background-color: #cccccc;
50
-background-image: url(../images/FinDePage-2.png);
51
-background-repeat: repeat-x;
52
-height: 500px;
53
-}
54
-
55
-div.article{
56
-position:relative;
57
-}
58
-div.gueuloir{
59
-position:relative;
60
-display: none;
61
-}
62
-
63
-div.imagebd{
64
-background-color: none;
65
-position: absolute;
66
-top: 0px;
67
-left: 270px;
68
-z-index: 2;
69
-}
70
-div.cadreArrondi{
71
-border-width: 1px;
72
-}
73
-div.formulaire{
74
-display: block;
75
-}
76
-div.telechargementEnCours{
77
-display: none;
78
-}
79 0
deleted file mode 100755
... ...
@@ -1,77 +0,0 @@
1
-div.limiteur{
2
-background-color: black;
3
-position: absolute;
4
-top: 0px;
5
-right: 250px;
6
-width: 3%;
7
-height: 1250px;
8
-z-index: 2;
9
-}
10
-div.menu{
11
-background: #663333;
12
-background: -moz-linear-gradient(top, #663333 100%, #CCCCCC 10%);
13
-background: -o-linear-gradient(top, #663333 100%, #CCCCCC 10%);
14
-background: -webkit(linear,top, bottom, from(#663333), to(#CCCCCC));
15
-background: -webkit-linear-gradient(top, #663333 100%, #CCCCCC 10%);
16
-background: -ms-linear-gradient(top, #663333 100%, #CCCCCC 10%);
17
-background: -linear-gradient(top, #663333 100%, #CCCCCC 10%);
18
-
19
-position: absolute;
20
-margin: 0px;
21
-padding: 0px 0px 100px 0px;
22
-top: 0px;
23
-right: 0px;
24
-width: 20%;
25
-height: auto;
26
-z-index: 4;
27
-}
28
-div.sousmenu{
29
-position: absolute;
30
-top: 10px;
31
-left: 0px;
32
-z-index: 3;
33
-}
34
-div.corps{
35
-position: absolute;
36
-padding: 0%;
37
-margin: 0%;
38
-width: 100%;
39
-top: 100px;
40
-right: 0%;
41
-z-index: 3;
42
-}
43
-div.contenu{
44
-padding: 0px 22% 543px 1%;
45
-width: 77%;
46
-}
47
-div.piedDePage{
48
-background-color: #cccccc;
49
-background-image: url(../images/FinDePage-2.png);
50
-background-repeat: repeat-x;
51
-height: 500px;
52
-}
53
-
54
-div.article{
55
-position:relative;
56
-}
57
-div.gueuloir{
58
-position:relative;
59
-display: none;
60
-}
61
-
62
-div.imagebd{
63
-background-color: none;
64
-position: absolute;
65
-top: 0px;
66
-right: 270px;
67
-z-index: 2;
68
-}
69
-div.cadreArrondi{
70
-border-width: 1px;
71
-}
72
-div.formulaire{
73
-display: block;
74
-}
75
-div.telechargementEnCours{
76
-display: none;
77
-}
78 0
deleted file mode 100755
... ...
@@ -1,80 +0,0 @@
1
-div.limiteur{
2
-background-color: black;
3
-position: absolute;
4
-top: 450px;
5
-right: 0px;
6
-width: 100%;
7
-height: 35px;
8
-z-index: 2;
9
-}
10
-div.menu{
11
-background-color: #663333;
12
-position: absolute;
13
-top: 0px;
14
-right: 0px;
15
-width: 100%;
16
-height: 450px;
17
-z-index: 3;
18
-}
19
-div.logoMenu{
20
-position: absolute;
21
-left: 380px;
22
-}
23
-div.boutonsMenu{
24
-position: absolute;
25
-right: 380px;
26
-top: 10px;
27
-}
28
-div.sousmenu{
29
-position: absolute;
30
-top: 380px;
31
-right: 150px;
32
-z-index: 3;
33
-}
34
-div.corps{
35
-position: absolute;
36
-padding: 0%;
37
-margin: 0%;
38
-width: 100%;
39
-top: 500px;
40
-left: 0px;
41
-z-index: 3;
42
-}
43
-div.contenu{
44
-padding: 0px 0px 100px 300px;
45
-width: 75%;
46
-}
47
-div.piedDePage{
48
-background-color: #cccccc;
49
-background-image: url(../images/FinDePage-2.png);
50
-background-repeat: repeat-x;
51
-height: 500px;
52
-}
53
-div.article{
54
-position:relative;
55
-}
56
-div.gueuloir{
57
-position:absolute;
58
-display:block;
59
-width: 20%;
60
-top: 500px;
61
-left: 20px;
62
-z-index: 3;
63
-}
64
-
65
-div.imagebd{
66
-background-color: none;
67
-position: absolute;
68
-top: 450px;
69
-right: 270px;
70
-z-index: 2;
71
-}
72
-div.cadreArrondi{
73
-border-width: 1px;
74
-}
75
-div.formulaire{
76
-display: block;
77
-}
78
-div.telechargementEnCours{
79
-display: none;
80
-}
81 0
deleted file mode 100755
... ...
@@ -1,80 +0,0 @@
1
-div.limiteur{
2
-background-color: black;
3
-position: absolute;
4
-top: 450px;
5
-right: 0px;
6
-width: 100%;
7
-height: 35px;
8
-z-index: 2;
9
-}
10
-div.menu{
11
-background-color: #663333;
12
-position: absolute;
13
-top: 0px;
14
-right: 0px;
15
-width: 100%;
16
-height: 450px;
17
-z-index: 4;
18
-}
19
-div.logoMenu{
20
-position: relative;
21
-left: 500px;
22
-}
23
-div.boutonsMenu{
24
-position: absolute;
25
-right: 0px;
26
-top: 500px;
27
-}
28
-div.sousmenu{
29
-position: absolute;
30
-top: 400px;
31
-left: 50px;
32
-z-index: 5;
33
-}
34
-div.corps{
35
-position: absolute;
36
-padding: 0%;
37
-margin: 0%;
38
-width: 100%;
39
-top: 500px;
40
-left: 0px;
41
-z-index: 3;
42
-}
43
-div.contenu{
44
-padding: 10px;
45
-width: 70%;
46
-}
47
-div.piedDePage{
48
-background-color: #cccccc;
49
-background-image: url(../images/FinDePage-2.png);
50
-background-repeat: repeat-x;
51
-height: 500px;
52
-}
53
-div.article{
54
-position:relative;
55
-}
56
-div.gueuloir{
57
-position:absolute;
58
-display:block;
59
-width: 20%;
60
-top: 800px;
61
-right: 30px;
62
-z-index: 4;
63
-}
64
-
65
-div.imagebd{
66
-background-color: none;
67
-position: absolute;
68
-top: 450px;
69
-right: 270px;
70
-z-index: 2;
71
-}
72
-div.cadreArrondi{
73
-border-width: 1px;
74
-}
75
-div.formulaire{
76
-display: block;
77
-}
78
-div.telechargementEnCours{
79
-display: none;
80
-}
81 0
deleted file mode 100755
... ...
@@ -1,81 +0,0 @@
1
-div.limiteur{
2
-background-color: black;
3
-position: absolute;
4
-top: 450px;
5
-right: 0px;
6
-width: 100%;
7
-height: 35px;
8
-z-index: 2;
9
-}
10
-div.menu{
11
-background-color: #663333;
12
-position: absolute;
13
-top: 0px;
14
-right: 0px;
15
-width: 100%;
16
-height: 450px;
17
-z-index: 4;
18
-}
19
-div.logoMenu{
20
-position: relative;
21
-left: 500px;
22
-}
23
-div.boutonsMenu{
24
-position: absolute;
25
-right: 0px;
26
-top: 450px;
27
-}
28
-div.sousmenu{
29
-position: absolute;
30
-top: 400px;
31
-left: 300px;
32
-z-index: 5;
33
-}
34
-div.corps{
35
-position: absolute;
36
-padding: 0%;
37
-margin: 0%;
38
-width: 100%;
39
-top: 740px;
40
-left: 0px;
41
-z-index: 3;
42
-}
43
-div.contenu{
44
-padding: 0px 10px 100px 25%;
45
-width: 70%;
46
-}
47
-div.piedDePage{
48
-background-color: #cccccc;
49
-background-image: url(../images/FinDePage-2.png);
50
-background-repeat: repeat-x;
51
-height: 500px;
52
-}
53
-
54
-div.article{
55
-position:relative;
56
-}
57
-div.gueuloir{
58
-position:absolute;
59
-display:block;
60
-width: 20%;
61
-top: 550px;
62
-left: 20px;
63
-z-index: 4;
64
-}
65
-
66
-div.imagebd{
67
-background-color: none;
68
-position: absolute;
69
-top: 450px;
70
-right: 270px;
71
-z-index: 2;
72
-}
73
-div.cadreArrondi{
74
-border-width: 1px;
75
-}
76
-div.formulaire{
77
-display: block;
78
-}
79
-div.telechargementEnCours{
80
-display: none;
81
-}
82 0
deleted file mode 100755
... ...
@@ -1,80 +0,0 @@
1
-div.limiteur{
2
-background-color: black;
3
-position: absolute;
4
-top: 450px;
5
-right: 0px;
6
-width: 100%;
7
-height: 35px;
8
-z-index: 2;
9
-}
10
-div.menu{
11
-background-color: #663333;
12
-position: absolute;
13
-top: 0px;
14
-right: 0px;
15
-width: 100%;
16
-height: 450px;
17
-z-index: 4;
18
-}
19
-div.logoMenu{
20
-position: relative;
21
-right: 500px;
22
-}
23
-div.boutonsMenu{
24
-position: relative;
25
-left: 20px;
26
-top: 70px;
27
-}
28
-div.sousmenu{
29
-position: absolute;
30
-top: 700px;
31
-left: 420px;
32
-z-index: 5;
33
-}
34
-div.corps{
35
-position: absolute;
36
-padding: 0%;
37
-margin: 0%;
38
-width: 100%;
39
-top: 800px;
40
-left: 0px;
41
-z-index: 3;
42
-}
43
-div.contenu{
44
-padding: 0px 310px 100px 10px;
45
-width: 75%;
46
-}
47
-div.piedDePage{
48
-background-color: #cccccc;
49
-background-image: url(../images/FinDePage-2.png);
50
-background-repeat: repeat-x;
51
-height: 500px;
52
-}
53
-div.article{
54
-position:relative;
55
-}
56
-div.gueuloir{
57
-position:absolute;
58
-display:block;
59
-width: 20%;
60
-top: 550px;
61
-right: 20px;
62
-z-index: 4;
63
-}
64
-
65
-div.imagebd{
66
-background-color: none;
67
-position: absolute;
68
-top: 450px;
69
-right: 270px;
70
-z-index: 2;
71
-}
72
-div.cadreArrondi{
73
-border-width: 1px;
74
-}
75
-div.formulaire{
76
-display: block;
77
-}
78
-div.telechargementEnCours{
79
-display: none;
80
-}
81 0
deleted file mode 100755
... ...
@@ -1,37 +0,0 @@
1
-
2
-li{
3
-font-size:8px;
4
-}
5
-#article li {
6
-font-size: 8px;
7
-}
8
-p{
9
-font-size: 8px;
10
-}
11
-p.date{
12
-font-size: 8px;
13
-}
14
-p.post{
15
-font-size: 6px;
16
-}
17
-p.Tchat{
18
-font-size: 8px;
19
-}
20
-p.utilisateurs{
21
-font-size: 8px;
22
-}
23
-p.titre{
24
-font-size: 13px;
25
-}
26
-p.article{
27
-font-size: 8px;
28
-}
29
-p.corpsDossier{
30
-font-size: 10px;
31
-}
32
-p.titreDossier{
33
-font-size: 15px;
34
-}
35
-p.sous-titre{
36
-font-size: 11px;
37
-}
38 0
deleted file mode 100755
... ...
@@ -1,37 +0,0 @@
1
-
2
-li{
3
-font-size:10px;
4
-}
5
-#article li {
6
-font-size: 10px;
7
-}
8
-p{
9
-font-size:10px;
10
-}
11
-p.date{
12
-font-size: 10px;
13
-}
14
-p.post{
15
-font-size: 8px;
16
-}
17
-p.Tchat{
18
-font-size:10px;
19
-}
20
-p.utilisateurs{
21
-font-size: 10px;
22
-}
23
-p.titre{
24
-font-size: 15px;
25
-}
26
-p.article{
27
-font-size:10px;
28
-}
29
-p.corpsDossier{
30
-font-size: 12px;
31
-}
32
-p.titreDossier{
33
-font-size: 17px;
34
-}
35
-p.sous-titre{
36
-font-size: 13px;
37
-}
38 0
deleted file mode 100755
... ...
@@ -1,37 +0,0 @@
1
-
2
-li{
3
-font-size:12px;
4
-}
5
-#article li {
6
-font-size: 12px;
7
-}
8
-p{
9
-font-size:12px;
10
-}
11
-p.date{
12
-font-size: 12px;
13
-}
14
-p.post{
15
-font-size: 10px;
16
-}
17
-p.Tchat{
18
-font-size: 12px;
19
-}
20
-p.utilisateurs{
21
-font-size: 12px;
22
-}
23
-p.titre{
24
-font-size: 17px;
25
-}
26
-p.article{
27
-font-size: 12px;
28
-}
29
-p.corpsDossier{
30
-font-size: 14px;
31
-}
32
-p.titreDossier{
33
-font-size: 19px;
34
-}
35
-p.sous-titre{
36
-font-size: 15px;
37
-}
38 0
deleted file mode 100755
... ...
@@ -1,37 +0,0 @@
1
-
2
-li{
3
-font-size:14px;
4
-}
5
-#article li {
6
-font-size: 14px;
7
-}
8
-p{
9
-font-size:14px;
10
-}
11
-p.date{
12
-font-size: 14px;
13
-}
14
-p.post{
15
-font-size: 12px;
16
-}
17
-p.Tchat{
18
-font-size: 14px;
19
-}
20
-p.utilisateurs{
21
-font-size: 14px;
22
-}
23
-p.titre{
24
-font-size: 19px;
25
-}
26
-p.article{
27
-font-size: 14px;
28
-}
29
-p.corpsDossier{
30
-font-size: 16px;
31
-}
32
-p.titreDossier{
33
-font-size: 21px;
34
-}
35
-p.sous-titre{
36
-font-size: 17px;
37
-}
38 0
deleted file mode 100755
... ...
@@ -1,37 +0,0 @@
1
-
2
-li{
3
-font-size:16px;
4
-}
5
-#article li {
6
-font-size: 16px;
7
-}
8
-p{
9
-font-size:16px;
10
-}
11
-p.date{
12
-font-size: 16px;
13
-}
14
-p.post{
15
-font-size: 14px;
16
-}
17
-p.Tchat{
18
-font-size: 16px;
19
-}
20
-p.utilisateurs{
21
-font-size: 16px;
22
-}
23
-p.titre{
24
-font-size: 21px;
25
-}
26
-p.article{
27
-font-size: 16px;
28
-}
29
-p.corpsDossier{
30
-font-size: 18px;
31
-}
32
-p.titreDossier{
33
-font-size: 23px;
34
-}
35
-p.sous-titre{
36
-font-size: 19px;
37
-}
38 0
deleted file mode 100755
... ...
@@ -1,6 +0,0 @@
1
-body{
2
-font-family: Arial, Comic Sans MS, Verdana, Helvetica, Monospace, Garamond, Symbol, Times New Roman, Courrier New, Impact, Webding, Garuda;
3
-}
4
-
5
-
6
-
7 0
deleted file mode 100755
... ...
@@ -1,6 +0,0 @@
1
-body{
2
-font-family:  Comic Sans MS, Verdana, Helvetica, Monospace, Garamond, Symbol, Times New Roman, Courrier New, Impact, Webding, Garuda, Arial;
3
-}
4
-
5
-
6
-
7 0
deleted file mode 100755
... ...
@@ -1,6 +0,0 @@
1
-body{
2
-font-family:  Verdana, Helvetica, Monospace, Garamond, Symbol, Times New Roman, Courrier New, Impact, Webding, Garuda, Arial, Comic Sans MS;
3
-}
4
-
5
-
6
-
7 0
deleted file mode 100755
... ...
@@ -1,6 +0,0 @@
1
-body{
2
-font-family: Helvetica, Monospace, Garamond, Symbol, Times New Roman, Courrier New, Impact, Webding, Garuda, Arial, Comic Sans MS,  Verdana;
3
-}
4
-
5
-
6
-
7 0
deleted file mode 100755
... ...
@@ -1,6 +0,0 @@
1
-body{
2
-font-family: Monospace, Garamond, Symbol, Times New Roman, Courrier New, Impact, Webding, Garuda, Arial, Comic Sans MS,  Verdana, Helvetica;
3
-}
4
-
5
-
6
-
7 0
deleted file mode 100755
... ...
@@ -1,7 +0,0 @@
1
-@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
2
-body{
3
-font-family: Garamond, EB Garamond, Georgia, Symbol, Times New Roman, Courrier New, Impact, Webding, Garuda, Arial, Comic Sans MS,  Verdana, Helvetica, Monospace;
4
-}
5
-
6
-
7
-
8 0
deleted file mode 100755
... ...
@@ -1,6 +0,0 @@
1
-body{
2
-font-family: Symbol, Times New Roman, Courrier New, Impact, Webding, Garuda, Arial, Comic Sans MS,  Verdana, Helvetica, Monospace, Garamond;
3
-}
4
-
5
-
6
-
7 0
deleted file mode 100755
... ...
@@ -1,6 +0,0 @@
1
-body{
2
-font-family: Times New Roman, Courrier New, Impact, Webding, Garuda, Arial, Comic Sans MS,  Verdana, Helvetica, Monospace, Garamond, Symbol;
3
-}
4
-
5
-
6
-
7 0
deleted file mode 100755
... ...
@@ -1,6 +0,0 @@
1
-body{
2
-font-family: Courier New, Impact, Webdings, Garuda, Arial, Comic Sans MS,  Verdana, Helvetica, Monospace, Garamond, Symbol, Times New Roman;
3
-}
4
-
5
-
6
-
7 0
deleted file mode 100755
... ...
@@ -1,6 +0,0 @@
1
-body{
2
-font-family: Impact, Webding, Garuda, Arial, Comic Sans MS,  Verdana, Helvetica, Monospace, Garamond, Symbol, Times New Roman, Courrier New;
3
-}
4
-
5
-
6
-
7 0
deleted file mode 100755
... ...
@@ -1,6 +0,0 @@
1
-body{
2
-font-family: Webdings, Garuda, Arial, Comic Sans MS,  Verdana, Helvetica, Monospace, Garamond, Symbol, Times New Roman, Courrier New, Impact;
3
-}
4
-
5
-
6
-
7 0
deleted file mode 100755
... ...
@@ -1,6 +0,0 @@
1
-body{
2
-font-family:  Garuda, Arial, Comic Sans MS,  Verdana, Helvetica, Monospace, Garamond, Symbol, Times New Roman, Courrier New, Impact, Webding;
3
-}
4
-
5
-
6
-