Subversion Repositories Sites.tela-botanica.org

Rev

Rev 1132 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1119 mathias 1
<html>
2
<head>
3
	<style media="screen" type="text/css">
4
		body {
1132 mathias 5
			background-image: url('http://www.tela-botanica.org/reseau/maintenance/fond.jpg');
1119 mathias 6
			background-repeat: no-repeat;
1132 mathias 7
			background-position: fixed;
8
			background-size: cover;
1119 mathias 9
		}
10
		.bloc-centre {
11
			position: absolute;
12
			top:0;
13
			bottom: 0;
14
			left: 0;
15
			right: 0;
16
			width: 700px;
17
			height: 350px;
18
		    margin: auto;
19
			padding-top: 20px;
20
			text-align: center;
21
			border: solid #daf0da 1px;
22
			border-radius : 10px;
23
		}
24
		.bloc-centre h1 {
25
			margin-bottom: 0;
26
			font-family: Trebuchet MS, Calibri, Verdana, Nimbus, Times, Arial;
27
			font-size: 1.7em;
28
			color: #202020;
29
		}
30
		.bloc-centre h2 {
31
			margin-top: 10px;
32
			margin-bottom: 0;
33
			font-family: Trebuchet MS, Calibri, Verdana, Nimbus, Times, Arial;
34
			font-size: 1.3em;
35
			color: #808080;
36
		}
37
		.bloc-centre h3 {
38
			margin-top: 5px;
39
			margin-bottom: 0;
40
			font-family: Trebuchet MS, Calibri, Verdana, Nimbus, Times, Arial;
41
			font-size: 1em;
42
			font-weight: normal;
43
			font-style: italic;
44
			color: #a0a0a0;
45
		}
46
		.bloc-centre h3 strong {
47
			font-weight: bold;
48
			font-style: normal;
49
			color: #505050;
50
		}
51
	</style>
52
</head>
53
<body>
1133 mathias 54
	<div class="bloc-centre">
55
		<img src="http://www.tela-botanica.org/reseau/maintenance/logo-petit.png" alt="Tela-Botanica"/>
56
		<h1>Cette application est en cours de maintenance</h1>
57
		<h2>Veuillez nous excuser pour la gêne occasionnée</h2>
58
	</div>
1119 mathias 59
</body>
60
</html>