/* Feuille de style du site de Caen */

body {
	color: #800000;
}
	

table.main {
	height: 640px;
	width: 429px;
}

table.normal {
	height: 640px;
	width: 600px;
}

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

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