html {
	overflow: scroll;
}

body {
	behavior: url("scripts/csshover3.htc");
	font-family:'MedievalSharp',cursive;
	margin: 0 auto;
	padding: 0;
	background-image:url(../images/siteFond.jpg);
	background-attachment: fixed;
}

img {
	border: none;
}

div img {
	margin-bottom: -5px; /* required */
}

#vraibody {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1000px;
	border: 1px;
	border-style: solid;
	border-color: #211;
	background-image: url(../images/pageFond.jpg);
}

#menu {
	padding: 0;
	padding-left: 50px;
	top: 85px;
	width: 200px;
	font-size: 16px;
	color: #211;
	position: fixed;
}

#principalFond {
	background-image: url(../images/bordureFond.gif);
	margin: 0;
}

#bordureBas{
	background-image:url(../images/bordureBas.gif);
}

#bordureBas div{
	height: 101px;
	position: relative;
	padding: 0;
}

#bordureBas div p{
	position: absolute;
	bottom: 20px;
	right: 90px;
	color: #D7C3AF;
	font-size: small;
	margin: 0;
}

#bordureBas div p a{
	color: #D7C3AF;
}

#bordureBas div p:hover{
	color: #211;
}

#bordureBas div p:hover a{
	color: #211;
}

#bordureBas div p a:hover{
	color: #211;
}

#principal{
	color: #211;
	padding: 1px;
	padding-left: 255px;
	padding-right: 30px;
}

#principal p {
	text-align: justify;

}

#principal p.enluminure:first-letter {
	font-size: 180%;
	font-weight: bold;
	text-shadow: -1px 0 #544, 0 1px #544, 1px 0 #544, 0 -1px #544;
	color: crimson;
	line-height: 45%;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 2px;
	background: url(../images/enluminureFond.gif) no-repeat left center;
}

#principal h1 {
	margin-top: 10px;
	margin-left: 15px;
	padding-left: 35px;
	padding-bottom: 20px;
	background: url(../images/titreFond.gif) no-repeat left top;
}

#principal h1:first-letter {
	font-size: 120%;
	font-weight: bold;
	text-shadow: -1px 0 #544, 0 1px #544, 1px 0 #544, 0 -1px #544;
	color: teal;
	line-height: 90%;
}

#principal a {
	color: #211;
}

#principal img {
	display: block;
	margin: 0 auto;
}

#principal div.gallery {
	width: 100%;
	overflow: hidden;
}

#principal div.gallery a {
	width: 220px;
	height: 220px;
	float: left;
}

#principal div.gallery a img {
	display: block;
	margin: auto;
}

#menu div ul{
	margin:0;
	padding-left:12px;
}

#menu div ul li{
	padding-top:5px;
	list-style-type: none;
	font-weight:bold;
}

#menu div ul li:first-letter{
	color: teal;
	font-weight: bold;
	text-shadow: -1px 0 #544, 0 1px #544, 1px 0 #544, 0 -1px #544;
	margin-right: 1px;
}

#menu div ul ul{
	padding-top:0px;
	padding-left:5px;
}

#menu div ul ul li:first-letter{
	color: crimson;
}

#menu div ul ul li{
	padding-top: 0px;
	font-weight: normal;
}

#menu a {
	color: #211;
	text-decoration: none;
}

#menu a:hover {
	font-style:italic;
}