body
{
	width:800px;
	margin: auto;
	height: 100%;
	width: 100%;
	background-image: url("images/fond.jpg");
	background-repeat: no-repeat;
	background-color: black;
	color: white;
	overflow: none;
	overflow: hidden;
}


#menu
{
	float: left;
	width: 120 px;
	height: 600 px;
	margin-top: 150px;
	font-size: 20px;
	font-family: arial;
	padding: 5px;
}

a
{
	text-decoration: none;
}

.link
{
	color:white;
	position: relative;
	border: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;	
	width: 100 %;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.link:hover
{
	background-color:#ff0000;
}

.ilink
{
	color:white;
	text-decoration: none;
	font-weight: bold;
}

.ilink:hover
{
	text-decoration: underline;
}

.signature
{
	color:white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.concerts
{
	color:white;
	text-decoration: none;
	font-weight: bold;
}

.signature:hover
{
	color:white;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

#corps
{
	width: 725px;
	height: 410px;
	margin-top: 103px;
	margin-left: 200px;
	font-size: 16px;
	font-family: arial;
	padding: 5px;
}

#overflowdiv
{
	position: absolute;
	border: 1px solid grey;
	height: 400px;
	width:700px;
	left:200px; 
	top:175px;  
	z-index: 1; 
	overflow: auto;
}

table
{
	border: 0px solid black;
}

.trgallerie
{
	width:300px
}

.tdgallerie
{
	width: 150px;
}

.tdbio
{
	padding-right:12px;
	padding-bottom:12px;
}

