#body
	{
	width: 100%;
	height: 100%; 
	}

a.logo
	{
	position: absolute;
	margin-left: 2%;
	width: 875px;
	height: 251px;
	border: none;
	cursor: pointer;
	background: url("images/logo.jpg") no-repeat left top;
	}




#menu
	{	
	color: #0564F3;
	position: absolute;
	left: 3%;
	top: 275px;
	width: 220px;
	height: 110px;
	border: none;
	cursor: pointer;
	font-family:tahoma, arial, verdana,geneva,sans-serif;
	}

a.menu
	{
	position: relative;
	cursor: pointer;
	color: #0564F3;
	}

a.menu:hover
	{
	color: gray;
	} 

a {
	color: gray;
	font-weight: bold;
	border: none;
	} 


#titre 
	{	
	position: absolute;
	color: #0564F3;
	font-family: tahoma,arial, Verdana, Geneva, sans-serif;
	background-color: white;
	text-align: left;
	font-size: normal;
	line-height: 200%;
	left: 450px;
	top: 275px;
	}

#texte 
	{	
	position: absolute;
	color: black;
	font-family: tahoma, arial, Verdana, Geneva, sans-serif;
	background-color: white;
	text-align: left;
	font-size: medium;
	line-height: 120%;
	width: 70%;
	left: 260px;
	top: 310px;
	}


a.trek
	{	
	color: #0564F3;
	font-size: small;
	font-family:tahoma, arial, verdana,geneva,sans-serif;
	}

	


