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

body
{
	margin: 0;
	padding: 0;
	background: #3D4A34;
	color: #ffffff;
}

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

#entree p
{
	margin: auto;
	width: 350px;
}

#tout
{
	margin: 0;
	padding: 0;
	width: 600px;
	height:436px;
	background: #3D4A34 url("back.jpg");
	border: 2px solid black;
	color: #ffffff;
	position: relative;
}

#menu
{
	width: 160px;
	height: 186px;
	position: absolute;
	top: 13px;
	left: 12px;
	overflow: auto;
	border: 1px solid black;
}

#menu h3
{
	text-align: center;
	margin: 5px;
}

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


#corps
{
	width: 553px;
	height: 190px;
	position: absolute;
	top: 209px;
	left: 12px;
	overflow: auto;
	border: 1px solid black;
	padding: 10px;
}

#copyright
{
	width: 95px;
	height: 11px;
	position: absolute;
	bottom: 5px;
	right: 15px;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

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

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

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