@charset "utf-8";
/* CSS Document */
body, html {
	height: 100%;
}
body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#header {
	width: 980px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
#content {
	width: 980px;
	margin: auto;
	margin-bottom: 10px;
	height: 524px;
	background-image: url(img_accueil/accueil-la-palmyre.jpg);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	position: relative;
}
#menu {
	position: absolute;
	left: 0px;
	top: 157px;
	width: 160px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	background-color: #acbfce;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b6c7d6;
	border-right-color: #748798;
	border-bottom-color: #748798;
	border-left-color: #b6c7d6;
	height: 20px;
	width: 125px;
	padding-top: 0px;
	padding-left: 0px;
	text-align: right;
	padding-right: 10px;
}
li:hover {
	background-color: #006699;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
	margin: 0px;
}
#footer {
	width: 980px;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
}
p {
	margin: 0px;
}
h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 90%;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 70%;
}
#flags {
	width: 50px;
	float: left;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
	text-decoration: none;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
