@charset "utf-8";
/* CSS Document */

body {
	background-color:rgb(b0, b0, b0); /* MODIFIER LA COULEUR DU FOND ICI ! */
	font-family:"Times New Roman", Times, Arial, Georgia, serif;
	text-align: justify;
	font-size: 1.2em;
	margin: 12px;
	text-indent: 48px;
	background-image: url(Images/grey.gif);
}

#header {
	border:1px solid #FFF;
	background-image: url(Images/fuzzy-blue.jpg);
	text-align: center;
	color: #FF0000;
	vertical-align: middle;
	font-size: 2em;
}
#header img
{
	width: 10%;
	height: 95%;
	float: right;
	position: absolute;
	top: 10%;
	right: 0%;
}
#menu {
	background-image: url(Images/fuzzy_light.jpg);
	border:1px solid #C29233; /*BORDURE */
	height:auto;
	font-size:12px;
	line-height: 140%;
	margin: 0px;
	text-indent: 0px;
}
#menu a {
	color: rgb(0, 0, 0);
}
/*#menu a:link, */#menu a:visited {
	font-family:"Times New Roman", Times, Arial, Georgia, serif;
	color:#C29233;
	text-decoration:none;
	display:block;
	padding:3px;
	margin-right:5px;
}

#menu a:hover {
	background-color:#E9D8B7;
	color:#876726;
}

#menu a.current {
	font-weight:bold; /* PERMET DE METTRE LE LIEN EN GRAS QD APPLIQUER */
}
img
{
	float: right;
	margin-left: 10px;
}
#EspritMaison
{
	width: 50%;
	height: "auto";
	float: left;
}
#Reglement
{
   width: 50%;
   height: "auto";
	float: right;
}
#Confessions
{
   width: 50%;
   height: "auto";
	float: left;
}
#Grotte
{
   width: 50%;
   height: "auto";
	float: left;
}
#Solesmes
{
	width: 35%;
	height: "auto";
	position: absolute;
	top: 15%;
	background-color: rgb(255, 255, 255);
	border-color: rgb(255, 0, 0);
	border-style: double;
	border-width: 6px;
}
#Liguge
{
	width: 35%;
	height: "auto";
	position: absolute;
	left: 30%;
	top: 35%;
	background-color: rgb(225, 225, 225);
	border-color: rgb(0, 255, 0);
	border-style: dashed;
	border-width: 6px;
}
#Wandrille
{
	width: 35%;
	height: "auto";
	position: absolute;
	left: 60%;
	top: 70%;
	background-color: rgb(200, 200, 200);
	border-color: rgb(0, 0, 255);
	border-style: inset;
	border-width: 6px;
}
#Lac
{
	width: 35%;
	height: "auto";
	position: absolute;
	left: 30%;
	top: 100%;
	background-color: rgb(175, 175, 175);
	border-color: rgb(200, 200, 0);
	border-style: outset;
	border-width: 6px;
}
#Terreville
{
	width: 35%;
	height: "auto";
	position: absolute;
	top: 130%;
	background-color: rgb(155, 155, 155);
	border-color: rgb(0, 255, 255);
	border-style: groove;
	border-width: 6px;
}
table
{
	width: 100%;
}
caption
{
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 12px;
}
td, th
{
	border-width: 3px;
	border-color: rgb (0, 0, 0);
	border-collapse: collapse;
	border-style: ridge;
	padding: 2px 8px;
}
li
{
	text-align: justify;
	margin-right: 12px;
}
dt
{
	font-weight: bold;
}
.TitreHomelie
{
	font-weight: bold;
	text-align: center;
	font-size: 1.7em;
}
.SousTitreHomelie
{
	text-align: right;
	font-style: italic;
	font-size: 1.5em;
}
.justifnormal
{
	text-align: justify;
	font-size: 1.2em;
	margin: 12px;
	text-indent: 48px;
}
.retrait
{
	margin-left: 24px;
	font-weight: bold;
	float: none;
}
.centre
{
	text-indent: 0px;
	text-align: center;
	float: none;
}
.paragraphe
{
	font-size: 1.2em;
	text-align: justify;
	text-indent: 48px;
	margin: 24px;
}
.vide
{
	font-style: italic;
	color: #909090;
}
.TableauFSB
{
	width: 50%;
	float: left;
}
.TableauFSB td
{
	border-style: hidden;
}
#CadreFSB
{
	width: 50%;
	float: right;
}	
