html, body {
	height:100%;
}

body {
	background-color: #fff;
	font-size:13px;
    font-family:  'Lucida Grande', Verdana, Arial, sans-serif;
  	color:#564b47;  
  	padding: 0;
  	margin:0;
}

a { 
	color: #81161D; text-decoration: none; 
}
a:visited {color:#81161D;}
a:hover {color: #9F2F37;}
a:active { color:#81161D; }
	
#space { 
	width:1px;
	height:50%;
	margin-bottom:-300px;
	float:left;
}
#inhalt {
	width: 900px;
	height:600px;
	margin: 0 auto;
	position:relative; 
	clear:left; 
}
	
#slider {
    margin: 20px auto;
    padding:0;
	width: 400px;
	height: 400px;
	background-color: #ffffff;
	position:relative;
/*
	background-image:url(./Images/ombre-cadre.jpg);
	background-repeat:no-repeat;
	background-position:center center;
*/
}

.disclaimer {
	position: absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a img {
	border: none;
}

@font-face { font-family : 'Quimbie_Shaddow';
src: url(../Fonts/Quimbie_Shaddow.ttf) format('truetype'); }


h1#grostitre {
	padding: 0px;
	margin: 0px;
	padding-top:15px;
	text-align:center;
	color:#81161D;
	text-decoration: none;
	font-size: 3.5em;
}
h1#grostitre a {
	display:block;
	width: 100%;
	font-style: normal;
	font-family: 'Quimbie_Shaddow', 'Liberation Mono', sans-serif;
	color:#81161D;
	text-decoration: none;
}
#acces{
	text-align:center;
	font-size:1.2em;
	margin:0;
}
