body
{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	margin-left:-400px;
	background-color:black;
	border:0px;
	color:white;
	font-family: Georgia, Arial, "Arial Black", Times, Serif;
}




#corps
{
	width: 800px;
	height: 600px;
	background: url("images/logonet.png") no-repeat;
}

#corps li
{
	float: left;
	list-style-type: none;
	border: 1px solid white;
	margin-top: 300px;
	margin-right: 100px;
	margin-left: 110px;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;

}

#corps li:hover
{
	background-color: white;
	color: black;
}

#corps a
{
	text-decoration: none;
}

#corps a:hover
{
	color: #BBBCBC;
}

#bas
{
	color: white;
	font-family: Arial, "Arial Black", "Times New Roman", georgia ;
	text-align: center;
	font-size: 10px; 
}

a
{
	text-decoration: none;
	color:white;
	
}

a:hover
{
	text-decoration:underline;

}