@charset "UTF-8";

# {
margin:0px;
padding:0px;
}

#container {
	padding: 0px;
	margin: 0px;
	width: 864px;
	}


#header {
	background-color: #FFFFFF;
	width: 98%;
	height: 100px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	margin-left: 25px;
	margin-top: 0px;
	padding-top: 22px;
	}

	#menu {
		width: 140px;
		float: left;
		}
		
		#menu a {
			text-decoration: none;
			color: #000000;
			}
		#menu a:hover {
			text-decoration: underline;
			color: #000000;
			}
		#menu a:visited {
			color: #000000;
			}

	#legende {
		width: 140px;
		float: left;
		}

	#text {
		width: 229px;
		float: left;
		padding-top: 0px;
		}
			
		#text a {
			text-decoration: none;
			color: #000000;
			}
		#text a:hover {
			text-decoration: underline;
			color: #000000;
			}
		#text a:visited {
			color: #000000;
			}

	#vide {
		width: 130px;
		float: left;
		}

#projects_list {
	width: 117px;
	height: 100%;
	margin-left: 40px;
	margin-top: 20px;
	position: fixed;
	left: 677px;
	top: 0px;
	overflow: auto;
	}
	
	#projects_list a {
		text-decoration: none;
		color: #000000;
		}
	#projects_list a:hover {
		text-decoration: underline;
		color: #000000;
		}
	#projects_list a:visited {
		color: #000000;
		}
		
#images {
	width: 677px;
	float: left;
	margin-top: 110px;
	margin-left: 17px;
	}
	
#mini_images {
	width: 98%;
	margin-top: 130px;
	margin-left: 20px;
	}
	
	#mini_images img{
			margin-right: 50px;
			margin-bottom: 50px;
			border: none;
			}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	margin-top: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	margin-bottom: 22px;
	}
a {
text-decoration: none;
}
a:hover {
background: none;
}
a span {
display: none;
}
a:hover span {
display: block;
position: fixed;
top: 22px;
left: 296px;
width: 200px;
height: 100px;
background: #FFFFFF;
color: #000000;
line-height: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
} 

