body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #262A33;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4C5A70;
	background-attachment: fixed;
	background-position: center top;
}
#header {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #292C34;
	height: 98px;
}
#footer {
	background-color: #18171E;
	float: left;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #292C34;
	margin-top: 20px;
}
#copyright, .global {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
#copyright {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #7f95b8;
	font-style: italic;
}
#accroche {
	text-align: justify;
	padding-left:10px;
	padding-right:10px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #292C34;
}
* {
	outline: none;
}
a {
	color: #4C5A70;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color: #82898e;
	border-bottom-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #82898e;
}
.nav_active {
	color: #82898e;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #82898e;
}
.nav_active:hover {
	color: #4C5A70;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4C5A70;
}
.title {
	width:460px;
	padding-left:10px;
	padding-top: 40px;
	float:left;
}
.navigation {
	display: block;
	float:right;
	padding-top: 30px;
	width: 470px;
}
.navigation li {
	display: inline;
	padding: 15px 15px 15px 15px;
	list-style-type: none;
	float: right;
	text-align: center;
	margin-right: 10px;
	line-height: 20px;
}
.navigation ul {
	margin: 0;
	padding: 0px;
}
.sub_nav {
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
	font-weight: normal;
}
.nf {
	padding-right: 10px;
}
.nf h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	float: left;
}
.sub {
	font-size: 14px;
	font-weight: normal;
	color: #82898e;
	padding-top: 17px;
	font-style: italic;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.post {
	padding-bottom: 40px;
}
.post .title_post {
	padding: 10px;/*	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;*/
}
.post_h2 {
	padding-right: 10px;
	float: left;
}
.post .link_right {
	float: right;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding-top: 6px;
}
.post .date_post {
	color: #4C5A70;
	padding-top: 8px;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	float: left;
}
.post .under_post {
	font-weight: normal;
	padding-left: 5px;
	font-size: 12px;
	float: left;
}
.post .clear {
	clear: both;
}

