html {overflow-y: scroll;}

body {
 margin-top: 0px;
 margin-left :0px;
 margin-right :0px;
}

p {
	margin					: 0px 0px 0px 0px;
	padding					: 0px 0px 0px 0px;
}

a {
	color					: #747474;
	font-weight				: normal;
	text-decoration			: none;
}
a:visited {
	color					: #747474;
	font-weight				: normal;
	text-decoration			: none;
}
a:hover {
	color					: #747474;
	text-decoration			: underline;
	font-weight				: normal;
}

.menu {
	font-family				: arial;
	font-size				: 11px;
	color					: #858585;
	background-color		: #101010;
	vertical-align			: top;
	font-weight				: bold;
	padding-top				: 10px;
	text-align				: left;
}
.menu a {
	display					: block;
	padding					: 2px 0px 2px 0px;
	color					: #f3a934;
	text-decoration			: none;
	background-color		: #101010;
	width					: 152px;
	font-weight				: bold;
	text-indent				: 10px;
	border-bottom			: 1px solid #202020;
	text-align				: left;
}
.menu a:hover {
	color					: #c4c2cf;
	text-decoration			: none;
	background-color		: #202020;
	width					: 152px;
	font-weight				: bold;
	text-indent				: 10px;
	text-align				: left;
}
.menu a#current {
	color					: #c4c2cf;
}

.content {
	font-family				: arial;
	font-size				: 11px;
	color					: #858585;
	vertical-align			: top;
	background-color		: #fff;
	text-align				: left;
}
.content a {
	color					: #858585;
	font-weight				: bold;
	text-decoration			: none;
}
.content a:visited {
	color					: #858585;
	font-weight				: bold;
	text-decoration			: none;
}
.content a:hover {
	color					: #f3a934;
	text-decoration			: none;
	font-weight				: bold;
}

.titre {
	width					: 100%;
	background-color		: #dddddd;
	padding					: 2px 2px 2px 2px;
	text-indent				: 10px;
	font-weight				: bold;
	color					: #979797;
	text-align				: left;
}

.sousTitre {
	color					: #f3a934;
	font-weight				: bold;
	font-size				: 12px;
	text-align				: left;
}

.copyright {
	font-family				: verdana;
	color					: #747474;
	font-size				: 10px;
	vertical-align			: bottom;
	text-align				: center;
}

.titreForum {
	color					: #f3a934;
	text-decoration			: none;
	background-color		: #202020;
	font-weight				: bold;
	text-indent				: 10px;
	text-align				: left;
}