summaryrefslogtreecommitdiff
path: root/design/contenu.css
blob: eb65f77c2d82f3d2426d46ab8b6f1fc7564c4dd1 (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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180

#article {
  border-top: 3px solid #eaeaea;
  border-top: 3px solid rgba(51, 51, 51, 0.1);                                                        
  padding: 1.6em 0;                            
  border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */    
  margin-left: 10px;
}
#contenu_top
{
    font-size: 1.5em;
    font-weight: bold;
    font-family:  OpenSymbol, "Vemana2000", serif;
    text-shadow: 0 2px 0 #FFF;
    line-height: 250%;
    color: #121311;
}
#info_article {
  margin-right: 2%;
  margin-left: 3%;
  text-indent: 3%;
  float: left;
  width: 95%;
}
#suite {
    float: right;
    color: #121212;
    font-size: 0.9em;
}
#autres_articles a
{
  display: inline-block;
  text-indent: 30px;
  text-decoration: none;
  font-style: italic;
  font-size: 0.9em;
  outline: none;
  color: #3322F0;
}
#autres_articles a:hover
{
  color: #222299;
}
#autres_articles:before {
  content: "______________________________";
}
#autres_articles a:before {
  //content: ">_";
}
#autres_articles h4
{
  text-indent: 10px;
  font-style: italic;
}
#autres_articles
{
  float: left;

  width: 100%;
  top: 0px;
    text-align: center;
  margin-bottom: 20px;
}
#contenu
{
  margin-right: 2%;
  margin-left: 3%;
  text-indent: 3%;
  float: left;
  width: 83%;
  background: #FFF;
  padding-right:0%;
  padding-left:0%;
  padding: 1.6em 1.6em;


}
@media only screen and (min-width: 768px) {
  #autres_articles
  {
    float: none;
    width: auto;
    background: #f1f1f1;
  }
  #contenu {
    float: none;
    margin-right: 7%;
    margin-left: 390px;
    width: auto;

    font-size:1.3em;
    padding-right:5%;
    padding-left:5%;

    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    border-color: #eaeaea !important;
    margin-top: 50px;
  }
  #info_article {
    padding-left: 290px;
  }
}
#contenu_
{
    height: auto; 
}
#contenu_ p
{
    font-size: 1em; 
}
#contenu_ h3
{
    color: #6b633e;
}
@media only screen and (min-width: 768px) {
#contenu_ h3 {font-size: 1.4em;}
#contenu_top2 {font-size: 1.5em;}
}
#intro
{
    margin-top: 2.5%;
    padding-left: 6%;
    text-indent: 5%;
    font-size: 0.65em;
    color: #944040;
}
#intro:first-letter
{
    font-size: 1.3em;
    color: #bf5353;
    font-weight: bold;
}
#conclusion
{
    margin-top: 2.5%;
    padding-left: 6%;
    text-indent: 5%;
    font-size: 0.9em;
    color: #575883;
}
#contenu_ p
{
  text-indent: 6%;
}
#contenu_ a
{
    text-decoration: none;
    outline: none;
}
#contenu_ a:hover
{
    font-style: italic;
}
.lireLaSuite {
   float: right;
   opacity:0.8;
   font-size: 0.6em;
   font-weight: bold;
   font-family:  monospace, serif;
   text-shadow: 0 1px 0 #DDD;
   color: #888888;
}
.lireLaSuite a {
    color: #888888;
    outline: none;
    text-decoration: none;
}



#foot_cloud
{
    background-image: url(../cloud.svg);
    position: absolute;
    background-position:bottom left;
    width: 100%;  height: 150px; 
    position: absolute;
    margin: 45px 0px 0px 0px;
}