@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin:0;
  padding:0;
  background: url(../images/accueil/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;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	top: 0px;

}
/*header*/
#header {
	position: relative;
	max-width: 100%;
	height: 150px;
	/*background-color: #090;*/
}
#titre {
	position: relative;
	margin-left: 40%;
}
/*menu*/
#menu {
	position: relative;
	width: 100%;
	height: 55px;
	background-color: #916F4C;
	text-align: center;
	margin-top: 10px;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
#menu a, #menu a:link, #menu a:active, #menu a:visited {
	height: 40px;
	width: 110px;
	margin-top: 2px;
	background-color: #EBCA94;
	font-family:Verdana, Geneva, sans-serif;
	padding: 5px 10px 5px 10px;
	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;
}
/*content*/
#content {
	position: relative;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: auto;

}
/*h1*/
#subtitle {
	position: relative;
	top: 20px;
	width: 400px;
	margin-left: 40%;
	color: #FFDDA4;
}
/*textcontent*/
#textcontent {
	position: relative;
	width: 350px;
	height: auto;
	margin-top: 70px;
	margin-left: 0;
	padding: 0 10px 0 10px;
	text-align: justify;
	color: #FFDDA4;
	background-image: url(../images/accueil/fondTexteHome.png);
	float: left;
	}
/*photos*/
#photos {
	position: relative;
	margin-top: 100px;
	width: 800px;
	height: auto;
	margin-left: 450px;
	
	}
#photos p {
	color: #FFDDA4;
}
#newsLetter  a, #newsLetter a:link, #newsLetter a:active, #newsLetter a:visited {
	height: 40px;
	width: 310px;
	margin-top: 7px;
	background-color: #EBCA94;
	font-family:Verdana, Geneva, sans-serif;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	color: #703F31;
	text-decoration:none;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
#espace {
	width: 100%;
	height: 120px;
}
/*footer*/
#footer {
	position: relative;
	width: 100%;
	height: 50px;
	margin-bottom: 0px;
	background-color: #EBCA94;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
#footer p {
	margin-left:10px;
	padding-top:10px;
	color: #703F31;
}
#footer a {
	color: #703F31;
	text-decoration: none;
}
#langues {
	position: relative;
	float:right;
	margin-top: -35px;
}

#langues a, #langues a:link, #langues a:active, #langues a:visited {
	height: 20px;
	width: 30px;
	margin-top: 2px;
	background-color: #EBCA94;
	font-family:Verdana, Geneva, sans-serif;
	padding: 5px 10px 5px 10px;
	display: inline-block;
	color: #703F31;
	text-decoration:none;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}
#langues a:hover {
	background-color: #918F68;
	color: #FFDDA4;
	text-decoration: blink;
}
