/*******************************************************************************
   Balises HTML générales sur la page
*******************************************************************************/
body{
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(http://pagesperso-orange.fr/chatel-medieval/images/001.jpg);
	font-family: verdana, arial, "lucida console", sans-serif;
	font-size: 16px;

	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
h1{
	font-family: verdana;
	font-size: 14px;
}
a{
	font-weight: bolder;
	text-decoration: none;
	font-size: 16px;
}

/*******************************************************************************
   Elements specifiques inclus
*******************************************************************************/
#message{
	border: 1px solid gray;
	width: 590px;
	height: 180px;
	position: absolute;
	right: 70px;
	top : 200px;
}
.include{
	width: 90%;
	height: 90%;
	margin: auto;
}