@charset "utf-8";
body {
	font: 100%/1.4 "Times New Roman", Times, serif;
	background: #39343C;
	margin: 0;
	padding: 0;
	color: #9C8268;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

a img { 
	border: none;
}

a:link {
	color: #9C8268;
	text-decoration: none;
}

a:visited {
	color: #9C8268;
	text-decoration: none;
}

a:hover, a:active, a:focus { 
	color: #B71234;
	text-decoration: none;
}

.container {
	width: 1110px;
	margin: 35px 0 0 30px;
}

.sidebar1 {
	float: left;
	width: 230px;
	height: 562px;
	font-size:11pt;
}

.content {
	width: 880px;
	float: left;
}

#texte {
	font-size:17px;
	text-align:justify;
	width: 650px;
	margin-left: 40px;
}

ul#nav {
	list-style: none;
	margin-top: 328px;
	left: 0;
}

ul#nav a, ul#nav a:visited {
	display: block;
	width: 159px;
	text-decoration: none;
}

