/* @override http://10.37.129.2:8888/~max/Paca/Paca/views/accueil.css */

body {
	position: absolute;
	height: 100%;
	width: 100%;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	background-color: #96886a;
	/*background-color: #a29279;*/
}

h1 {
	position: absolute;
	right: 15%;
	top: 5px;
	margin: 0 .5em;
	white-space: nowrap;
	color: #5d5446;
	z-index: 3;
	font-size: 30px;
}

#menu {
	bottom: 1em;
}

#menu a:hover {
	background-color: #b8a59d;
}

#fond {
	height: 100%;
	overflow: hidden;
	/*width: auto;*/
	/*width: 100%;*/
}

#fond img {
	display: block;
	height: 100%;
	width: auto;
	margin: auto;
	/*min-height: 500px;*/
}

#lang {
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	color: #96886a;
}

#lang:hover {
	color: #3e382f;
}