body, a {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}
ul, li {
	margin: 10px;
	padding: 0px;
}
img, br {
	border: none;
	margin: 0px;
	padding: 0px;
}
.hr {
	padding-top: 10px;
	border-bottom: 1px dashed #d5d3d3;
}
#main {
	width: 800px;
	margin: auto;
	padding-bottom: 10px;
}
#logo {
	text-align: center;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height:120px;
}
#banner {
	text-align: center;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:260px;
	border-top: 1px dashed #d5d3d3;
	border-bottom: 1px dashed #d5d3d3;
}

#sidebar{
	float: left;
	width: 220px;
	padding-top: 10px;
}

.side_item{
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	border-top: 1px dashed #d5d3d3;
	margin-top:15px;
	padding-top:15px;
}

#menu {
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu li a {
	background-color: #1a1a1a; /*Gris foncé*/
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	line-height: 18px;
}
#menu li a:hover, #menu li a:active, #menu li#active a {
	background-color: #ed1c29; /*Rouge*/
}
#menu .credit {
	margin-top: 5px;
	padding-top: 5px;
}
#content {
	width: 550px;
	float: right;
	background-color: #1a1a1a; /*Gris foncé*/
	margin-top: 10px;
	padding: 10px;
}
#content h1 {
	display: inline;
	text-transform: uppercase;
	background-color: #ed1c29; /*Rouge*/
	font-size: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 24px;
}
#content h2 {
	display: inline;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	line-height: 20px;
}
#content .text {
	text-align: justify;
}
#content .date {
	color: #999;
}
#content .hr {
	padding-top: 10px;
	border-bottom: 1px dashed #d5d3d3;
	margin-bottom: 10px;
}
#content a{
	background-color: #1a1a1a; /*Gris foncé*/
	text-decoration: underline;
}
#content a:hover, #content a:active {
	background-color: #ed1c29; /*Rouge*/
	text-decoration: none;
}
#lang {
	margin-bottom:10px;
}
#lang a {
	background-color: #1a1a1a; /*Gris foncé*/
	text-transform: uppercase;
	font-size: 14px;
}
#lang a:hover, #lang a:active {
	background-color: #ed1c29; /*Rouge*/
}
.hr_post {
	padding-top: 10px;
	border-bottom: 1px dashed #666;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	padding-top: 50px;
}
