body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 16px;
}
.bloc1 {
	width: 160px;
	height: 390px;
	margin-right: 10px;
	padding: 0px 0px 0px 0px;
	background-image: url(images/bkg.jpg);
	float: left;
	display: inline;
}
.bloc2 {
	width: 450px;
	float: left;
}
.bloc3 {
	width: 35px;
	float: left;
	margin: 0px 0px 0px 22px;
}
.container {
	width: 690px;
	height: 382px;
	margin: auto;
	padding: 10px 0px 10px 10px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #f2d772;	
}
.container2 {
	width: 500px;
	display: inline;
}
.footer {
	width: 700px;
	height: 32px;
	margin: auto;
	padding: 4px 0px 2px 0px;
	color: white;
	background-color: gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
.header {
	width: 760px;
	height: 168px;
	margin: auto;
}
#navigation {
	padding: 10px 10px 0px 0px;
	margin: 0px;
	list-style-type: none;
}
#navigation li a {
	color: white;
	text-decoration: none;
	line-height: 30px;
}
#navigation li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}