/* CSS Document */
*{
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #5f0f17;
SCROLLBAR-BASE-COLOR: #ba849a;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5f0f17;
	background: #ba849a  repeat;
	margin: 0px;
	background-color: #ba849a;
	background-attachment: fixed;
	background-image: url(fond.jpg);
}
a:link {
	color: #5f0f17;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a63e47;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus {
	-moz- outline: none;
}

