/*
html {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
*/

body {
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 0.8em;
	/*height: 100%;
	overflow: auto;
	*/
}

#main {
	margin-left: 228px;
	padding: 25px;
	margin-right: 25%;
}

#menu {
	position: absolute;
	top: 0px;
	right: 10%;
	padding-top: 25px;
	font-size: 0.8em;
	width: 16em;
}

#menu table { font-size: 0.8em; }

.chapo { font-style: italic; }
#content blockquote { border-left: 2px solid gray; padding: 5px 10px;}
#comments blockquote { border: 0; padding: 0; }
dl { border: 1px dashed gray; padding: 20px; }
dt { font-weight: bold; color: gray; }
dd { text-align: justify; }

#menu h2 {
	border-bottom: 1px solid gray;
	color: gray;
	text-align: right;
}

#menu ul {
	list-style-type: square;
}

#prelude {
	font-size: 0.7em;
}

h1, #prelude {
	margin-left: 253px;
}

#footer {
	font-size: 0.7em;
	text-align: center;
}

a { color: #741; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

p { text-align: justify; }

p.day-date {
	text-align: right;
	font-weight: bold;
	color: gray;
	font-size: 0.9em;
	border-right: 10px solid gray;
	border-bottom: 1px solid gray;
	padding-right: 5px;
}

h2 a {
	color: #456;
	font-size: 0.9em;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	border-left: 10px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 5px;
}

p.post-info, p.post-info-co {
	font-size: 0.8em;
	color: gray;
}

p.post-info {
	text-align: right;
}

p.post-info a {
	color: #789;
	font-weight: bold;
	text-decoration: none;
}

p.post-info a:hover {
	background-color: whitesmoke;
}

.invisible { visibility: hidden; clear: both; }

#comments label { display: block; }

fieldset { border: 0; }
input, textarea { border: 1px solid #741; }
#comments label.inline { display: inline; }
.cal td { text-align: right; }
	body {
		margin: 0;
		background-image: url('/images/bessonfamily.cigogne.org/bg.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

