body 
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #083903;
	font-family: Trebuchet MS;
	font-size: 8pt;
	color: #000000;
}

img
{
	border: none;
}

#MainDiv
{
	margin: 0 auto;
	text-align: left;
	width: 948px;
}

#MenuContainer
{
	width: 150px;
	height: 709px;
	background-image: url('Images/MenuBack.gif');
	background-repeat: repeat-y;
	float: left;
}

#Menu
{
	width: 150px;
	height: 550px;
	padding-left: 22px;
}

#MenuBottom
{
	width: 150px;
	height: 14px;
	background-image: url('Images/MenuBottom.gif');
	background-repeat:no-repeat;
}

#Content
{
	width: 798px;
	height: 709px;
	float: right;
}

#Top
{
	width: 798px;
	height: 104px;
	background-image: url('Images/Top.jpg');
	background-repeat:no-repeat;
}

#Section
{
	width: 798px;
	height: 605px;
	background-image: url('Images/SectionBack.jpg');
	background-repeat:no-repeat;
	padding: 15px 20px 20px 20px;
}

.Texte
{
	width: 92%;
}

h1
{
	font-size: 24pt;
}

p
{
	font-size: 10pt;
	text-align: justify;
}

table
{
	font-size: 8pt;
	text-align: justify;
}

td
{
	vertical-align: top;
}

a
{
	color: #5a2108;
	text-decoration: none;
}

a:hover
{
	color: #5a2108;
	text-decoration: underline;
}

.Left
{
	width: 55%;
	float: left;
	padding-right: 7px;
}

li
{
	list-style-position: inside;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

#Footer
{
	color: #FFFFFF;
	font-size: 8pt;
	padding: 0px 30px 0px 160px;
	text-align: center;
}

#Footer a
{
	color: #FFFFFF;
	font-size: 8pt;
}

#Footer a:hover
{
	text-decoration: underline;
}