/* CSS Document */
body {
background-color:#FFFFFF;
margin: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:15px
}

.texteNormal {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.texteGras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #D60C3F;
}


