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

body
{
	margin: 0;
	padding: 0;
	background-color: #B6BDD0;
	color: #545D7A;
}

#tout
{
	margin: 15px;
	padding: 5px;
	width: 800px;
	height: 600px;
	background: #7581A7 url("ruban.jpg");
}

#contenu
{
	margin:0;
	padding:0;
	width: 800px;
	height: 600px;
	background: #BEC3D6 url("back.jpg");
	position: relative;
}

#titre
{
	width: 537px;
	height: 69px;
	position: absolute;
	top: 267px;
	left: 251px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

#menu
{
	width: 219px;
	height: 227px;
	position: absolute;
	top: 338px;
	left: 11px;
	overflow: auto;
}

#page
{
	width: 527px;
	height: 198px;
	position: absolute;
	top: 338px;
	left: 245px;
	overflow: auto;
	padding: 10px;
}

#copyright
{
	width: 229px;
	height: 16px;
	position: absolute;
	top: 576px;
	left: 365px;
}

#entrer
{
	text-align: center;
}

#entrer a, #entrer a:hover
{
	border:0;
}

a
{
	color: #545D7A;
	text-decoration: none;
}

a:hover
{
	color: #2B1102;
	border-bottom: 2px dashed #545D7A;
}

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

img
{
	border: 0;
}

#copyright a, #copyright a:hover
{
	border: none;
}