@charset "ISO-8859-1";
.back {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.line {
	background-color: #A7998F;
	height: 50px;
	width: 1px;
}
a {
	color: #A6988C;
	text-decoration: underline;
}
.titre {
	font-size: 14px;
	color: #A6988C;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border: 0px;
	margin: 0px;
}
