
hr { display:none; }

.bg1 {
	width:591px;
	height:2px;
	background:#a57e59;
	}
.bg2 {
	width:591px;
	height:1px;
	background:#f79f23;
	}

.upBorder {
	width:591px;
	height:1px;
	border-top:solid 2px #a57e59;
	border-bottom:solid 1px #f79f23;
	}
.bottomBorder {
	width:591px;
	height:1px;
	border-top:solid 1px #f79f23;
	border-bottom:solid 2px #a57e59;
	}


.Wrap500 {
	width:500px;
	margin:0 auto;
	}
.mt01 { margin-top:1px; }


form.Enquete {
	margin:0px 0px 20px 0px;
	padding:15px 43px;
	border:solid 2px #A57E59;
	background:#eeddcc;
	font-size:12px;
	text-align:left;
	}
	form.Enquete div {
		width:500px;
		line-height:150%;
		}
		form.Enquete div strong {
			display:block;
			padding:4px;
			margin-bottom:8px;
			text-align:center;
			background:#A57E59;
			color:#ffffff;
			}
	form.Enquete table {
		width:500px;
		padding:0px;
		margin-top:15px;
		margin-bottom:5px;
		border-style:solid solid none none;
		border-width:1px;
		border-color:#F79F23;
		}
		form.Enquete table th,
		form.Enquete table td {
			margin:0px;
			padding:6px 10px;
			border-bottom:solid 1px #F79F23;
			font-size:12px;
			text-align:left;
			font-weight:normal;
			}
		form.Enquete table th {
			border-left:solid 1px #F79F23;
			background:#ffeecc;
			color:#cc6600;
			}
		form.Enquete table td {
			background:#ffffff;
			color:#552211;
			}
	form.Enquete div.submit {
		width:500px;
		border:solid 1px #F79F23;
		background:#ffffff;
		text-align:center;
		}
		form.Enquete div.submit input {
			margin:6px;
			}


.thanks {
	margin:40px 0;
	text-align:center;
	}



