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

body
{
	background: #F4A483 url("fd.jpg");
	color: #902F0C;
	margin: 0;
	padding: 0;
}

#tout
{
	margin: 5px;
	padding: 0;
	width: 599px;
	height: 487px;
	background: url("back.jpg");
	position: relative;
}

#copyright
{
	position: absolute;
	top: 4px;
	left: 4px;
	width: 101px;
	height: 27px;
}

#titre
{
	position: absolute;
	top: 90px;
	left: 159px;
	width: 282px;
	height: 50px;
	text-align: center;
	line-height: 10px;
	vertical-align: middle;
}

#menu
{
	position: absolute;
	top: 213px;
	left: 159px;
	width: 281px;
	height: 27px;
}

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

#menu li, #couleur li
{
	display: inline;
	padding: 10px;
}

#corps
{
	position: absolute;
	top: 240px;
	left: 114px;
	width: 370px;
	height: 240px;
	overflow: auto;
	padding: 5px;
}

#couleur
{
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 599px;
}

img
{
	border: 0;
}

a
{
	color: #902F0C;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	text-decoration: line-through;
}

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