summaryrefslogtreecommitdiff
path: root/design/design.css
blob: 917943707374e84d085ba8fc99894cdc38e20237 (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
@import url("contenu.css");
@import url("sommaire.css");
@import url("confirmation.css");
@import url("commentaire.css");

@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'), url(../font/notoserif.woff) format('woff') ;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'),  url(../font/notoserifbold.woff) format('woff') ;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'),  url(../font/notoserifitalic.woff) format('woff') ;
}



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

}
#body_c
{
  background-repeat:no-repeat;
  background-position:top left;
}
.fr
{
  float: right;
}
.fl
{
  float: left;
}
ache {
  margin-left: auto;
  margin-right: auto;
}
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}