html, body {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(img/fond.gif) repeat-x 0 151px #E6E7E7;
	text-align:center;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.fond {
	background:url(img/blanc.gif) repeat-y 50% 0%;
	height:100%;
	min-height:100%;
}
h1 {
	margin:0;
	padding:34px 0 56px 12px;
}
img {
	border:0;
}
#entete {
	width:800px;
	margin: 0 auto;
	text-align:left;
}
#content {
	width:786px;
	margin: 0 auto;
	text-align:left;
	background: url(img/post.gif) no-repeat 0% 100%;
}
#page {
	background: url(img/page.gif) no-repeat 50% 0%;
	height:100%;
	min-height:100%;
}
html>body #page {
	height:auto;
}
h2, h3 {
	margin:0;
	padding:0;
}
h1 img, h2 img, h3 img {
	display:block;
}
#entete * {
	color:#FFFFFF;
}
#entete h2 {
	padding-left:12px;
}
#entete p {
	margin:0;
	padding:15px 0 0 12px;
}
#entete a:link, #entete a:visited, #entete a:hover, #entete a:active {
	font-weight: bold;
}
#entete ul {
	margin:0;
	height:55px;
	padding:0;
}
#entete li {
	margin:0;
	padding:20px 0 0 12px;
	list-style-type:none;
	float:left;
}
.post {
	width:250px;
	padding:0 6px;
	float:left;
}
.clear {
	clear:both;
	height:5px;
}
.post h3 {
	padding-bottom:5px;
}
.post ul {
	margin:0;
	padding:0 0 0 0;
	width:250px;
}
.post li {
	margin:-1px 0 0 0;
	width:250px;
	padding:0;
	list-style-type:none;
	background:url(img/ligne.gif) no-repeat 50% 0%;
}
.post li:first-child {
	background:none;
}
.post a:link, .post a:visited {
	display: block;
	text-decoration:none;
	padding:7px 15px;
	color:#666666;
}
.post a:hover, .post a:active {
	text-decoration:underline;
	background:url(img/over.gif) no-repeat 0% 50%;
}
