body {
	font-family: "OCR A Extended", monospace;
	font-weight: normal;
	background-color: #ffffff;
	background-image: url(img/bg.jpg);
	background-position: 65% bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

html>body#utopies {
	background-image: url(img/bg1.jpg);
	background-position: 65% bottom;
}

h3 {
	border-top: 1px dashed #000000;
	border-left: 5px solid #000000;
	padding: 0 0 0 5px;
	margin-top: 2.5em;
}

p {
	margin: 1em 1em 0 0;
}

#main {
	position: absolute;
	left: 10%;
	top: 0px;
	width: 400px;
	height: auto;
	padding: 1em 0em 3em 1em;
	border-right: 1px solid #888;
}

#utopies>#main {
	background-color: #ffffff;
	background-image: url(img/bg2.jpg);
	background-position: 65% bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#titre {
	margin: 35px 0 50px 0;
}

a:link {
	color: #f90808;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
}

a:visited {
	color: #bb0000;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
}

a:hover {
	text-decoration: none;
	padding: 0 3px 0 3px;
	border: 1px dotted #b00;
	background-color: #fee;
}
