/* CSS Document */

body { background:#0000CC; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:11px; }

#cadre { margin:10px auto; }

a, a:visited, a:active {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

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