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

body
{
	margin:0;padding:0;
	background-color: white;
	color: #960002;
}

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

#entree a, #entree a:hover
{
	color: #960002;
	text-decoration: none;
}

#entree img
{
	border: 4px ridge #960002;
}

#tout
{
	margin:0 auto;padding:0;
	width: 750px;
	height: 600px;
	background: #AC0000 url("back.jpg");
	position: relative;
}

#titre
{
	width: 235px;
	height: 139px;
	position: absolute;
	top: 25px;
	left: 12px;
	text-align: center;
}

#menu
{
	width: 180px;
	height: 300px;
	position: absolute;
	top: 272px;
	left: 552px;
	overflow: auto;
	color: white;
}

#menu ul
{
	list-style: none;
	margin:0;padding:0;
	margin-top: 10px;
	margin-left: 30px;
}

#corps
{
	padding: 10px;
	width: 409px;
	height: 296px;
	position: absolute;
	top: 259px;
	left: 45px;
	overflow: auto;
	color: white;
}

#copyright
{
	width: 206px;
	height: 16px;
	position: absolute;
	top: 582px;
	left: 539px;
}

#menu a, #corps a
{   
	color: white;   
	text-decoration: none;  
}  

#menu a:hover, #corps a:hover
{   
	color:	#960002;   
	text-decoration:	none;  
	background: white;
}

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

img
{
	border: none;
}