@charset "UTF-8";
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(images/bg/bg5.jpg);
}
#container {
	text-align: center;
	position: relative;
	width: 800px;
	z-index: 2;
	margin: auto;
	padding-right: 10%;
}
#menu {
	position: fixed;
	height: 400px;
	width: 170px;
	z-index: 3;
	text-align: left;
	padding-left: 0px;
	padding-top: 20px;
}
#contenu {
	position: relative;
	width: 600px;
	left: 170px;
	top: 80px;
	background-image: url(images/dot.png);
	background-repeat: repeat;
	text-align: left;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	z-index: 4;
	padding-top: 15px;
}
#copyright {
	position: fixed;
	z-index: 5;
	height: 20px;
	width: 190px;
	right: 0px;
	bottom: 0px;
	padding-right: 20px;
	text-align: right;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666666;
	line-height: 20px;
}
.titrenews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	font-style: normal;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
	font-style: normal;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	text-align: left;
}
.client {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
	text-align: left;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 15px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #23ce76;
}a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #278B58;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #24E481;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
