body {
	color: #000;
	background: #fff;
	width: 800px;
	margin: 2em 0 0 2em;
	font-size: 13px;
	font-family: Helvetica, Nimbus Sans L, Arial, sans-serif;
	position: relative;
}

img {
	border: none;
}

a {
	font-family: 'Times New Roman', 'Times', serif;
	font-size: 1.1em;
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
}

h1 { /* utilisé pour confirmation */
	font-size: 1.2em;
	margin-right: 200px;
}

#header {
	margin-bottom: 2em;
}

#header img {
	background: url(images/barre.jpg) bottom left repeat-x;
	padding-bottom: 40px;
}

#menu {
	position: absolute;
	right: 0;
	top: -10px;
	list-style: none;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.1em;
}

#menu li {
	background: url(images/barre.jpg) bottom left repeat-x;
	padding-bottom: 13px;
	margin-bottom: 2px;
	width: 150px;
	font-size: 0.8em;
	margin-bottom: 0.9em;
}

#menu li a {
	display: block;
	color: #000;
	font-family: Helvetica, Nimbus Sans L, Arial, sans-serif;
}

.poweredphplist {
	display: none !important;
}

