@charset "utf-8";
/* CSS Document */

#middle h1 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 2em;
	border-bottom: 1px dotted #B2B2B2;
}

#colonne-gauche {
	float: left;
	width: 641px;
	padding-right: 20px;
}

#colonne-gauche h2 {
	color: #39C;
	font-weight: 600;
	font-size: 16px;
	line-height: 1em;
}

#colonne-gauche p {
	margin: 1em 0;
	line-height: 1.7em;
}

#colonne-droite {
	float: left;
	width: 269px;
}

#colonne-droite #image-droite {
	height: 157px;
	overflow: visible;
}

#colonne-droite #image-droite #ombre-image-droite {
	position: absolute;
	background:url(../images/donnez-votre-avis/ombre-image-droite.jpg) no-repeat top left;
	width: 271px;
	height: 157px;
}

.nav-404 {
	width: 30%;
	float: left;
	padding: 20px 10%;
}

.nav-404 + .nav-404 {
	text-align: right;
}

.nav-404 a {
	font-weight: bold;
	color: #39C;
	font-size: 16px;
}