1 | 1 |
new file mode 100755 |
... | ... |
@@ -0,0 +1,81 @@ |
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 |
+min-height: 2500px; |
|
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 |
+div.article{ |
|
55 |
+position:relative; |
|
56 |
+} |
|
57 |
+div.gueuloir{ |
|
58 |
+position:absolute; |
|
59 |
+display:block; |
|
60 |
+width: 20%; |
|
61 |
+top: 800px; |
|
62 |
+right: 30px; |
|
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 |
+} |