body {
	background-color:#081B1A;
	background-image:url("../images/fond_body.jpg");
	background-repeat:repeat-x;
	margin:5px;
	color:#FFFFFF;
	font-size: 12px; 
}

a, a:link, a:active, a:visited {
	color:#EEBCF3;
	text-decoration:none;
}
		a:hover {
			color:#FEBF6B;
		}

div#body {
	position:relative;
	width:760px;
	padding:0px;
	margin:0 auto;
	background-color:#60120F;
	border:1px solid #FFFFFF;
	background-image:url("../images/fond_page.jpg");
	background-repeat:repeat-x;
}

div#logo {
	position:absolute;
	z-index:100;
	top:125px;
	left:0;
	height:67px;
	width:64px;
	background-image:url("../images/logo.gif");
	background-repeat:no-repeat;
}

div#header {
	position:relative;
	background-image:url("../images/bandeau.jpg");
	background-repeat:no-repeat;
	height:100px;
}

h1 {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background-image:url("../images/domaine-saint-michel-archange_reduit.gif");
	background-repeat:no-repeat;
}
		h1 span {
			display:none;
		}

div#menu {
	position:relative;
	background-color:#833998;
	text-align:center;
	height:26px;
	margin-top:0px;
}
	div#menu ul, div#menu li {	
		margin:0px;
		padding:0px;
	}
	div#menu li {	
		margin:0px 0px;
		display:inline;
		line-height:26px;
	}
	div#menu b {	
		margin:0px 5px;
	}
	div#menu a, div#menu a:link, div#menu a:active, div#menu a:visited {
		color:#EFE0F3;
		font-size:14px;
		letter-spacing:2px;
	}
	div#menu a:hover {
		color:#FFF887;
	}
	div#menu div#languages {
		position:absolute;
		top:7px;
		left:5px;
	}

div#page {
	float:left;
	min-height:100px;
	padding:15px 0 10px 0;
}

h2 {
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin-bottom:30px;
}
		h2 em {
			font-weight:normal;
			font-style:normal;
			color:#B38ABF;
		}
h3 {
	margin:0;
	font-size:24px;
	font-weight:normal;
}
		h3 em {
			font-size:28px;
			font-weight:normal;
			font-style:normal;
			color:#D2A2E0;
		}

div#content {
	margin:0 100px;
	text-align:justify;
	margin-bottom:25px;
}

div.contentLR {
	text-align:justify;
	clear:both;
}
div.leftContent {
	float:left;
	width:258px;
	text-align:right;
	vertical-align:top;
}

div.rightContent {
	float:right;
	width:490px;
	text-align:left;
	vertical-align:top;
  margin-left:5px;
}
		div.rightContent div.text {
			padding-top:5px;
			width:80%;
		}
				div.rightContent div.text p {
					margin-bottom:5px;
					text-align:justify;
				}

div.cite p {
	text-align:right;
}

div#footer {
	clear:both;
	text-align:center;
	margin:5px;
	padding:2px;
	border-top:1px solid #991D20;
	font-size:11px;
}
		div#footer a, div#footer a:hover {
			color:#FFFFFF;
		}
		div#footer a:hover {
			text-decoration:underline;
		}

img.illustrationL {
	float:left;
	margin-right:10px;
	margin-top:3px;
}

img.illustrationR {
	float:right;
	margin-left:10px;
	margin-top:3px;
}

button {
	height:19px;
	background-color:#85337F;
	border-top:1px solid #B989B5;
	border-right:1px solid #542051;
	border-bottom:1px solid #542051;
	border-left:1px solid #B989B5;
	color:#FFFFFF;
}
}