body {
	background: #FFF1BA;
}

img {
	display: block;
}

#main {
	width: 800px;
	height: 600px;
	position: absolute;
	margin-left: 90px;
	margin-top: -10px;
	padding: 0px;
	border: solid 0px #000000;
	border-collapse: collapse;
}

#img1, #img2, #img3, #img4, #img5, #img6, #img7 {
	margin: 0px;
	padding: 0px;
	border: none;
}

#img1 {
	width: 800px;
	height: 139px;
	background: url(fontaine_01.jpg) no-repeat;
}

#img2 {
	width: 800px;
	height: 121px;
}

#img3 {
	width: 800px;
	height: 110px;
}

#img4 {
	width: 469px;
	height: 86px;
}

#img5 {
	width: 151px;
	height: 86px;
	background: url(fontaine_05.jpg) no-repeat;
}

#img6 {
	width: 151px;
	height: 86px;
}

#img7 {
	width: 800px;
	height: 144px;
	background: url(fontaine_07.jpg) no-repeat;
	
}

#entree {
	
	font-size: 18px;
	font-weight: bold;
}
#entree img{
	display: inline;
}
#entree a {
	color: #FFFFFF;
	text-decoration: none;
}
#entree a:hover {
	color: #3355DD;
	text-decoration: underline;
}

.logo {
	position: relative;
	float: right;
	margin-right: 10px;
	margin-bottom: 70px;
	display: inline;
}

.logo2 {
	position: relative;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	display: block;
}

a {
	color: #338800;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #3366CC;
	font-weight: bold;
	text-decoration: underline;
}