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

body
{
	background: #063B9B url("fond.jpg");
	color: white;
}

#entree
{
	margin: 30px auto;
	width: 80%;
	text-align: center;
}

#entree a
{
	color: white;
	text-decoration: none;
}

#entree a:hover
{
	border-bottom: 1px dotted white;
}

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

#titre
{
	width: 358px;
	height: 56px;
	position: absolute;
	top: 93px;
	left: 281px;
	text-align: center;
	color: #063B9B;
}

#titre h1
{
	display: inline;
	line-height: 56px;
	vertical-align: middle;
}

#menu
{
	width: 130px;
	height: 220px;
	position: absolute;
	top: 262px;
	left: 139px;
	overflow: auto;
}

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

#menu a
{
	color: white;
	text-decoration: none;
	padding: 2px;
}

#menu a:hover
{
	color: #063B9B;
	background-color: white;
	border: 1px solid #063B9B;
}

#corps
{
	width: 360px;
	height: 320px;
	position: absolute;
	top: 170px;
	left: 310px;
	overflow: auto;
	padding: 5px;
	color: #063B9B;
	background: url("fondcorps.jpg");
	border: 1px dotted #063B9B;
}

#copyright
{
	width: 178px;
	height: 92px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

a
{
	color: #063B9B;
	text-decoration: none;
}

a:hover
{
	border-bottom: 1px dotted #063B9B;
}

img
{
	border:none;
}

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