body
	{
		background-color : rgb(212,130,56); 
		width: 770px;
		margin: auto; 
		background-position : top right;
		background-repeat : no-repeat;
		margin-top : 20px; 
		margin-bottom : 20px;
	}
#corps
	{
		color : blue;
		font-size : 18px;
		text-align : justify;
		margin-left : 250px ;
		margin-bottom : 20px ;
		padding : 5px;
		font-family : "Arial ", Verdana, Arial black, serif;
		background-image : url("image_fond_diet1.jpg");
		background-repeat : no-repeat;
	}
#menu
	{
		float : left;
		width : 210px;
		border : 5px groove blue;
		padding : 5px;
	}
#menu h2
	{
		color : blue;
		text-align : center;
	}
.element_menu ul
	{
		padding : 0px;
		padding-left : 20px;
		margin : 0px;
		margin-bottom : 5px;
	}
a
	{
		text-decoration : none;
		color : rgb(0,128,198);
	}
a:visited
	{
		text-decoration : none;
	}
a:hover
	{
		text-decoration : underline;
	}
