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

body
{
	margin: 0;
	padding: 0;
	background: #374C07 url("fond1.jpg");
	color: #FFF091;
}

#tout
{
	margin: 15px auto;
	padding: 0;
	width: 738px;
	height: 524px;
	background: #EBBF5A url("back.jpg");
	color: #2D3C06;
	position: relative;
}

#titre
{
	width: 409px;
	height: 41px;
	position: absolute;
	top: 28px;
	left: 251px;
	text-align: center;
}

#titre h1
{
	margin: 0;
	padding: 0;
}

#menu
{
	width: 130px;
	height: 242px;
	position: absolute;
	top: 188px;
	left: 205px;
	overflow: auto;
}

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

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

#corps
{
	width: 309px;
	height: 373px;
	position: absolute;
	top: 115px;
	left: 395px;
	overflow: auto;
}

#compati
{
	width: 180px;
	height: 60px;
	position: absolute;
	top: 458px;
	left: 178px;
	font-size: 12px;
	color: #FBF59D;
}

#copyright
{
	width: 108px;
	height: 35px;
	position: absolute;
	top: 382px;
	left: 42px;
	margin: 0;
	padding: 0;
}

#copyright img, #copyright a, #copyright a:hover
{
	margin: 0;
	padding: 0;
	border: 0;
}

img
{
	border: 0;
}

a
{
	color: #2D3C06;
	text-decoration: none;
}

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

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