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

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5a4099;
	margin: 0px;
	background-color: #5a4099;
	background-attachment: fixed;
	background-image: url(fond.jpg);
	background-repeat: repeat;
}
.question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5a4099;
	text-align: center;
	font-weight: bold;
}

a:link {
	color: #5a4099;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #a88ede;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus {
	-moz- outline: none;
}
.gros16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

