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

body
{
	margin: 0;
	padding: 0;
	background-color: #94808C;
	color: black;
}

#tout
{
	margin: 0;
	padding: 0;
	width: 1024px;
	height: 768px;
	background: no-repeat url("back.jpg");
	position: relative;
}

#titre
{
	width: 600px;
	height: 80px;
	position: absolute;
	top: 23px;
	left: 210px;
	text-align: center;
	font-size: 1.3em;
	font-style: italic;
}

#page
{
	width: 743px;
	height: 530px;
	position: absolute;
	top: 113px;
	left: 110px;
	padding: 20px;
	overflow: auto;
	font-size: 1.1em;
}

#copyright
{
	width: 340px;
	height: 30px;
	position: absolute;
	top: 731px;
	left: 329px;
	text-align: center;
}

#copyright a
{
	color: black;
	text-decoration: none;
	font-size: 1.1em;
}

#copyright a:hover
{
	text-decoration: line-through;
	font-size: 1.1em;
	font-weight: normal;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: #CFC35F;
	font-size: 1.05em;
	font-weight: bold;
}

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

img
{
	border: 0;
}