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

div#content {
	color: #736357;
}

h1 {
	margin: 10px 0px 20px 0px;
	font-size: 14px;
	color: #736358;
}

h1.accueil{
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	color: #b2a48f;
	text-align:center;
}

h2 {
	background-image: url(../img/construct/bg_h2.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 5px 20px;
	font-size: 12px;
	color: #736358;
}

p {
	margin: 0px 0px 10px 0px;
}

p.accueil{
	font-size: 11px;
	color: #99876c;
	margin: 5px 0px 5px 0px;
}
p.accueil a{
	font-size: 11px;
	color: #b2a48f;
	text-decoration: none;
}
p.accueil a:hover{
	font-size: 11px;
	color: #b1976f;
	text-decoration: none;
}

hr.accueil{
	width:160px;
	height: 1px;
	margin: 0px 10px 0px 0px;
	background-color: #3a3428;
	color: #3a3428;
	border: 0px;
	padding: 0px;
	display: block;
	text-align:center;
}



ul {
	margin: 0px 0px 10px 25px;
}

img {
	border: 1px solid #998675;
}

a:link, a:visited {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #736357;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #886829;
	text-decoration: underline;
}

/* ----- */

div#menuVins {
	background-image: url(../img/photos/bg_menu-vins.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
}

div#menuVins ul {
	list-style: none;
}

div#menuVins li {
	margin: 0px 5px 0px 5px;
	display: block;
	float: left;
	width: 68px;
	text-align: center;
}

div#menuVins li a {
	display: block;
	width: 68px;
}

div#menuVins a:link, div#menuVins a:visited {
	color: #7a6c52;
	text-decoration: none;
}

div#menuVins a:hover {
	color: #4c4231;
	text-decoration: none;
}

div#menuVins  img {
	border: 0px;
}

/* ----- FORM -------------------------------------------------------------------------------- */

fieldset {
	display: block;
	width: 330px;
	margin: 0px auto 5px auto;
	border: 0px solid #998675;
	text-align: left;
}

fieldset legend {
	display: none;
	margin: 3px;
	padding: 3px;
	background-color: #eeeae4;
	border: 1px solid #998675;
	color: #303030;
	font-weight: bold;
}

label {
	margin: 7px 5px 0px 10px;
	display: inline;
	float: left;
	width: 95px;
	text-align: left;
	font-weight: bold;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #998675;
	font-size: 11px;
	color: #736357;
}

textarea {
	width: 295px;
	height: 70px;
}

.error {
	color: #6D0000;
	font-weight: bold;
}
.from{
	padding: 0px;
	margin: 0px;
}