body {
	_behavior: url('csshover.htc');
	margin: 0; 
	padding: 0; 
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 11px;
}

body a {
	font-weight: bold;
	text-decoration: none;
	color: #D30C7C;
}

body a:hover {
	text-decoration: underline;
	color: #D30C7C;
}

.texteGras {
	font-weight: bold;
}

.texteGrasRose {
	font-weight: bold;
	color: #D30C7C;
}

.inputbox {
	border: 1px solid #CCCCCC; 

}
