Line 107... |
Line 107... |
107 |
}
|
107 |
}
|
Line 108... |
Line 108... |
108 |
|
108 |
|
109 |
/*+--------------------------------------------------------------------------------------------------------+*/
|
109 |
/*+--------------------------------------------------------------------------------------------------------+*/
|
110 |
/* Balises */
|
110 |
/* Balises */
|
111 |
body {
|
111 |
body {
|
- |
|
112 |
background-color: #d9e28c;
|
- |
|
113 |
background: url('../img/background/insectes.png') no-repeat 2em 2em,
|
- |
|
114 |
url('../img/background/tetard_faune.png') no-repeat right bottom,
|
112 |
background: #d9e28c;
|
115 |
url('../img/background/faune.png') no-repeat 2em bottom,
|
- |
|
116 |
-moz-radial-gradient(center, ellipse cover, #d9e28c 8%, #999e6c 85%);
|
- |
|
117 |
background: url('../img/background/insectes.png') no-repeat 2em 2em,
|
- |
|
118 |
url('../img/background/tetard_faune.png') no-repeat right bottom,
|
113 |
background-image: url('../img/background/dessin-tetard.png'), -moz-radial-gradient(center, ellipse cover, #d9e28c 8%, #999e6c 85%);
|
119 |
url('../img/background/faune.png') no-repeat 2em bottom,
|
- |
|
120 |
-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(27%,#d9e28c), color-stop(85%,#999e6c));
|
- |
|
121 |
background: url('../img/background/insectes.png') no-repeat 2em 2em,
|
- |
|
122 |
url('../img/background/tetard_faune.png') no-repeat right bottom,
|
114 |
background-image: url('../img/background/dessin-tetard.png'), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(27%,#d9e28c), color-stop(85%,#999e6c));
|
123 |
url('../img/background/faune.png') no-repeat 2em bottom,
|
- |
|
124 |
-webkit-radial-gradient(center, ellipse cover, #d9e28c 27%,#999e6c 85%);
|
- |
|
125 |
background: url('../img/background/insectes.png') no-repeat 2em 2em,
|
- |
|
126 |
url('../img/background/tetard_faune.png') no-repeat right bottom,
|
115 |
background-image: url('../img/background/dessin-tetard.png'), -webkit-radial-gradient(center, ellipse cover, #d9e28c 27%,#999e6c 85%);
|
127 |
url('../img/background/faune.png') no-repeat 2em bottom,
|
- |
|
128 |
-o-radial-gradient(center, ellipse cover, #d9e28c 27%,#999e6c 85%);
|
- |
|
129 |
background: url('../img/background/insectes.png') no-repeat 2em 2em,
|
- |
|
130 |
url('../img/background/tetard_faune.png') no-repeat right bottom,
|
116 |
background-image: url('../img/background/dessin-tetard.png'), -o-radial-gradient(center, ellipse cover, #d9e28c 27%,#999e6c 85%);
|
131 |
url('../img/background/faune.png') no-repeat 2em bottom,
|
117 |
background-image: url('../img/background/dessin-tetard.png'), -ms-radial-gradient(center, ellipse cover, #d9e28c 27%,#999e6c 85%);
|
132 |
-ms-radial-gradient(center, ellipse cover, #d9e28c 27%,#999e6c 85%);
|
- |
|
133 |
background: url('../img/background/insectes.png') no-repeat 2em 2em,
|
118 |
background-image: url('../img/background/dessin-tetard.png'), radial-gradient(ellipse at center, #d9e28c 27%,#999e6c 85%);
|
134 |
url('../img/background/tetard_faune.png') no-repeat right bottom,
|
- |
|
135 |
url('../img/background/faune.png') no-repeat 2em bottom,
|
119 |
background-repeat: no-repeat;
|
136 |
radial-gradient(ellipse at center, #d9e28c 27%,#999e6c 85%);
|
120 |
background-attachment:fixed;
|
137 |
background-attachment:fixed;
|
121 |
}
|
138 |
}
|
122 |
footer p{
|
139 |
footer p{
|
123 |
text-align:center;
|
140 |
text-align:center;
|
Line 165... |
Line 182... |
165 |
/* Formulaire spécifique */
|
182 |
/* Formulaire spécifique */
|
166 |
.page-header {
|
183 |
.page-header {
|
167 |
background-color: rgba(202, 214, 94, 0.4);
|
184 |
background-color: rgba(202, 214, 94, 0.4);
|
168 |
border-radius: 10px;
|
185 |
border-radius: 10px;
|
169 |
text-align: center;
|
186 |
text-align: center;
|
- |
|
187 |
background: url('../img/background/capricorne.png') no-repeat right top rgba(202, 214, 94, 0.4);
|
170 |
}
|
188 |
}
|
171 |
.page-header h1{
|
189 |
.page-header h1{
|
172 |
font-size: 3em;
|
190 |
font-size: 3em;
|
173 |
line-height: 63px;
|
191 |
line-height: 63px;
|
174 |
color: #2B2E34;
|
192 |
color: #2B2E34;
|