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



body {
	margin: 0;
	background: #feff97;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	/*height: 100%;
	overflow: auto;
	*/
}

#baniere {
	position: absolute;
	top: 100px;
	left: 600px;
}

#visiteur {
	position: absolute;
	top: 135px;
	left: 253px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0b7610;
	border-style: groove;
	border-width: 2px;
	border-color: gray;
}


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



#menu {
	position: absolute;
	top: 100px;
	right: 3%;
	padding-top: 25px;
	font-size: 11px;
	width: 16em;
}

#menu table { font-size: 11px; }

.chapo { font-style: italic; }
.billet { color: black;}
#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;
	font-size : 14px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;
}

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

#menu li:hover{
	color: #41cc88;
}

#prelude {
	font-size: 10px;
}

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

#footer {
	font-size: 10px;
	text-align: center;
}

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

p { text-align: justify; }

p.field { 
	text-align: left;
	color: blue;
	}

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

h2 a {
	color: #456;
	font-size: 14px;
	text-decoration: none;
}

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

h3 {
	/*border-left: 10px solid gray ;*/
	border-bottom: 1px solid gray ;
	padding-left: 5px;
	color: #1f85b0;
}

p.post-info, p.post-info-co {
	font-size: 12px;
	color: #1c3d2b;
}

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

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

p.post-info a:hover {
	text-decoration: underline;
	/*background-color: gray;*/
}

.pagenav {
	font-size: 12px;
}

p.pagenav a {
	background : #ddd;
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#598F9A;
	color:white;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}

.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; color:#0f40ce; }



