-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
62 lines (54 loc) · 935 Bytes
/
Copy pathcss.css
File metadata and controls
62 lines (54 loc) · 935 Bytes
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
body
{
background-color: #446CB3;
}
span.nombreclic
{
font-family: impact, sans-serif;
color: #446CB3;
font-size: 18px;
letter-spacing: 0pt;
display: inline;
}
div#lien_perso
{
font-family: impact, sans-serif;
color: #446CB3;
font-size: 30px;
letter-spacing: 0pt;
}
div#lien_persoavant
{
font-family: impact, sans-serif;
font-size: 30px;
letter-spacing: 0pt;
}
div#menu
{
background-color: #ffffff;
border: 1px solid #000000;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
width: 1000px;
padding-left: 10px;
padding-top: 100px;
padding-bottom: 108px;
position: relative;
margin: auto;
}
div#bandeaubas
{
background-color: #ffffff;
border: 1px solid #000000;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
width: 880px;
text-align: center;
margin-top: 10px;
margin:auto;
padding-top: 32px;
padding-bottom: 16px;
padding-left: 10px;
}