/** Kit graphique crée par tite Marie
http://www.cheztitemarie.net **/

body
{
	margin: 0;
	padding: 0;
	background: #8E854E url("fd02.jpg");
	color: #DAC779;
}

#tout
{
	margin: 0px auto;
	padding: 0;
	width: 800px;
	height: 600px;
	position: relative;
	border: 1px solid #3F323D;
	background: #53513A url("fd01.jpg");
}

#titre
{
	margin:0;padding:0;
	width: 397px;
	height: 36px;
	position: absolute;
	top: 133px;
	left: 87px;
	background-color: #948B52;
	border: 1px solid #3F323D;
}

#titre h1
{
	margin:0;padding:0;
	width: 397px;
	height: 36px;
	text-align: center;
	font-size: 25px;
}

#liens
{
	margin:0;padding:0;
	width: 264px;
	height: 20px;
	position: absolute;
	top: 212px;
	left:401px;
	background-color: #A3821D;
	border: 1px solid #3F323D;
}

#liens ul
{
	margin:0;padding:0;
	list-style: none;
	text-align: center;
}

#liens li
{
	float: left;
	width: 132px;
	margin:0;padding:0;
}

#menu1
{
	padding-left: 15px;
	width: 185px;
	height: 290px;
	position: absolute;
	top: 280px;
	left: 0px;
	background-color: #A3821D;
	border-right: 1px solid #3F323D;
	border-top: 1px solid #5D5C28;
	border-bottom: 1px solid #5D5C28;
	border-left:0;
	overflow: auto;
}

#corps
{
	padding-left: 15px;
	width: 382px;
	height: 290px;
	position: absolute;
	top: 280px;
	left: 201px;
	background-color: #948B52;
	border-right:0;
	border-top: 1px solid #5D5C28;
	border-bottom: 1px solid #5D5C28;
	border-left:0;
	overflow: auto;
}

#menu2
{
	padding-left: 15px;
	width: 185px;
	height: 290px;
	position: absolute;
	top: 280px;
	right: 0px;
	background-color: #A3821D;
	border-left: 1px solid #3F323D;
	border-top: 1px solid #5D5C28;
	border-bottom: 1px solid #5D5C28;
	border-right:0;
	overflow: auto;
}

#menu1 h3, #menu2 h3
{
	text-align: center;
	margin: 2px;
	padding: 5px;
}

#menu1 ul, #menu2 ul
{
	list-style: none;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
}

#copyright
{
	width: 181px;
	height: 14px;
	position: absolute;
	top: 574px;
	left: 301px;
}

img
{
	border: 0;
}

a
{
	color: #DAC779;
	text-decoration: none;
}

a:hover
{
	color: #613941;
}

.center
{
	text-align: center;
	display: block;
	margin: 0 auto;
}