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

body
{
	margin:0;padding:0;
	background: #D9B39E url("fond.jpg");
	color: black;
}

#entree
{
	margin: 50px;
	text-align: center;
}

.entre
{
	display: inline-block;
	width: 434px;
	height: 223px;
	background: no-repeat url("entree.jpg") 0 top;
}

.entre:hover
{
	background: no-repeat url("entree.jpg") 0 bottom;
}

.entre span
{
	display: none;
}

#tout
{
	margin: 20px auto;
	width: 720px;
	height: 540px;
	background: #A7ACAB url("back.jpg");
	border: 2px solid black;
	position: relative;
}

#titre
{
	width: 548px;
	height: 199px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url("titre.jpg");
}

#menu
{
	width: 160px;
	height: 283px;
	position: absolute;
	top: 217px;
	right: 4px;
	overflow: auto;
}

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

#menu li a
{
	background: no-repeat url("puce1.gif");
	padding-left: 20px;
	color: black;
	text-decoration: none;
	font-style: normal;
}

#menu li a:hover, #menu li a:focus
{
	background: no-repeat url("puce2.gif");
	color: #E9BB9B;
}

#contenu
{
	width: 542px;
	height: 234px;
	position: absolute;
	top: 261px;
	left: 6px;
	overflow: auto;
	padding-left: 8px;
	padding-bottom: 5px;
}

#copyright
{
	width: 209px;
	height: 27px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

a
{
	color: black;
	text-decoration: none;
	font-style: italic;
}

a:hover, a:focus
{
	color: #E9BB9B;
}

img
{
	border:0;
}

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