1 | 1 |
new file mode 100755 |
... | ... |
@@ -0,0 +1,76 @@ |
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 |
+} |