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

body
{
	height: 100%;
	margin: 0;
	background-image: url("fond.jpg");
	background-color: #C59F96;
	color: #8F746B;
}

#tout
{
	margin: 40px;
}

#entete
{
	margin-bottom: 10px;
	text-align: center;
}

.top
{
	width: 452px;
	float: left;
	margin-right: 5px;
}

.descr
{
	margin: 5px;
	padding: 5px;
	background-color: #C59F96;
	border: 2px inset #C59F96;
	overflow: hidden;
	font-weight: bold;
}

#contenu
{
	margin: 5px;
	padding: 15px;
	background-color: #C59F96;
	border: 2px inset #C59F96;
	overflow: auto;
	height: 550px;
	font-weight: bold;
}

#menu
{
	text-align: center;
}

#menu ul
{
	list-style: none;
	display: inline;
}

#menu li
{
	display: inline;
	padding: 30px;
	margin: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

#menu table
{
	width: 100%;
}

#pied
{
	margin-top: 5px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

img
{
	border: none;
}

a
{
	color: #8F746B;
	text-decoration: none;
}

a:hover
{
	color: #8F746B;
	text-decoration: underline;
}

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