@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
}

div.gauche {
	float: left;
	width: 180px;
	margin: 15px 15px 0 5px;
}
div.droite {
	margin: 0 0 0 10px;
	float: left;
	clear: right;
}
.droite div.produit {
	width: 606px;
	margin-left: 2px;
	border-top: solid 1px #ffd600;
	border-right: solid 1px #ffd600;
	border-left: solid 1px #ffd600;
	background-color: #fffff4;
	overflow: hidden;
}
.droite div.produit .inside{
	margin: 10px;
	}
div.recherche div.titre {
	background-image: url('fd_recherche.jpg');
	width: 170px;
	height: 19px;
	padding: 4px 0 0 10px;
	font-size: 11px;
	color: white;
	font-weight: bold;
}
div.recherche div.contenu {
	width: 170px;
	margin-bottom: 15px;
	padding: 5px;
	background: url('fd_box.jpg') center bottom no-repeat;
}
.recherche .contenu a {
	color: #42AE01;
	font-weight: bold;
	font-size: 10px;
}
.recherche .contenu a img {
	border: none;
}
.recherche .contenu a:hover {
	text-decoration: underline;
}
.guide .titre {
	font-size: 11pt;
	color: #42AE01;
	border-bottom: solid 1px #FFD600;
}
.guide a {
	color: #FF6600;
	font-size: 11px;
}