body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	height: 100%;
}

h2,h3 {
	color: #E06006;
}

p {
	margin: 0;
	padding: 0;
}

a {
	color: #E06006;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#erreur_404 {
	position: absolute;
	left: 50%;
	width: 475px;
	margin: 50px 0 0 -250px;
	padding: 10px 10px 10px 15px;
	border: 4px solid #E06006;
	background: #fff;
	color: #666;
	font-size: 0.9em;
}

#entete h1 a {
	background: url('/fr/nav/logo.jpg') no-repeat;
	width: 362px;
	height: 114px;
	display: block;
	text-indent: -5000px;
	font-size: 0px;
}

#entete #desc {
	font-weight: bold;
}

#contenu {
	margin: 25px 0 40px 0;
}
