#body
	{
	width:100%;
	}


#logo
	{
	position: absolute;
	left: 1%;
	top: 2%;
	}

a	
	{
	font-weight: bold;
	color: gray;
	}

a:active
	{
	color: #85872C;
	}


a:visited
	{
	color: #85872C;
	}

a:hover
	{
	color: white;
	background-color: #85872C;
	}

#menu 
	{
	position: absolute;
	font-family: tahoma, arial, Verdana, Geneva, sans-serif;
	background-color: white;
	line-height: 140%;
	left: 5%;
	top: 300px;
	}

a.menu
	{
	position: relative;
	cursor: pointer;
	color: #85872C;
	}

a.menu:hover
	{
	background-color: #85872C;
	color: white;
	} 


a.menu:visited
	{
	color: #85872C;
	}



ul#menu 
	{
	margin: 0;
	padding: 0;
	}

ul#menu li 
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#menu a
	{
	text-decoration: none;
	font-weight: bold;
	color: #85872C;
	background-color: white;
	}

ul#menu a:visited
	{
	color: purple;
	}

ul#menu a:hover 
	{
	color: white;
	background-color: #85872C;
	}

#titre 
	{
	position: absolute;
	width: 75%;
	color: #85872C;
	font-family: tahoma, arial, Verdana, Geneva, sans-serif;
	background-color: white;
	font-size: normal;
	line-height: 200%;
	left: 43%;
	top: 300px;
	}


#texte 
	{
	position: absolute;
	width: 65%;
	color: black;
	font-family: tahoma, arial, Verdana, Geneva, sans-serif;
	background-color: white;
	font-size: medium;
	line-height: 120%;
	left: 20%;
	top: 355px;
	}

