body {
	background:#646464;
	padding: 0;
}
#bloc {
	width: 799px;
	margin: auto;
	overflow: hidden;
}
img, a {
	text-decoration: none;
	border: none;
}
nav a{
	display: inline-block;
	width: 199px;
	height: 25px;
	background: url("fd2menu.jpg");
	border-left: 1px black solid;
	border-bottom: 1px black solid;
	margin: 0 0 10px 0;
	padding: 7px 0 0 0;
	text-decoration: none;
	text-align: center;
	color: black;
}
.rd {
	border-left: none;
}
nav a:hover {
	background: silver;
	color: black;
	border-color: black;
}
a {
	color: black;
}
a:visited {
	color: black;
}
a:focus {
	outline: none;
}
#logo {
	background-color: #dcdcdc;
	padding: 20px;
	margin-bottom: 10px;
}
#slideshow {
	width: 799px;
	height: 200px;
	background-color: #dcdcdc;
	margin: 10px 0 10px 0;
}
.first {
	position: absolute;
}
.after {
	position: absolute;
	display: none;
}
.tarif, .impot {
	background-color: #dcdcdc;
	margin-bottom: 10px;
	padding: 20px;
	text-align: justify;
}
.fin {
	margin-top:60px;
}
article {
	background-color: #dcdcdc;
	width: 500px;
	height: 650px;
	float: left;
	margin-bottom: 10px;
	padding: 20px;
	text-align: justify;
}

h1, h2, h3, h4 {
	font-size: 1.1em;	
	color: #0d4a6b;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 30px;
}
.suiv {
	margin-top: 60px;
}
h5 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.side1 {
	background-color: #dcdcdc;
	margin-bottom: 10px;
	height: 200px;
	margin-left: 550px;
}
.side1 a {
	color: #505050;
}
.side1 a:hover {
	color: black;
}
.side2 {
	background-color: #dcdcdc;
	height: 400px;
	margin-left: 550px;
	
}
.side2 p {
	text-align: center;
}
aside {
	padding: 20px;
}
.contact {
	background-color: #dcdcdc;
	margin: 10px 0 10px 0;
	padding: 20px;
}
.formulaire {
	margin-top: 50px;
	margin-bottom: 30px;
}
.retour {
	margin-top: 60px;
}
textarea {
	width: 400px;
	height: 100px;
}
.illustration {
	float: right;
	margin-top: 150px;
}
footer {
	clear: both;
	background-color: #dcdcdc;
	color: grey;
	font-size: small;
	text-align: center;
}
.ppage {
	padding: 10px;
	margin: 0px;
}
.ppage a{
	color: grey;
}