#body
	{
	width:100%;
	}


#logo
	{
	position: absolute;
	left: 20%;
	top: 2%;
	}

#nous
	{
	position: absolute;
	left: 2%;
	top: 2%;
	}
	
a img	
	{
	color:white;
	}

a img:active
	{
	color:white; 
	}


a img:visited
	{
	color:purple;
	}

a img:hover
	{
	color:green;
	}
	
	

a	
	{
	color:green;
	text-decoration: underline;
	}

a:active
	{
	color:green;
	text-decoration: underline;
	}


a:visited
	{
	color:purple;
	}

a:hover
	{
	color:white;
	background-color: green;
	text-decoration: underline;
	}
	



#menu 
	{
	position: absolute;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: white;
	font-size: small;
	line-height: 140%;
	left: 75px;
	top: 225px;
	}

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: green;
	}

ul#menu a:hover 
	{
	color: white; background-color: green;
	}

	

#titre 
	{
	position: absolute;
	left: 250px;
	top: 225px;
	color: white;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	background-color: green;
	font-size: large;
	}

#texte 
	{
	position: absolute;
	color: black;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	background-color: white;
	font-size: medium;
	line-height: 120%;
	left: 250px;
	right: 200px;
	top: 255px;
	}
