body
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
img
{
	border: none;
}
#header
{
	width: 100px;
	height: 189 px;
	background-color: #000000;
	position: absolute;
	left: 150px;
	z-index: 50;
}
#body
{
	width: 1000px;
	min-height: 400px;
	text-align: center;
	position: absolute;
	top: 0px;
	margin-left: 150px;
	background-color: #000000;;
}
#corps
{
	width: 1000px;
	min-height: 500px;
	margin: auto;
	margin-top: 220px;
	background-repeat: repeat-y;
	padding-top: 10px;
	background: black;
}
#corps > h1
{
	font-family: Tahoma;
	margin-top: 5px;
	font-size: 20px;
	color: white;
}
#corps > h2
{
 font-family: Arial;
 margin-top: 5px;
 font-size: 18px;
 font-weight: normal;
 color: white;
}
#corps  img#IDporte
{
 border: 1px solid black;
 margin-right: 10px;
 margin-bottom: 10px;
}
.redlink
{
 color: red;
}
