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

#header {
	
	width: 100%;
	height: 700px;
	margin : 0 0 0 auto;
	background: url(./images/fondsite4.png) top no-repeat;
	text-align: center;
	color :black;
	
}
#header h1 {
	margin: 0 0 0 210px;
	padding: 30px 0 0 0;
	color: white;
	font-size: 35px;
}
#header h2 {
	margin: 5px 0 0 380px;
	padding: 0;
	color: red;
	font-size: 15px;
}


#menu li {
	float: center;
	list-style-type: none;
}
#menu li a, #menu a:visited {
	color: red;
	text-decoration: underline;
}
#menu li a:hover {
	color: red;
	text-decoration: none;
}

#contenu {
	margin : -400px 20px 0 20px;
	text-align: justify;
	font-size: 12px;
	color: red;
	
}
#contenu h3 {
	color: white;
	font-size: 18px;
}
#contenu p {
	margin : 50px 20px 0 20px;
	text-align: justify;
	font-size: 12px;
	color: white;
	
}
#contenu a {
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
#contenu a:hover {
	color: blue;
	text-decoration: none;
}
#contenu a:visited {
	color: brown; 
}

