/* eléments principaux de la page */

body
{
	background: url('fond_jaune.png');
	font-family: 'trebuchet MS', Arial, sans-serif;
	width:895px;
	
}

h1
{
	
	text-align:center;
	color: black;
}
nav
{
	display: inline-block;
	width:895px;
	margin-right: 55px;
	border:1px solid #000;
	background-color:#eee;
}
	
nav ul 
{
	
	list-style:none;
}
nav li
{
		display: inline-block;
		
		
		
}
nav a
{
		text-decoration:none;
}
.graphjour
{
	margin-left: 25px;
	box-shadow: #222222 3px 3px 8px; 
	border-radius: 10px;
	width:864px;
	height:669px;
}
