* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#all {
	width: 980px;
	margin: 0 auto;
}
#header {
	width: 900px;
	}
#header #himg {
	margin-left: 68px;
	float: left;
}
#header #programme {
	float: right;
	margin: 35px 20px 0 0;
}

#menu {
	clear: both;
	height: 100px;
}
#mouseover {
	position: relative;
	left: 130px;
	top: -60px;
}

#content {
	width: 770px;
	padding: 0 90px;
	font-size: 13px;
}
#content p {
	margin-bottom: 15px;
}
#content h1 {
	font-family: Georgia;
	font-size: 12px;
	margin-left: 20px;
}
#content a img {
	margin: 5px;
}
#content form table {
	margin: 10px 5px;
}
#content form table tr td {
	width: 300px;
}
#content form input {
	background-color: #fff;
	margin: 2px;
	border: 1px solid black;
}

#footer {
	background: url(images/footer.png) bottom center no-repeat;
	width: 975px;
	height: 20px;
	padding-top: 13px;
	text-align: center;
	font-size: 12px;
}
#footer a {
	color: #000;
}