body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	height: 100%;
}

h3,h4 {
	color: #BB593D;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #CF600E;
	text-decoration: none;
}

ul {
	list-style-position: inside;
	padding: 0;
}
li {
	padding: 3px 0 3px 0;
}

#erreur_404 {
	position: absolute;
	left: 50%;
	width: 475px;
	margin: 50px 0 0 -250px;
	padding: 10px 10px 10px 15px;
	border: 4px solid #D1CBC0;
	background: #fff;
	color: #6C6C6C;
	font-size: 0.9em;
}

#entete h1 a {
	background: url('/fr/nav/logo.gif') no-repeat;
	width: 109px;
	height: 106px;
	display: block;
	text-indent: -5000px;
}

#entete #desc {
	font-weight: bold;
}

#contenu {
	margin: 25px 0 40px 0;
}