body {
	margin:0;
	font:12px Tahoma;
	color:white;
	background:url(images/bg1.jpg);
	background-attachment: fixed;
	text-align:center;
}
#navigation a {
	background:url(images/button5_bg.gif);
	width:170px;
	height:25px;
	display:block;
	color:white;
	text-decoration:none;
	line-height:25px;
}
#navigation a:hover {
	background:url(images/button5_bg1.gif);
	width:170px;
	height:25px;
	display:block;
	color:white;
	text-decoration:none;
	line-height:25px;
}
.post {
	float:center;
	width:90%;
	background:#222325;
	border:1px solid #545454;
	margin-bottom:35px;
	line-height:18px;
}
.post h1 {
	background:url(images/title_bg1.gif) repeat-x #0d2368;
	padding:2px 10px;
	margin:0;
	font-size:15px;
}
.post_body {
	padding:5px 15px;
}
#subnav {
	margin:10px 0;
}
#subnav a {
	color:#81b6ff;
}
#subnav a:hover {
	color:#eef5ff
}
#tabs li {
	display:inline;
	height:46px;
}
#tabs li a {
	float:left;
	background:#fff url(../../images/onglet.bmp) no-repeat;
	color:#808080;
	padding: 16px 0;
	width:138px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
#tabs li a:hover {
	background:#fff url(../../images/onglet-2.bmp) no-repeat;
	color:#000;
}