body
{
	width: 700px;
	margin: auto;
	margin-top: 10px;
	background-color: #cdaf67;
}
img.header {
	float:left;
	margin:0;
	padding:0;
}

#menu
{
	width: 698px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana;
   	font-size: 11px;
	text-align: center;
	background-color: #ffffe1; 
   	border-top: 0px solid black;
	border-left: 1px solid black;

	border-right: 1px solid black;
   	color: #000000;

}

#corps
{
   	height: 502px;
   	padding-top: 10px; 
	padding-bottom: 0px;
	padding-right: 10px; 
	background-image: url(bg_corps.jpg);
	background-repeat: no-repeat;
	text-align: left;
   	background-color: #ffffe1;
	color: #000000;
   	border: 1px solid black; 
   	font-family: Verdana;
	font-size: 12px;
}

#footer
{ 
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	float: right;
}

p
{
	font-family: Verdana;
	font-size: 12px;
}

a
{
	font-family: Verdana;
	color: #000000;
	text-decoration: none; 
}

h1
{
	font-family: Verdana;
	font-size: 18px;
	margin-left: 10px;
	color: #ffffe1;
}





