/* CSS Document */

body {
	background-color:#e0ded8;
	font-family:Helcetica, Arial;
	text-decoration:none;
	color:#000000;
	}

p,a {
	font-size: 8pt;
	line-height:16px;
	letter-spacing:0.25px;
	}

.menulink {
	text-decoration:none;
	}
	
h1	{
	font-size:12pt;
	font-weight:bold;
	}
	
#button {
	position:relative;
	top:30px;
	left:860px;
	height:104px;
	width:104px;
	z-index:100;
	}
	
#logo {
	position:absolute;
	top:25px;
	left:30px;
	height:75px;
	width:180px;
	z-index:1;
	}
	
#menu {
	position:absolute;
	top:110px;
	left:35px;
	height:100%;
	width:220px;
	z-index:2;
	}

#content {
	position:absolute;
	top:0px;
	left:260px;
	height:600px;
	width:650px;
	overflow:visible;
	text-align:left;
	}
	
div.project {
	clear:left;
	float:left;
	position:relative;
	width:650px;
	}

#slide {
	height: 300px;
	}

.gallery {
	display:block;
	float:left;
	position:relative;
	margin:0 22px 0 0;
	width:400px;
	}
	
div.infos {
	float:left;
	}

img.break {
	clear:left;
	float:left;
	}
	
a:link { 
	color:#000000;
	}
	
a:visited { 
	color:#000000; 
	}
	
a:focus { 
	color:#000000; 
	}
	
a:hover { 
	color:#000000;
	background-color:#ffffff;
	}
	
a:active { 
	color:#000000;
	}