/* CSS Document */
body {
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
}
h4 {
	font-weight: bold;
	letter-spacing: 0px;
}
a.menug:link {
	color: #6B4D3E;
	text-decoration: none;
}
a.menug:active {
	color: #778C34;
	text-decoration: none;
}
a.menug:visited {
	color: #6B4D3E;
	text-decoration: none;
}
a.menug:hover {
	color: #778C34;
	text-decoration: none;
}
a.menuh:link {
	color: #778C34;
	text-decoration: none;
	font-weight: bold;
}
a.menuh:active {
	color: #6B4D3E;
	text-decoration: none;
	font-weight: bold;
}
a.menuh:visited {
	color: #778C34;
	text-decoration: none;
	font-weight: bold;
}
a.menuh:hover {
	color: #6B4D3E;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: 6B4D3E;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: 6B4D3E;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: 6B4D3E;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: 6B4D3E;
	text-decoration: underline;
	font-weight: bold;
}
table {
	background-color: #F0E4CC;
	width: 760px;
	border: 0px none;
	background-image: url('images/Branch2.jpg');
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-top: 0px;
}
#menug{
	margin-left: 40px;
	Margin-top: 300px;
	padding: 0px;
	float: left;
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #6B4D3E;
	font-weight: bold;
}
#contenu {
	margin-top: 35px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #778C34;
	padding-right: 30px;
	letter-spacing: 1.5px;
	margin-left: 232px;
}
#contvid {
	margin-top: 245px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #778C34;
	padding-right: 30px;
	letter-spacing: 1.5px;
	margin-left: 220px;
	
}
#menuh {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #778C34;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-top:195px;
	background-color: #DED7A9;
	height: 30px;
	padding-left: 20px;
	padding-top: 5px;
	border-bottom: solid #669966 thin;
}
.haut {
	text-align: right;
	font-size: 10px;
	text-decoration: underline;
}