.Bordure {
	border: 1px solid #000000;
}
.bordure2 {
	border-top: 1px solid #9A8348;
	border-right: 1px solid #9A8348;
	border-bottom: 1px solid #9A8348;
	border-left: 1px solid #9A8348;

}
.bordure3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #9A8348;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bordure4 {
	border: none;
}
.bordure5 {
	padding: 1px;
	width: auto;
	border: 1px solid #000000;
}
.bordure6 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A8348;
	border-right-color: #9A8348;
	border-bottom-color: #9A8348;
	border-left-color: #9A8348;
}
