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

body
{
	background: #C8D6D6 url("fond.jpg");
	color: #587E7F;
	margin: 0;
	padding: 0;
}

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

a
{
	color: #587E7F;
	text-decoration: underline;
}

a:hover
{
	color: #9B3E59;
}

#tout
{
	margin: auto;
	width: 546px;
	height: 468px;
	background: #D1DDDD url("back.jpg");
	color: #5D7A78;
	position: relative;
}

#copyright
{
	position: absolute;
	top: 2px;
	left: 321px;
	width: 153px;
	height: 16px;
}

#corps
{
	position: absolute;
	top: 11px;
	left: 11px;
	width: 236px;
	height: 414px;
	overflow: auto;
	padding: 15px;
}

#menu
{
	position: absolute;
	top: 281px;
	left: 287px;
	width: 213px;
	height: 159px;
	border: 2px dashed #5D7A78;
	overflow: auto;
	padding: 10px;
}

#menu h3
{
	text-align: center;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

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

img
{
	border: 0;
}

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