@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin:0;
  padding:0;
  background: url(../../images/intro/plafondFond.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}
/*page*/
#page {
	position: relative;
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	top: 0px;

}
#intro {
	position: relative;
	top: 50px;
	margin-left: 7%;
	margin-right: auto;
}
#menu {
	position: relative;
	width: 100%;
	height: 55px;
	text-align: center;
	margin-top: 70px;
}
#menu a, #menu a:link, #menu a:active, #menu a:visited {
	height: 40px;
	width: 110px;
	margin: 2px 15px 2px 15px;
	background-color: #EBCA94;
	font-family:Verdana, Geneva, sans-serif;
	padding: 20px 20px 5px 20px;
	display: inline-block;
	color: #703F31;
	text-decoration:none;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
#menu a:hover {
	background-color: #918F68;
	color: #FFDDA4;
	text-decoration: blink;
}