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,77 @@
1
+div.limiteur{
2
+background-color: black;
3
+position: absolute;
4
+top: 0px;
5
+right: 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
+right: 0px;
24
+width: 300px;
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
+}