/* Feuille de style du site de Caen */

body {
	background-color:#6699CC;
	color: #800000;
}
	

table.main {
	//height: 1024px;
	//width: 768px;
}

table.normal {
	height: 800px;
	width: 800px;
}

a {
	text-decoration:underline;
	color:#990000;
}

a:hover {
	text-decoration:none;
	color:#FF0000;
}