@charset "utf-8";
/* CSS Document */
#Navigation	{
	display: block;
	float: left;
	width: 155px;
	height: 600px;
	padding-left: 21px;
	margin-top: 82px;
}
#Logo	{
	background-image: url(../Images/Layout/Logo.png);
	background-repeat: no-repeat;
	height:	100px;
	width: 150px;
	position: relative;
	margin-left: 1px;
}
#Links	{
	width: 154px;
	height: 275px;
	position: relative;
	margin-left: 1px;
	margin-top: 20px;
}
#Adresse	{
	width: 154px;
	height: 150px;
	position: relative;
	margin-left: 1px;	
}
a.link	{
	display: block;
	width: 150px;
	height: 100px;
}
.NavigationTab {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 16px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #000;
	text-decoration: none;
	padding: 3px;
}
.NavigationTab:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 16px;
	display: block;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: bold;
}
.NavigationContent {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-style: italic;
}
.NavigationContent:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 21px;
	font-weight: bold;
	font-style: italic;
}
.Language {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding-right: 0px;	
}
.Language:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding-right: 3px;	
	text-decoration: underline;
}


