* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}

body {
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#galerie {
	position:relative;
	height:600px;
	top:0px;
	margin-bottom: 20px;
	margin-left: 400px;
	
}

#menu_contenu {
	position: absolute;
	width: 100%;
	height: 27px;
	background-color: #585858;
	left: 0px;
	padding-top: 13px;
	/*top:0px;*/
}

#background_content {
	position: absolute;
	width: 360px;
	background-image: url("/sites/images/background_portfolio_text.png");
	background-repeat: repeat;
	left:0px;
	top:275px;
/*height: 500px;	*/
	}

#content_panel {
	position: absolute;
	width: 300px;
	left:0px;
	top:270px;
	color: black;
	font-size: 12px;	
	background-image: none;
	padding: 0;
}

#title {
	position: absolute;
	width:345px;
	left:0px;
	color: white;
	border-bottom: 1px dotted white;	
	margin: 0;
	padding: 0;
}
#title h1 {
	padding-left:30px;
	color: white;
	font-weight: normal;
	font-size: 24px;
	text-align: left;

}

#content {
	position:absolute;
	top:50px;
	margin: 0;
	left: 30px;
	}
