blob: 9d553724e6e0313f1e79244bc34fedf75cf9d64a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
.barre {
width: 100%;
height: 2%;
background: #F00000;
text-align: center;
}
.onglet{
display: inline-block;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 1px;
margin-right: 1px;
background: #900000;
padding : 5px 5px 5px 5px;
}
head{
text-align: center;
}
body {
background-color: #636972;
color:white;
text-align:center;
}
footer {
border-top: 2px solid;
border-color: #900000;
position: fixed;
width:100%;
background-color: grey;
bottom: 0%;
text-align : center;
margin-left: auto;
}
#HDD{
margin-left: auto;
text-align:left;
margin-left: 4%;
}
#periphs{
margin-left: auto;
text-align:left;
margin-left: 4%;
}
#Divers{
margin-left: auto;
text-align:left;
margin-left: 4%;
}
a {
color: white;
}
.entete {
font-weight: bold;
text-align:center;
}
#commande{
text-align: left;
}
#panierform{
margin: auto;
}
|