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

body
{
	margin: 0;
	padding: 0;
	background: #58342C url("fond.jpg");
	color: #DAC779;
}

#entree
{
	margin: 20px;
	text-align: center;
}

#entree img
{
	border: 0;
	padding: 5px;
}

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

#entree a:hover.copy_entree
{
	color: #58342C;
	background-color: #DAC779;
}

#tout
{
	margin:0;
	padding: 0;
	width: 700px;
	height: 500px;
	background: no-repeat url("back.jpg");
	position: relative;
}

#titre
{
	margin: 0;
	padding: 0;
	width: 280px;
	height: 60px;
	position: absolute;
	top: 55px;
	left: 68px;
}

#titre h1
{
	text-align: center;
	color: #58342C;
}

#menu
{
	margin: 0;
	padding: 10px;
	width: 130px;
	height: 250px;
	position: absolute;
	top: 176px;
	left: 51px;
	overflow: auto;
	color: #58342C;
}

#menu h3
{
	text-align: center;
}

#menu ul
{
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 15px;
}

#menu li
{
	margin: 3px;
	padding: 0;
}

#corps
{
	margin: 0;
	padding: 10px;
	width: 410px;
	height: 250px;
	position: absolute;
	top: 176px;
	left: 214px;
	overflow: auto;
	color: #58342C;
}

#copyright
{
	margin: 0;
	padding: 0;
	width: 173px;
	height: 13px;
	position: absolute;
	top: 480px;
	left: 490px;
}

img
{
	border: 0;
	vertical-align: bottom;
}

a
{
	color: #58342C;
	text-decoration: none;
}

a:hover
{
	color: #58342C;
	border-bottom: 1px dashed #58342C;
}

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