@charset "utf-8";
.interface {
}
	
html {
	background-color: #3366CC;
}
body {
	width: 985px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/fond-body.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 550px;
	background-color: #3366CC;
	font-size: medium;
	color: #FFFFFF;
	
}

#menu {
	width: 985px;
	height: 40px;
	
}
#menu-items {
	list-style-type: none;
	margin: 14px 0 0 40px;
}
#menu-items li {
	display: inline;
	padding-left: 18px;
	
}
#menu-items li a {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
#menu-items li a:hover {
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: double;
}

	
#contenu {
	padding: 8px;
	margin-right: 25px;
	margin-left: 25px;
	float: none;
	margin-top: 10px;
	width: 935px;
	font-size: 24px;
	overflow: auto;
	height: 500px;
	
}	