1
2/* $Id: style.css,v 1.14 2018/06/12 09:30:13 gilles Exp gilles $ */
3
4/* http://www.w3schools.com/html/html5_browsers.asp */
5
6/*
7header, section, footer, aside, nav, main, article, figure {
8    display: inline-block;
9}
10*/
11
12body {
13  color: black;
14  background-color: #eeffff;
15}
16
17@media screen and ( min-width: 960px ) {
18  #left-menu {
19    float: left;
20    width: 50%;
21  }
22
23  #centered-logo {
24    float: left;
25    width: 50%;
26  }
27
28  #right-tronche {
29  float: right;
30  width: 60%;
31  }
32
33  }
34
35@media screen and ( min-width: 1280px ) {
36  #left-menu {
37    float: left;
38    width: 40%;
39  }
40
41  #centered-logo {
42    float: left;
43    width: 60%;
44  }
45}
46
47
48
49@media screen and ( min-width: 960px ) {
50  div.list {
51    display: inline-block;
52    vertical-align: top;
53  }
54}
55
56div.poll {
57  display: inline-block;
58  vertical-align: top;
59}
60
61
62
63div.center {
64  text-align: center;
65}
66
67img {
68  border: 0;
69}
70
71.none
72{
73   /* list-style-type: none;
74   */
75}
76
77.bold
78{
79     font-weight:bold;
80}
81
82.smaller
83{
84	font-size: smaller;
85}
86
87.larger
88{
89	font-size: larger;
90}
91
92.monospace
93{
94        font-family: "Courier New", Courier, monospace;
95}
96
97select {
98        font-family: "Courier New", Courier, monospace;
99        font-size: larger;
100}
101
102