body {
	background-attachment: scroll;
	background-image: url(../img/background.gif);
	background-repeat: no-repeat;
	background-position: center -180px;
	
}
.title {
	text-align: right;
	padding-top: 20px;
}
.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 20px;
	color: #979694;
	height: 220px;
	max-height: 220px;
	width: 660px;
	max-width: 660px;
	overflow:auto;
	text-align: right;
}
.droite {
	float:right;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #979694;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666564;
}
.tablecontent {
	clear: both;
}
.clear {
	clear: both;
}
.titre {
	font-weight: bold;
}