-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
97 lines (81 loc) · 1.43 KB
/
style.css
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#logo {
width: 500px;
margin: auto;
margin-top: 200px;
display: flex;
flex-flow: column;
align-items: center;
}
#recherche {
width: 500px;
margin: auto;
display: flex;
box-shadow: 2px 2px 4px #FFFFFF;
}
#boutons {
width: 500px;
margin: auto;
margin-top: 20px;
display: flex;
/* flex-flow: row; */
flex-direction: row;
align-items: center;
justify-content: center;
}
#navigation {
display: flex;
flex-flow: row;
list-style-type: none;
/* font-family: Arial, Helvetica, sans-serif; */
margin-top: 10px;
margin-left: 1500px;
margin-right: 20px;
}
footer {
display: flex;
flex-direction: column;
padding: 0px 0px 0px 0px;
}
ul.listBas {
border: 1px solid #e7e7e7;
background-color: #f3f3f3;
list-style-type: none;
display: block;
margin: 0px;
padding: 14px;
}
li {
color: #666;
display: inline;
padding: 4px;
}
/* Nouveaux styles */
a.lien-nav {
color: black;
text-decoration: none;
}
a:hover.lien-nav {
text-decoration: underline;
}
a:link.connexion, a:visited.connexion {
background-color: blue;
color: white;
padding: 5px 10px 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
}
body {
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}
#base {
margin-top: 445px;
}
a.lien-footer {
color: #666;
text-decoration: none;
}
a:hover.lien-footer {
text-decoration: underline;
}