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

body
{
	background-color: #000000;
	color: #4DA1B0;
	font-family: 'Open Sans', sans-serif;
}

#tout
{
	width: 800px;
	height: 600px;
	margin: 20px auto;
	background: url("back.jpg");
	position: relative;
}

#menu
{
	width: 153px; /** 173px **/
	height: 200px; /** 210px **/
	padding: 5px 10px;
	position: absolute;
	top: 370px;
	left: 551px;
	overflow: auto;
}

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

#corps
{
	width: 429px; /** 449px **/
	height: 430px; /** 450px **/
	padding: 10px;
	position: absolute;
	top: 40px;
	left: 31px;
	overflow: auto;
}

#pied
{
	width: 350px;
	height: 50px; /** 80px **/
	position: absolute;
	top: 500px;
	left: 130px;
	text-align: center;
	padding-top: 30px;
}

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

img
{
	margin: 5px;
	border: none;
}

a
{
	color: #9FBAC2;
	text-decoration: none;
	padding: 2px 4px;
}

a:hover
{
	color: #000000;
	background-color: #9FBAC2;
}

h1, h2, h3, h4, h5
{
	font-family: 'Lobster Two', cursive;
}