#body
	{
	width:100%;
	}


#logo
	{
	position: absolute;
	left: 2%;
	top: 2%;
	}
	
	
img	{
	margin: 5px 5px 5px 10px;
	}

a	
	{
	font-weight: bold;
	color:#336699;
	}

a:active
	{
	color:#336699;
	}


a:visited
	{
	color:purple;
	}

a:hover
	{
	color: white;
	background-color: #336699;
	}

#menu 
	{
	position: absolute;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: white;
	font-size: small;
	line-height: 140%;
	left: 5%;
	top: 260px;
	}

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: #336699;
	background-color: white;
	}

ul#menu a:hover 
	{
	color: white;
	background-color: #336699;
	}

#titre 
	{
	position: absolute;
	width: 75%;
	color: #336699;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: white;
	font-size: normal;
	line-height: 120%;
	left: 33%;
	top: 235px;
	}


#texte 
	{
	position: absolute;
	width: 65%;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: small;
	line-height: 120%;
	left: 20%;
	top: 275px;
	}
