html, body {
	margin: 0;
	padding: 0;
	color: white;
	background-color: black;
	text-align: right;
	font-family: "Trebuchet MS", Arial, "Trebuchet MS", serif;
}

#header {
	width: 1000px;
	height: 500px;
	margin : 0 0 0 auto;
	background: url(./images/fond_header.png) top right no-repeat;
	text-align: left;
}
#header h1 {
	margin: 0 0 0 210px;
	padding: 30px 0 0 0;
	color: #ffffe0;
	font-size: 35px;
}
#header h2 {
	margin: 5px 0 0 380px;
	padding: 0;
	color: #c9e8bf;
	font-size: 15px;
}

#menu {
	width: 400px;
	height: 25px;
	line-height: 25px;
	margin-top: 196px;
	margin-left: 60px !important;
	margin-left: 100px;
	font-size: 12px;
	color: #d7dabd;
}
#menu li {
	float: right;
	list-style-type: none;
}
#menu li a, #menu a:visited {
	color: #d7dabd;
	text-decoration: none;
}
#menu li a:hover {
	color: #fffff9;
	text-decoration: none;
}

#contenu {
	margin : -100px 20px 0 20px;
	text-align: justify;
	font-size: 12px;
	color: #a5a397;
	
}
#contenu h3 {
	color: #ffffe1;
	font-size: 18px;
	text-align: center;
}
#contenu p {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	
}
#contenu a {
	font-weight: bold;
	color: #d7dabd;
	text-decoration: none;
}
#contenu a:hover {
	color: #FFFFE2;
	text-decoration: none;
}
#contenu a:visited {
	color: #F2DBE0; 
}

p#copyright {
	width: 500px;
	height: 180px;
	margin : 0 0 0 auto;
	padding: 0 0 0 0;  
	background: url(./images/fond_copyright.png) bottom right no-repeat;
	color: #ffffe1;
	font-size: 11px;
	text-align: right;
}
p#copyright span {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	top: 150px;
	right: 20px;
	background: transparent;
	}

p#copyright a, p#copyright a:hover, p#copyright a:visited {
	color: #ffffe1;
	font-weight: bold;
	text-decoration: none;
}
