@charset "UTF-8";
/* CSS Document */


/* A.3 - Splash */
body.splash {
	height:100%;
	background-color: #ada5a7;
	background-image: url(../imgs/layout/startpagina-back.jpg);
	background-repeat: repeat;
}
.splash #container {
	width:869px;
	height:100%;
	height:590px;
	width:869px;
	top:50%;
	left:50%;
	margin:-295px auto auto -434px;
	position:absolute;
	background-image: url(../imgs/layout/maisondhotes-provence-maisonbertine.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.splash ul {
	position:absolute;
	left:285px;
	top:414px;
	width: 250px;
}
.splash ul, .splash li {
	list-style:none; margin:0}
.splash li {
	float:left;
	color: #FFF;
}
.splash li a:link, .splash li a:visited {
	color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 4px;
	padding-left: 4px;
}
.splash h1, .splash p a {
	color:#d9ccce;
	text-align:center;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.splash h1 {
	width:100%;
	position:absolute;
	bottom:0px
}
.splash h1 a:link, .splash h1 a:visited{
	color: #D9CBCD;
	text-decoration: none;
}
.splash h1, .splash strong {
	font-weight: normal;
	}

