@charset "utf-8";
/* CSS Document */

/* GENERAL */

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: url(../images/fond.jpg) no-repeat left top;
	color: #666;
}

h1, p {
	margin: 0;
	padding: 0
}

img {
	border: none;
}

#text {
	width: 360px;
	padding: 75px 0 0 100px;
}

	#text h1 {
		color: #fff;
		font-size: 30px;
		margin-bottom: 15px;
	}

	#text .txt {
		font-weight: bold;
		color: #000;
	}

#img {
	width: 400px;
	padding: 40px 0 0 160px;
}

