Subversion Repositories Sites.tela-botanica.org

Rev

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