html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Frutiger, Arial, Geneva, sans-serif;
	font-size: 12px;
	background-color: #333;
	color: #fff;
}
#general {
	margin:0 auto;
	width:980px;
}
#content {
		background: url(../img/fond-content.png) no-repeat;
		width:980px;
		height:723px;
		text-align:center;
}

#content h1 {
		font-size:26px;
}
#content h2, #content h3 {
		font-size:22px;
}
#header {
	width:980px;
	height:200px;
	background: url(../img/header.png) no-repeat;
}
#footer {
	width:980px;
	height:200px;
	background: url(../img/footer.png) no-repeat;
}
#footer h3{
	color:#333;
}
#footer-content{
	padding: 50px 0 0 280px;
}