aboutsummaryrefslogtreecommitdiff
path: root/public/css/design.css
blob: 36c29d03d3c597f33b8f73e9f4434111c8dd0a96 (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
@import url("contenu.css");
@import url("sommaire.css");
@import url("confirmation.css");
@import url("commentaire.css");
@import url("style.css");
@import url("rainbow.css");

body
{
  font-family: 'Noto Serif', Verdana, sans-serif;
  margin: 0px;
  background: #f1f1f1;
  color: #333333;

}
#body_c
{
  background-repeat:no-repeat;
  background-position:top left;
}
.fl
{
  float: left;
}
ache {
  margin-left: auto;
  margin-right: auto;
}
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.suite {
    color: #888888;
    outline: none;
    text-decoration: none;
    font-size: 0.6em;
    font-weight: bold;
    font-family: monospace, serif;
    text-shadow: 0 1px 0 #DDD;
}