/* CSS Document */
body {
	margin: 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
}
.fond {
	background: url(images/fond.gif) center repeat-y;
	text-align: left;
}
.fondMenu {
	text-align:left;
	background:url(images/fond-menu.jpg) no-repeat;
	padding-left:12px;
}
a.bouton {
	background-position: top;
	background-repeat: no-repeat;
	height: 34px;
	width: 99px;
	display:block;
}
a.bouton:hover {
	background-position: bottom;
	background-repeat: no-repeat;
	height: 34px;
	width: 99px;
}
.bottom {
	color:#816241;
	vertical-align: bottom;
	background-image:url(images/bottom.gif);
	height:77px;
	width:774px;
	letter-spacing: 0.1em;
}
a.lien {
	color: #6B513F;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
a.lien:hover {
	color: #FFFFFF;
	background-color: #9D8C70;
}
.fondVins {
	background-image: url(images/fond-vins.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 130px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration : underline;
	color: #AF9476;
}
strong {
	color: #AA9259;
}
.index {
	margin-top: 200px;
}
.titre {
	font-weight: bold;
	color: #AA9259;
}
