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

Ma première tentative de MVC en PHP

Emmanuel ROY authored on 13/06/2017 21:55:21
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,78 @@
1
+div.limiteur{
2
+background-color: black;
3
+position: absolute;
4
+top: 0px;
5
+left: 285px;
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: 300px;
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
+}