/* CSS Document */

body {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
div#page {
	width:727px;
	height:auto;
	margin:auto;
	border:1px solid #000000;
	background-color: #FFFFFF;
	background-image: none;
	background-position: center;
	}
ul , li { margin:0; padding:0; list-style-type:none; }
a { color:#749933; text-decoration:none; font-weight:bold; }
a:hover { color:#666666; font-weight:bold; }
a img { border:0; }
h1, h2, h3, h4, h5 { margin:0; font-size:14px; width:auto; }
p { margin:0; padding:10px 0; }
div.clear { clear:both; }

/* Header */

h1 { background:url(../images/header2.jpg) no-repeat; width:727px; height:202px; color:#FFF; font-size:200%; }

ul#prelude {
	height:28px;
	background-color: #000000;
	text-align:center;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top:10px;
	}
#prelude li { display:inline; }
#prelude a { border-right:1px solid #FFF; padding-right:4px; font-weight:normal; color:#FFF; }
#prelude a#end { border-right:0; padding-right:0; }

/* Conteneur General */

div#main {
	float:left;
	width:727px;
	height:auto;
	margin-bottom:20px;
	}
	
/* Posts & style */
div.post {
	margin:20px auto 20px auto;
	padding-left:10px;
	padding-right: 10px;
	text-align: justify;
	}
	
h2.post-title {
	font-size: 120%;
	color: #314000;
	border-bottom: 1px dashed #816C3F;
}
post.lieu a { font-weight:normal; color:#000000; }
post.lieu a:hover { font-weight:bold; }

post.lieu {
	text-align:right;
	padding-bottom:0;
	color: #CCFF00;
	text-decoration: none;
}

/* Footer */
	
p#footer {
	clear:left;
	width:718px;
	color:#FFFFFF;
	padding-left:10px;
	font-size:90%;
	background-color: #000000;
	}
	
#footer a { font-weight:normal; text-decoration:underline; color:#990000; }

